Skip to content

There are warnings in the logs during E2E tests #127

Description

@jodavis

Describe the bug
The speech recognition system logs a lot of useless warning messages (which were originally logged to see what was going on with the SpeechRecognition library). These are logged during E2E tests, which means we can't fail tests on new warnings that occur.

To Reproduce
Steps to reproduce the behavior:

  1. Change all the "I should not see any error messages in the logs" to "I should not see any warning or error messages in the logs" in all E2E tests
  2. Run the E2E tests
  3. Notice how many tests fail

Expected behavior
The tests should all be changed as described in step 1, and they should still pass because no warnings are logged.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions