aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_debugger/tst_qml_js_console/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_debugger/tst_qml_js_console/test.py')
-rw-r--r--tests/system/suite_debugger/tst_qml_js_console/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/suite_debugger/tst_qml_js_console/test.py b/tests/system/suite_debugger/tst_qml_js_console/test.py
index c7d9df09f2..206e3f8a25 100644
--- a/tests/system/suite_debugger/tst_qml_js_console/test.py
+++ b/tests/system/suite_debugger/tst_qml_js_console/test.py
@@ -149,10 +149,10 @@ def main():
mainRect = getQModelIndexStr("text='Rectangle'", rootIndex)
doubleClick(waitForObject(mainRect))
if not object.exists(":DebugModeWidget_Debugger::Internal::ConsoleView"):
- invokeMenuItem("Window", "Output Panes", "QML Debugger Console")
+ invokeMenuItem("View", "Output Panes", "QML Debugger Console")
# Window might be too small to show Locals, so close what we don't need
for view in ("Stack", "Breakpoints", "Expressions"):
- invokeMenuItem("Window", "Views", view)
+ invokeMenuItem("View", "Views", view)
# color and float values have additional ZERO WIDTH SPACE (\u200b), different usage of
# whitespaces inside expressions is part of the test
checks = [("color", u"#\u200b008000"), ("width", "50"),