Squish: Adapt to changed menu entry

Change-Id: I4d3d49c4feb11cbdca9390748d99891928a35c00
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
Christian Stenger
2019-02-21 07:33:15 +01:00
committed by Robert Loehning
parent 3621079f76
commit 87f9429807

View File

@@ -85,7 +85,7 @@ def main():
test.log("Debugging application")
isMsvc = isMsvcConfig(kit)
invokeMenuItem("Debug", "Start Debugging", "Start debugging of \"%s\"" % project)
invokeMenuItem("Debug", "Start Debugging", "Start debugging of startup project")
handleDebuggerWarnings(config, isMsvc)
ensureChecked(":Qt Creator_AppOutput_Core::Internal::OutputPaneToggleButton")
outputWindow = waitForObject(":Qt Creator_Core::OutputWindow")