tests: one more place to add xdotool --sync

This commit is contained in:
Marek Marczykowski-Górecki 2016-06-29 23:50:52 +02:00
parent e431e8bc45
commit ae2194da3b
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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)