We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd414d commit 60664e8Copy full SHA for 60664e8
tests/test_background_events.py
@@ -38,7 +38,7 @@ def test_background_events(
38
expect(heading).to_have_text("0 /")
39
40
start_button.click()
41
- expect(heading).to_have_text("9 /")
+ expect(heading).to_have_text("6 /")
42
reset_button.click()
43
44
- expect(heading).to_have_text("10 /")
+ expect(heading).to_have_text("10 /", timeout=10000)
0 commit comments