aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-07-06 16:23:13 +0200
committerEike Ziller <eike.ziller@qt.io>2020-07-06 16:23:13 +0200
commitb18711da91a01709f64c4b7d132509aa21ebe0da (patch)
treedc82d508be7bec62a21548405dff510f19e3a17e /tests
parentc1df1e5d2e8805c4f38872b11bc30bbe72064ede (diff)
parentd35cf4b846a914303675a21300b79dc860e6f73f (diff)
Merge remote-tracking branch 'origin/4.12' into 4.13
Conflicts: share/qtcreator/debugger/lldbbridge.py Change-Id: Ia444f6424fb35b9a539e157afcee868161535272
Diffstat (limited to 'tests')
-rwxr-xr-xtests/system/suite_HELP/tst_HELP02/test.py1
-rw-r--r--tests/system/suite_tools/tst_git_clone/test.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/system/suite_HELP/tst_HELP02/test.py b/tests/system/suite_HELP/tst_HELP02/test.py
index 2eb09773b1..1d776689be 100755
--- a/tests/system/suite_HELP/tst_HELP02/test.py
+++ b/tests/system/suite_HELP/tst_HELP02/test.py
@@ -78,6 +78,7 @@ def setKeyboardShortcutForAboutQtC():
modelIndex = waitForObject("{column='0' text='AboutQtCreator' type='QModelIndex' "
"container={column='0' text='QtCreator' type='QModelIndex' "
"container=%s}}" % objectMap.realName(treewidget))
+ treewidget.scrollTo(modelIndex)
mouseClick(modelIndex)
shortcutGB = "{title='Shortcut' type='QGroupBox' unnamed='1' visible='1'}"
record = waitForObject("{container=%s type='Core::Internal::ShortcutButton' unnamed='1' "
diff --git a/tests/system/suite_tools/tst_git_clone/test.py b/tests/system/suite_tools/tst_git_clone/test.py
index 476c1be365..35266deb8f 100644
--- a/tests/system/suite_tools/tst_git_clone/test.py
+++ b/tests/system/suite_tools/tst_git_clone/test.py
@@ -130,5 +130,5 @@ def main():
test.fail("The checked out project was not being opened.",
str(waitForObject(":Cannot Open Project_QTextEdit").plainText))
clickButton(waitForObject(":Cannot Open Project.OK_QPushButton"))
- verifyVersionControlView(targetDir, button == "Cancel immediately")
+ verifyVersionControlView(targetDir, button != ":Git Repository Clone.Finish_QPushButton")
invokeMenuItem("File", "Exit")