aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2018-03-23 16:45:21 +0100
committerRobert Loehning <robert.loehning@qt.io>2018-04-04 13:27:00 +0000
commit1aed2b06def17bfb48c85f4271184476640c8e0c (patch)
treeaf93f200cfa33735e584f28e3dd388f096da594e /tests
parentaf857296aa3186793a286f5aa82cc6bad721dae5 (diff)
Squish: Stabilize tst_CSUP04
Change-Id: I2e036e401253f1f2cfe29efdbeedf9a51491d0ef Task-number: QTCREATORBUG-20140 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/shared/editor_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system/shared/editor_utils.py b/tests/system/shared/editor_utils.py
index 1730fed46c..e648311f76 100644
--- a/tests/system/shared/editor_utils.py
+++ b/tests/system/shared/editor_utils.py
@@ -362,6 +362,7 @@ def invokeFindUsage(editor, line, typeOperation, n=1):
return False
for i in range(n):
type(editor, typeOperation)
+ snooze(1)
invokeContextMenuItem(editor, "Find Usages")
return True