aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/shared
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2020-05-26 14:09:31 +0200
committerRobert Loehning <robert.loehning@qt.io>2020-06-04 19:53:35 +0000
commit3a97df0f61dd7d7c588b09d9aebf2fd2036f1772 (patch)
treefaae8d2d495b32820cdb68be67c42a799c620f7b /tests/system/shared
parent0039d5ce7973c651b2d4371774b741139b6a12dc (diff)
Squish: Adapt to changed menus
Change-Id: I8557003bbc94affb018b09e6d5d36cae0f72403a Reviewed-by: Robert Loehning <robert.loehning@qt.io>
Diffstat (limited to 'tests/system/shared')
-rw-r--r--tests/system/shared/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/shared/utils.py b/tests/system/shared/utils.py
index 6501f738a2..26afa78c8a 100644
--- a/tests/system/shared/utils.py
+++ b/tests/system/shared/utils.py
@@ -652,11 +652,11 @@ def openVcsLog():
waitForObject("{text='Version Control' type='QLabel' unnamed='1' visible='1' "
"window=':Qt Creator_Core::Internal::MainWindow'}", 2000)
except:
- invokeMenuItem("Window", "Output Panes", "Version Control")
+ invokeMenuItem("View", "Output Panes", "Version Control")
def openGeneralMessages():
if not object.exists(":Qt Creator_Core::OutputWindow"):
- invokeMenuItem("Window", "Output Panes", "General Messages")
+ invokeMenuItem("View", "Output Panes", "General Messages")
# function that retrieves a specific child object by its class
# this is sometimes the best way to avoid using waitForObject() on objects that