forked from qt-creator/qt-creator
Squish: Fix tst_create_proj_wizard
Change-Id: Ia34a9055aac52479a331f3c85557291b1c586221 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -77,7 +77,7 @@ def main():
|
||||
__modifyAvailableTargets__(displayedPlatforms, requiredQtVersion, True)
|
||||
verifyKitCheckboxes(kits, displayedPlatforms)
|
||||
# FIXME: if QTBUG-35203 is fixed replace by triggering the shortcut for Back
|
||||
clickButton(waitForObject("{type='QPushButton' text='Cancel'}"))
|
||||
clickButton(waitForObject("{type='QPushButton' text='Cancel' visible='1'}"))
|
||||
# are there more Quick combinations - then recreate this project
|
||||
if counter < len(quickCombinations) - 1:
|
||||
displayedPlatforms = __createProject__(category, template)
|
||||
@@ -88,7 +88,7 @@ def main():
|
||||
except LookupError:
|
||||
pass
|
||||
verifyKitCheckboxes(kits, displayedPlatforms)
|
||||
clickButton(waitForObject("{type='QPushButton' text='Cancel'}"))
|
||||
clickButton(waitForObject("{type='QPushButton' text='Cancel' visible='1'}"))
|
||||
invokeMenuItem("File", "Exit")
|
||||
|
||||
def verifyKitCheckboxes(kits, displayedPlatforms):
|
||||
|
Reference in New Issue
Block a user