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 60664e8 commit e795cdbCopy full SHA for e795cdb
tests/test_background_events.py
@@ -38,7 +38,8 @@ def test_background_events(
38
expect(heading).to_have_text("0 /")
39
40
start_button.click()
41
- expect(heading).to_have_text("6 /")
+ expect(heading).to_have_text(["5 /", "6 /"])
42
+
43
reset_button.click()
44
- expect(heading).to_have_text("10 /", timeout=10000)
45
+ expect(heading).to_have_text("10 /", timeout=12000)
0 commit comments