forked from qt-creator/qt-creator
Squish: Fix tst_HELP06
Getting Started is no more listed as separate entry. Change-Id: I840d92d73282221bfe178ded1a1d044a351235d3 Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
@@ -59,10 +59,8 @@ def main():
|
||||
manualQModelIndex = getQModelIndexStr("text?='Qt Creator Manual *'",
|
||||
":Qt Creator_QHelpContentWidget")
|
||||
doubleClick(manualQModelIndex, 5, 5, 0, Qt.LeftButton)
|
||||
gettingStartedQModelIndex = getQModelIndexStr("text='Getting Started'", manualQModelIndex)
|
||||
doubleClick(gettingStartedQModelIndex, 5, 5, 0, Qt.LeftButton)
|
||||
mouseClick(waitForObject(getQModelIndexStr("text='Building and Running an Example'",
|
||||
gettingStartedQModelIndex)), 5, 5, 0, Qt.LeftButton)
|
||||
manualQModelIndex)), 5, 5, 0, Qt.LeftButton)
|
||||
# open bookmarks window
|
||||
clickButton(waitForObject(":Qt Creator.Add Bookmark_QToolButton"))
|
||||
clickButton(waitForObject(":Add Bookmark.ExpandBookmarksList_QToolButton"))
|
||||
|
Reference in New Issue
Block a user