Squish: Fix qml indentation test

Adapt to default build system change.

Change-Id: I70b5869871d4fbb612d4b6a28beb5e73c2d8d88e
Reviewed-by: Robert Löhning <robert.loehning@qt.io>
This commit is contained in:
Christian Stenger
2022-03-18 14:04:41 +01:00
parent de1a328390
commit 4e47ed66c9

View File

@@ -37,7 +37,7 @@ def main():
invokeMenuItem("File", "Exit")
def prepareQmlFile():
if not openDocument("untitled.Resources.qml\.qrc./.main\\.qml"):
if not openDocument("untitled.untitled.qml\\.qrc./.main\\.qml"):
test.fatal("Could not open main.qml")
return None
editor = waitForObject(":Qt Creator_QmlJSEditor::QmlJSTextEditorWidget")