tests: one more place to add xdotool --sync
This commit is contained in:
parent
e431e8bc45
commit
ae2194da3b
@ -489,7 +489,7 @@ class SystemTestsMixin(object):
|
|||||||
# accessing window properties
|
# accessing window properties
|
||||||
self.wait_for_window(title)
|
self.wait_for_window(title)
|
||||||
command = ['xdotool', 'search', '--name', title,
|
command = ['xdotool', 'search', '--name', title,
|
||||||
'windowactivate',
|
'windowactivate', '--sync',
|
||||||
'key'] + keys
|
'key'] + keys
|
||||||
subprocess.check_call(command)
|
subprocess.check_call(command)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user