diff --git a/tests/system/suite_QMLS/tst_QMLS02/test.py b/tests/system/suite_QMLS/tst_QMLS02/test.py index e238bbde13d..4021f29edc1 100644 --- a/tests/system/suite_QMLS/tst_QMLS02/test.py +++ b/tests/system/suite_QMLS/tst_QMLS02/test.py @@ -12,7 +12,7 @@ def main(): 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'"], True), + test.verify(checkSyntaxError(issuesView, ["Invalid property name 'Color'. (M16)"], True), "Verifying if error is properly reported") # repair error - go to written line placeCursorToLine(editorArea, testingCodeLine)