Pārlūkot izejas kodu

improve stability of tree test

Falko Schindler 1 gadu atpakaļ
vecāks
revīzija
427c38b247
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      tests/test_tree.py

+ 1 - 0
tests/test_tree.py

@@ -18,6 +18,7 @@ def test_tree(screen: Screen):
     screen.should_not_contain('B')
 
     screen.find_by_class('q-icon').click()
+    screen.wait(0.5)
     screen.should_contain('1')
     screen.should_contain('2')