tests: wait for editor window to settle before sending any keystrokes
This commit is contained in:
parent
4123b95866
commit
38beb9412a
@ -1153,6 +1153,7 @@ class TC_20_DispVMMixin(qubes.tests.SystemTestsMixin):
|
|||||||
self.fail("Timeout while waiting for editor window")
|
self.fail("Timeout while waiting for editor window")
|
||||||
time.sleep(0.3)
|
time.sleep(0.3)
|
||||||
|
|
||||||
|
time.sleep(0.5)
|
||||||
self._handle_editor(winid)
|
self._handle_editor(winid)
|
||||||
p.wait()
|
p.wait()
|
||||||
p = testvm1.run("cat /home/user/test.txt",
|
p = testvm1.run("cat /home/user/test.txt",
|
||||||
|
Loading…
Reference in New Issue
Block a user