aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2020-06-24 19:57:32 +0200
committerRobert Loehning <robert.loehning@qt.io>2020-07-02 11:16:09 +0000
commit9c7a1577a5bac899f816a2db45fe61f8a545eefa (patch)
tree7a30554ea76a06a93cff352049dd061066620cb1 /tests
parentef4bc4432afb311c32957a5586a57f8563e48a87 (diff)
Squish: Don't try to "Save All" when there are no unsaved files
Change-Id: I431c9754d84d36f0c09e45e6c43fe67f173da59f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/suite_CSUP/tst_CSUP01/test.py1
-rw-r--r--tests/system/suite_editors/tst_qml_indent/test.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP01/test.py b/tests/system/suite_CSUP/tst_CSUP01/test.py
index 8cac9bbfb0..7c77bf6966 100644
--- a/tests/system/suite_CSUP/tst_CSUP01/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP01/test.py
@@ -123,6 +123,5 @@ def main():
invokeMenuItem('File', 'Revert "main.cpp" to Saved')
clickButton(waitForObject(":Revert to Saved.Proceed_QPushButton"))
# exit qt creator
- invokeMenuItem("File", "Save All")
invokeMenuItem("File", "Exit")
waitForCleanShutdown()
diff --git a/tests/system/suite_editors/tst_qml_indent/test.py b/tests/system/suite_editors/tst_qml_indent/test.py
index 958251d052..a81e3d558d 100644
--- a/tests/system/suite_editors/tst_qml_indent/test.py
+++ b/tests/system/suite_editors/tst_qml_indent/test.py
@@ -34,7 +34,6 @@ def main():
originalText = prepareQmlFile()
if originalText:
testReIndent(originalText)
- invokeMenuItem("File", "Save All")
invokeMenuItem("File", "Exit")
def prepareQmlFile():