aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2019-07-30 16:15:55 +0200
committerRobert Loehning <robert.loehning@qt.io>2019-07-31 11:05:30 +0000
commit5d3010a722d2b90bcdf870e7ba04e8a87f790707 (patch)
treec7e31877a801c50e7ab8894c7027696b7a4bf519 /tests
parent0f3c8a3c7b36c75ea405e4782fd5bd5d7413c794 (diff)
Squish: Use parameters in another call to mouseClick(...)
Reverts e8727fcae25d96da9e55bb5a98dde813e4e5dfa0 for this line. Change-Id: I98e789ef3e09b3d33e53ced23177795e1e226a1e Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests')
-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 e4cadad951..96ec0a4e1c 100755
--- a/tests/system/suite_HELP/tst_HELP06/test.py
+++ b/tests/system/suite_HELP/tst_HELP06/test.py
@@ -106,7 +106,7 @@ def main():
checkIfObjectExists(bldRunQModelIndex, verboseOnFail = True) and
checkIfObjectExists(manualQModelIndex, verboseOnFail = True),
"Verifying if all folders and bookmarks are present")
- mouseClick(waitForObject(":Qt Creator_Bookmarks_TreeView"))
+ mouseClick(waitForObject(":Qt Creator_Bookmarks_TreeView"), 5, 5, 0, Qt.LeftButton)
for _ in range(6):
type(waitForObject(":Qt Creator_Bookmarks_TreeView"), "<Right>")
type(waitForObject(":Qt Creator_Bookmarks_TreeView"), "<Return>")