You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using random sleep values, add a `wait_for` helper method,
which efficiently waits until async operations have changed the expected
variables before running the assertions.
closeswilsonsilva#5
The test suite is fairly fast despite the sleep statements, but it feels dirty (because it is) and makes the test suite non-determinant. Help welcome.
The text was updated successfully, but these errors were encountered: