Pārlūkot izejas kodu

try to fix flaky keyboard test

Rodja Trappe 2 gadi atpakaļ
vecāks
revīzija
37059ab1b7
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      tests/test_keyboard.py

+ 1 - 0
tests/test_keyboard.py

@@ -15,4 +15,5 @@ def test_keyboard(screen: Screen):
     ActionChains(screen.selenium) \
         .send_keys('t') \
         .perform()
+    screen.wait(0.5)
     screen.should_contain('t, KeyboardAction(keydown=False, keyup=True, repeat=False)')