forked from qt-creator/qt-creator
SquishTests: Update tst_HELP06 once more
The tree of help contents changed again. Change-Id: I9e40d8c2e248abb5b631b27f5013d1ef4cf9212c Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -34,8 +34,10 @@ def main():
|
|||||||
doubleClick(manualQMIObj, 5, 5, 0, Qt.LeftButton)
|
doubleClick(manualQMIObj, 5, 5, 0, Qt.LeftButton)
|
||||||
if not waitFor("not manualQMIObj.collapsed", 2000):
|
if not waitFor("not manualQMIObj.collapsed", 2000):
|
||||||
test.warning("It takes more than two seconds to expand the help content tree.")
|
test.warning("It takes more than two seconds to expand the help content tree.")
|
||||||
gettingStartedQModelIndex = getQModelIndexStr("text='Getting Started'", manualQModelIndex)
|
devQModelIndex = getQModelIndexStr("text='Developing with Qt Creator'", manualQModelIndex)
|
||||||
doubleClick(gettingStartedQModelIndex, 5, 5, 0, Qt.LeftButton)
|
doubleClick(devQModelIndex)
|
||||||
|
gettingStartedQModelIndex = getQModelIndexStr("text='Getting Started'", devQModelIndex)
|
||||||
|
doubleClick(gettingStartedQModelIndex)
|
||||||
pageTitle = "Configuring Qt Creator"
|
pageTitle = "Configuring Qt Creator"
|
||||||
mouseClick(waitForObject(getQModelIndexStr("text='%s'" % pageTitle,
|
mouseClick(waitForObject(getQModelIndexStr("text='%s'" % pageTitle,
|
||||||
gettingStartedQModelIndex)))
|
gettingStartedQModelIndex)))
|
||||||
|
Reference in New Issue
Block a user