Skip to content

Commit 60664e8

Browse files
committed
fix tests again
1 parent bbd414d commit 60664e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_background_events.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_background_events(
3838
expect(heading).to_have_text("0 /")
3939

4040
start_button.click()
41-
expect(heading).to_have_text("9 /")
41+
expect(heading).to_have_text("6 /")
4242
reset_button.click()
4343
expect(heading).to_have_text("0 /")
44-
expect(heading).to_have_text("10 /")
44+
expect(heading).to_have_text("10 /", timeout=10000)

0 commit comments

Comments
 (0)