summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2014-10-09 14:12:34 +0200
committerRobert Loehning <robert.loehning@digia.com>2014-10-09 15:40:32 +0200
commit674b1369da2c2c70da33d42345fba812307214f1 (patch)
tree51049b0968c9db43ef1ab7a43b54113336facd9f
parent08b702758c71806aa61c3046a0348a9986ac59c4 (diff)
downloadqt-creator-674b1369da2c2c70da33d42345fba812307214f1.tar.gz
Squish: Stabilize tst_CSUP03
Change-Id: Id90b102d926c90e53c3a8a610ac464cb6876dc5d Reviewed-by: Christian Stenger <christian.stenger@digia.com>
-rw-r--r--tests/system/suite_CSUP/tst_CSUP03/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP03/test.py b/tests/system/suite_CSUP/tst_CSUP03/test.py
index 37ea6689a0..ab780c36e8 100644
--- a/tests/system/suite_CSUP/tst_CSUP03/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP03/test.py
@@ -122,6 +122,7 @@ def main():
test.compare(modifiedCode, expectedCode, "Verifying whether code matches expected.")
# reverting to initial state of main.cpp
revertMainCpp()
+ snooze(1) # "Close All" might be disabled
invokeMenuItem('File', 'Close All')
invokeMenuItem('File', 'Exit')