forked from qt-creator/qt-creator
Squish: Added test for QML outline
Change-Id: I6199cf22da0049319c2eaef6977884ed7f63a4fd Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
@@ -294,6 +294,7 @@ def invokeFindUsage(editor, line, typeOperation, n=1):
|
||||
|
||||
def openDocument(treeElement):
|
||||
try:
|
||||
selectFromCombo(":Qt Creator_Core::Internal::NavComboBox", "Open Documents")
|
||||
navigator = waitForObject(":Qt Creator_Utils::NavigationTreeView")
|
||||
fileName = waitForObjectItem(navigator, treeElement).text
|
||||
doubleClickItem(navigator, treeElement, 5, 5, 0, Qt.LeftButton)
|
||||
|
Reference in New Issue
Block a user