Squish: Adapt to changed tool tip

Change-Id: Ib6f01cdad6a8e54010ad455cb7e9322d6311dc12
Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
This commit is contained in:
Christian Stenger
2016-04-06 06:57:24 +02:00
committed by Robert Loehning
parent 519b956668
commit 6ffbb88b7b

View File

@@ -78,7 +78,7 @@ def performTest(workingDir, projectName, targetCount, availableConfigs):
selectFromCombo(":Analyzer Toolbar.AnalyzerManagerToolBox_QComboBox", "QML Profiler")
recordButton = waitForObject("{container=':DebugModeWidget.Toolbar_QDockWidget' "
"type='QToolButton' unnamed='1' visible='1' "
"toolTip?='*able profiling'}")
"toolTip?='*able Profiling'}")
if not test.verify(recordButton.checked, "Verifying recording is enabled."):
test.log("Enabling recording for the test run")
clickButton(recordButton)