summaryrefslogtreecommitdiff
path: root/tests/system/suite_tools/tst_designer_goto_slot/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_tools/tst_designer_goto_slot/test.py')
-rw-r--r--tests/system/suite_tools/tst_designer_goto_slot/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system/suite_tools/tst_designer_goto_slot/test.py b/tests/system/suite_tools/tst_designer_goto_slot/test.py
index c9ec705c63..e685c31333 100644
--- a/tests/system/suite_tools/tst_designer_goto_slot/test.py
+++ b/tests/system/suite_tools/tst_designer_goto_slot/test.py
@@ -48,6 +48,7 @@ def main():
for con in connections:
selectFromLocator("mainwindow.ui")
openContextMenu(waitForObject(con[0]), 5, 5, 0)
+ snooze(1)
# hack for Squish 5/Qt5.2 problems of handling menus on Mac - remove asap
if platform.system() == 'Darwin':
waitFor("macHackActivateContextMenuItem('Go to slot...', con[0])", 6000)