summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2017-01-26 17:12:27 +0100
committerRobert Loehning <robert.loehning@qt.io>2017-01-27 12:13:42 +0000
commit79c91e4c305cc49b614040a50b0a07ab51120f9d (patch)
tree7d8ef15b5d7ae01dc66f4d929c862e7a91d42337
parent28fd07e95aa5ecef450908a17a1d4fe2400c5f6e (diff)
downloadqt-creator-79c91e4c305cc49b614040a50b0a07ab51120f9d.tar.gz
Squish: Stabilize tst_HELP06
Change-Id: Id8d642c581b825adc1d958f82280e8bf4f011c41 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rwxr-xr-xtests/system/suite_HELP/tst_HELP06/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_HELP/tst_HELP06/test.py b/tests/system/suite_HELP/tst_HELP06/test.py
index d91f3f10d9..ba9941a289 100755
--- a/tests/system/suite_HELP/tst_HELP06/test.py
+++ b/tests/system/suite_HELP/tst_HELP06/test.py
@@ -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")