Skip to content

Commit 71812b8

Browse files
committed
Update timing for the "Wordle" example test
1 parent f9d9f1e commit 71812b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wordle_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_wordle(self):
7979
self.click(keyboard_base + button)
8080
button = 'button[data-key="↵"]'
8181
self.click(keyboard_base + button)
82-
self.sleep(1) # Time for the animation
82+
self.sleep(2) # Time for the animation
8383
row = 'game-app::shadow game-row[letters="%s"]::shadow ' % word
8484
tile = row + "game-tile:nth-of-type(%s)"
8585
letter_status = []

0 commit comments

Comments
 (0)