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 f9d9f1e commit 71812b8Copy full SHA for 71812b8
examples/wordle_test.py
@@ -79,7 +79,7 @@ def test_wordle(self):
79
self.click(keyboard_base + button)
80
button = 'button[data-key="↵"]'
81
82
- self.sleep(1) # Time for the animation
+ self.sleep(2) # Time for the animation
83
row = 'game-app::shadow game-row[letters="%s"]::shadow ' % word
84
tile = row + "game-tile:nth-of-type(%s)"
85
letter_status = []
0 commit comments