From 5b94c3730b7332d31170e1cd6a9e068410ae1e04 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Fri, 15 Sep 2017 16:29:26 +0200 Subject: [PATCH] Squish: Update tst_SCOM02 ...for changed QML file in project template. Change-Id: I3a0999650bffc35bc09d0f8ae92a33b80ac90474 Reviewed-by: Christian Stenger --- tests/system/suite_SCOM/tst_SCOM02/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/suite_SCOM/tst_SCOM02/test.py b/tests/system/suite_SCOM/tst_SCOM02/test.py index 7c9dd60cea7..64fbf7d65c1 100644 --- a/tests/system/suite_SCOM/tst_SCOM02/test.py +++ b/tests/system/suite_SCOM/tst_SCOM02/test.py @@ -35,7 +35,7 @@ def main(): createNewQtQuickApplication(tempDir(), "SampleApp") # create syntax error in qml file openDocument("SampleApp.Resources.qml\.qrc./.main\\.qml") - if not appendToLine(waitForObject(":Qt Creator_QmlJSEditor::QmlJSTextEditorWidget"), "TextEdit {", "SyntaxError"): + if not appendToLine(waitForObject(":Qt Creator_QmlJSEditor::QmlJSTextEditorWidget"), "Window {", "SyntaxError"): invokeMenuItem("File", "Exit") return # save all to invoke qml parsing