forked from qt-creator/qt-creator
Squish: Remove workaround
Change-Id: I2744c44dda2ef31b7e94dc3328e40538a7a24f40 Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
This commit is contained in:
@@ -142,10 +142,6 @@ def main():
|
|||||||
rootIndex = getQModelIndexStr("text='Rectangle'",
|
rootIndex = getQModelIndexStr("text='Rectangle'",
|
||||||
":Locals and Expressions_Debugger::Internal::WatchTreeView")
|
":Locals and Expressions_Debugger::Internal::WatchTreeView")
|
||||||
# make sure the items inside the root item are visible
|
# make sure the items inside the root item are visible
|
||||||
if JIRA.isBugStillOpen(14210):
|
|
||||||
doubleClick(waitForObject(rootIndex))
|
|
||||||
else:
|
|
||||||
test.warning("QTCREATORBUG-14210 is not open anymore. Can the workaround be removed?")
|
|
||||||
doubleClick(waitForObject(rootIndex))
|
doubleClick(waitForObject(rootIndex))
|
||||||
if not object.exists(":DebugModeWidget_QmlJSTools::Internal::QmlConsoleView"):
|
if not object.exists(":DebugModeWidget_QmlJSTools::Internal::QmlConsoleView"):
|
||||||
invokeMenuItem("Window", "Output Panes", "QML/JS Console")
|
invokeMenuItem("Window", "Output Panes", "QML/JS Console")
|
||||||
|
Reference in New Issue
Block a user