-
Notifications
You must be signed in to change notification settings - Fork 0
There are warnings in the logs during E2E tests #127
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- 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
- Run the E2E tests
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working