forked from qt-creator/qt-creator
Squish: Update tst_git_clone
Command line information appears in Version Control view, not in the dialog anymore. Task-number: QTCREATORBUG-10531 Change-Id: Ib3a501e32d6105a78d8e4f4f1ad019de22e3ef3b Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -631,3 +631,12 @@ def verifyItemOrder(items, text):
|
||||
index = text.find(item)
|
||||
test.verify(index > lastIndex, "'" + item + "' found at index " + str(index))
|
||||
lastIndex = index
|
||||
|
||||
def openVcsLog():
|
||||
if not object.exists(":Qt Creator_VersionControl_Core::Internal::OutputPaneToggleButton"):
|
||||
clickButton(waitForObject(":Qt Creator_Core::Internal::OutputPaneManageButton"))
|
||||
if platform.system() == 'Darwin':
|
||||
waitFor('macHackActivateContextMenuItem("Version Control")', 6000)
|
||||
else:
|
||||
activateItem(waitForObjectItem("{type='QMenu' unnamed='1' visible='1'}", "Version Control"))
|
||||
ensureChecked(waitForObject(":Qt Creator_VersionControl_Core::Internal::OutputPaneToggleButton"))
|
||||
|
||||
Reference in New Issue
Block a user