forked from qt-creator/qt-creator
Squish: Stabilize tst_HELP06
Change-Id: Id8d642c581b825adc1d958f82280e8bf4f011c41 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -53,7 +53,7 @@ def main():
|
|||||||
switchViewTo(ViewConstants.HELP)
|
switchViewTo(ViewConstants.HELP)
|
||||||
manualQModelIndex = getQModelIndexStr("text?='Qt Creator Manual *'",
|
manualQModelIndex = getQModelIndexStr("text?='Qt Creator Manual *'",
|
||||||
":Qt Creator_QHelpContentWidget")
|
":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'",
|
mouseClick(waitForObject(getQModelIndexStr("text='Building and Running an Example'",
|
||||||
manualQModelIndex)), 5, 5, 0, Qt.LeftButton)
|
manualQModelIndex)), 5, 5, 0, Qt.LeftButton)
|
||||||
helpSelector = waitForObject(":Qt Creator_HelpSelector_QComboBox")
|
helpSelector = waitForObject(":Qt Creator_HelpSelector_QComboBox")
|
||||||
|
Reference in New Issue
Block a user