aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_tools
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2020-03-31 20:39:17 +0200
committerRobert Loehning <robert.loehning@qt.io>2020-04-02 09:46:19 +0000
commitda558f337680e2ba42916a51649876b4cb963fd3 (patch)
tree41e0f93d7876be14d74034aa2415c5b5634ac774 /tests/system/suite_tools
parent1e9a91e7d159a929e539a1e88fab13e222b70baf (diff)
Squish: Don't close files before exiting Creator
It's not needed and it's fragile since the menu item is disabled at times. Change-Id: I0c72c5072374462d99740e7eaa752f91e019c6ee Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/system/suite_tools')
-rw-r--r--tests/system/suite_tools/tst_git_local/test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/system/suite_tools/tst_git_local/test.py b/tests/system/suite_tools/tst_git_local/test.py
index 0b2331926e..d5f99f6ea6 100644
--- a/tests/system/suite_tools/tst_git_local/test.py
+++ b/tests/system/suite_tools/tst_git_local/test.py
@@ -226,8 +226,6 @@ def main():
waitFor('str(changed.plainText) != "Waiting for data..."', 5000)
test.compare(str(changed.plainText), "Retrieving data failed.",
"Showing an invalid commit can't succeed but Creator survived.")
-
- invokeMenuItem("File", "Close All Projects and Editors")
invokeMenuItem("File", "Exit")
def deleteProject():