From ae2194da3bd4e903190501fe46152d44201c8926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 29 Jun 2016 23:50:52 +0200 Subject: [PATCH] tests: one more place to add xdotool --sync --- tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/__init__.py b/tests/__init__.py index 67ceeaee..e01e2502 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -489,7 +489,7 @@ class SystemTestsMixin(object): # accessing window properties self.wait_for_window(title) command = ['xdotool', 'search', '--name', title, - 'windowactivate', + 'windowactivate', '--sync', 'key'] + keys subprocess.check_call(command)