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 73a3240 commit bbd414dCopy full SHA for bbd414d
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("10 /")
+ expect(heading).to_have_text("9 /")
42
reset_button.click()
43
44
expect(heading).to_have_text("10 /")
0 commit comments