forked from qt-creator/qt-creator
Squish: Update tst_HELP06 after fix
This reverts commit 2cd684b092
.
Change-Id: I6543f96efa227e398dabaa14538ecc1f3174b757
Task-number: QTCREATORBUG-10585
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Christian Stenger
parent
33fa4b401c
commit
8f3fda10ff
@@ -57,8 +57,10 @@ def main():
|
||||
doubleClick(manualQMIObj, 5, 5, 0, Qt.LeftButton)
|
||||
if not waitFor("not manualQMIObj.collapsed", 2000):
|
||||
test.warning("It takes more than two seconds to expand the help content tree.")
|
||||
gettingStartedQModelIndex = getQModelIndexStr("text='Getting Started'", manualQModelIndex)
|
||||
doubleClick(gettingStartedQModelIndex, 5, 5, 0, Qt.LeftButton)
|
||||
mouseClick(waitForObject(getQModelIndexStr("text='Building and Running an Example'",
|
||||
manualQModelIndex)), 5, 5, 0, Qt.LeftButton)
|
||||
gettingStartedQModelIndex)))
|
||||
helpSelector = waitForObject(":Qt Creator_HelpSelector_QComboBox")
|
||||
pageOpened = "str(helpSelector.currentText).startswith('Building and Running an Example')"
|
||||
if not waitFor(pageOpened, 10000):
|
||||
|
Reference in New Issue
Block a user