aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/shared/debugger.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/shared/debugger.py')
-rw-r--r--tests/system/shared/debugger.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/shared/debugger.py b/tests/system/shared/debugger.py
index 930e74980f..5c9f01d5f2 100644
--- a/tests/system/shared/debugger.py
+++ b/tests/system/shared/debugger.py
@@ -51,14 +51,14 @@ def handleDebuggerWarnings(config, isMsvcBuild=False):
clickButton("{text='OK' type='QPushButton' unnamed='1' visible='1' window=%s}" % msgBox)
def takeDebuggerLog():
- invokeMenuItem("Window", "Views", "Global Debugger Log")
+ invokeMenuItem("View", "Views", "Global Debugger Log")
debuggerLogWindow = waitForObject("{container=':DebugModeWidget.Debugger Log_QDockWidget' "
"type='Debugger::Internal::DebuggerPane' unnamed='1' visible='1'}")
debuggerLog = str(debuggerLogWindow.plainText)
mouseClick(debuggerLogWindow)
invokeContextMenuItem(debuggerLogWindow, "Clear Contents")
waitFor("str(debuggerLogWindow.plainText)==''", 5000)
- invokeMenuItem("Window", "Views", "Global Debugger Log")
+ invokeMenuItem("View", "Views", "Global Debugger Log")
return debuggerLog
# function to set breakpoints for the current project