-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Replace use of timed delays in browser tests to reduce flakiness #7060
Comments
32 tasks
7 tasks
32 tasks
NejcZdovc
pushed a commit
to brave/brave-core
that referenced
this issue
Dec 3, 2019
NejcZdovc
pushed a commit
to brave/brave-core
that referenced
this issue
Dec 5, 2019
NejcZdovc
pushed a commit
to brave/brave-core
that referenced
this issue
Dec 11, 2019
NejcZdovc
pushed a commit
to brave/brave-core
that referenced
this issue
Mar 6, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Rewards browser tests have a number of locations where they sleep / delay for a short amount of time before running JS to test an element in the UI. The delay is meant to give the UI enough time to 'refresh' before the remainder of the test is run. This mechanism is flaky and frequently results in test failures / retries due to the UI not being in the correct state after the delay completes.
We should replace this behavior with something less flaky.
The text was updated successfully, but these errors were encountered: