forked from qt-creator/qt-creator
Squish: Update menu entry for QML Debugger Console
Change-Id: I0079bfcc22a0d45da72bd8b8ee2728a49d73ef4f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -146,7 +146,7 @@ def main():
|
||||
mainRect = getQModelIndexStr("text='Rectangle'", rootIndex)
|
||||
doubleClick(waitForObject(mainRect))
|
||||
if not object.exists(":DebugModeWidget_Debugger::Internal::ConsoleView"):
|
||||
invokeMenuItem("Window", "Output Panes", "Debugger Console")
|
||||
invokeMenuItem("Window", "Output Panes", "QML Debugger Console")
|
||||
progressBarWait()
|
||||
# color and float values have additional ZERO WIDTH SPACE (\u200b), different usage of
|
||||
# whitespaces inside expressions is part of the test
|
||||
|
Reference in New Issue
Block a user