aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_editors/tst_qml_indent/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_editors/tst_qml_indent/test.py')
-rw-r--r--tests/system/suite_editors/tst_qml_indent/test.py1
1 files changed, 0 insertions, 1 deletions
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():