Squish: Stabilize tst_HELP06

Change-Id: Id8d642c581b825adc1d958f82280e8bf4f011c41
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2017-01-26 17:12:27 +01:00
parent 28fd07e95a
commit 79c91e4c30

View File

@@ -53,7 +53,7 @@ def main():
switchViewTo(ViewConstants.HELP)
manualQModelIndex = getQModelIndexStr("text?='Qt Creator Manual *'",
":Qt Creator_QHelpContentWidget")
doubleClick(manualQModelIndex, 5, 5, 0, Qt.LeftButton)
doubleClick(waitForObject(manualQModelIndex), 5, 5, 0, Qt.LeftButton)
mouseClick(waitForObject(getQModelIndexStr("text='Building and Running an Example'",
manualQModelIndex)), 5, 5, 0, Qt.LeftButton)
helpSelector = waitForObject(":Qt Creator_HelpSelector_QComboBox")