Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: remove spurious logging from unit tests #575

Merged
merged 2 commits into from
Jul 29, 2024

Conversation

sjbarag
Copy link
Contributor

@sjbarag sjbarag commented May 23, 2024

Reviewer: @shakyShane
Asana: None

Description

We previously included a few runtime logs in the unit test output during passing tests, which made it harder to identify failures. Silence that extra logging (leaving the input-classifiers.test.js report unchanged) to make issues more obvious.

Steps to test

npm run test no longer accidentally prints extra messages.

We previously included a few runtime logs in the unit test output during
passing tests, which made it harder to identify failures. Silence that
extra logging (leaving the input-classifiers.test.js report unchanged) to
make issues more obvious.
@sjbarag sjbarag requested a review from shakyShane May 23, 2024 20:29
Copy link
Member

@GioSensation GioSensation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@GioSensation GioSensation merged commit 0a566e7 into main Jul 29, 2024
1 check passed
@GioSensation GioSensation deleted the sbarag/silence-extra-logging-in-tests branch July 29, 2024 08:19
CDRussell pushed a commit to duckduckgo/Android that referenced this pull request Aug 2, 2024
Task/Issue URL:
https://app.asana.com/0/1207920271697429/1207920271697429
Autofill Release:
https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/12.1.0


## Description
Updates Autofill to version
[12.1.0](https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/12.1.0).

### Autofill 12.1.0 release notes
## What's Changed
* [Form] Skip autofilling select input if it was changed already by
@dbajpeyi in duckduckgo/duckduckgo-autofill#580
* scanner: discard Form instances with no classified inputs by @sjbarag
in duckduckgo/duckduckgo-autofill#574
* [Credentials] Autofill when elements are in shadow by @dbajpeyi in
duckduckgo/duckduckgo-autofill#592
* Update password-related json files (2024-07-19) by @daxmobile in
duckduckgo/duckduckgo-autofill#607
* [Scanner] Don't stop scanner fully on max forms by @dbajpeyi in
duckduckgo/duckduckgo-autofill#617
* tests: remove spurious logging from unit tests by @sjbarag in
duckduckgo/duckduckgo-autofill#575
* Add credit card test form failure by @GioSensation in
duckduckgo/duckduckgo-autofill#588

## New Contributors
* @dbajpeyi made their first contribution in
duckduckgo/duckduckgo-autofill#580

**Full Changelog**:
duckduckgo/duckduckgo-autofill@12.0.1...12.1.0

## Steps to test
This release has been tested during autofill development. For smoke test
steps see [this
task](https://app.asana.com/0/1198964220583541/1200583647142330/f).

Co-authored-by: GioSensation <1828326+GioSensation@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants