forked from qt-creator/qt-creator
Squish: Adapt to changed tool tip
Change-Id: Ib6f01cdad6a8e54010ad455cb7e9322d6311dc12 Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
This commit is contained in:
committed by
Robert Loehning
parent
519b956668
commit
6ffbb88b7b
@@ -78,7 +78,7 @@ def performTest(workingDir, projectName, targetCount, availableConfigs):
|
|||||||
selectFromCombo(":Analyzer Toolbar.AnalyzerManagerToolBox_QComboBox", "QML Profiler")
|
selectFromCombo(":Analyzer Toolbar.AnalyzerManagerToolBox_QComboBox", "QML Profiler")
|
||||||
recordButton = waitForObject("{container=':DebugModeWidget.Toolbar_QDockWidget' "
|
recordButton = waitForObject("{container=':DebugModeWidget.Toolbar_QDockWidget' "
|
||||||
"type='QToolButton' unnamed='1' visible='1' "
|
"type='QToolButton' unnamed='1' visible='1' "
|
||||||
"toolTip?='*able profiling'}")
|
"toolTip?='*able Profiling'}")
|
||||||
if not test.verify(recordButton.checked, "Verifying recording is enabled."):
|
if not test.verify(recordButton.checked, "Verifying recording is enabled."):
|
||||||
test.log("Enabling recording for the test run")
|
test.log("Enabling recording for the test run")
|
||||||
clickButton(recordButton)
|
clickButton(recordButton)
|
||||||
|
Reference in New Issue
Block a user