aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_QMLS/tst_QMLS02/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_QMLS/tst_QMLS02/test.py')
-rw-r--r--tests/system/suite_QMLS/tst_QMLS02/test.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/system/suite_QMLS/tst_QMLS02/test.py b/tests/system/suite_QMLS/tst_QMLS02/test.py
index 752bf3a05e..a89be4d032 100644
--- a/tests/system/suite_QMLS/tst_QMLS02/test.py
+++ b/tests/system/suite_QMLS/tst_QMLS02/test.py
@@ -40,10 +40,14 @@ def main():
testingCodeLine = 'Color : "blue"'
type(editorArea, "<Return>")
type(editorArea, testingCodeLine)
+
+ invokeMenuItem("View", "Output Panes", "Issues")
+ issuesView = waitForObject(":Qt Creator.Issues_QListView")
+ clickButton(waitForObject(":*Qt Creator.Clear_QToolButton"))
+
# invoke QML parsing
invokeMenuItem("Tools", "QML/JS", "Run Checks")
# verify that error properly reported
- issuesView = waitForObject(":Qt Creator.Issues_QListView")
test.verify(checkSyntaxError(issuesView, ['Invalid property name "Color". (M16)'], True),
"Verifying if error is properly reported")
# repair error - go to written line