aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/shared/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/shared/utils.py')
-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