forked from qt-creator/qt-creator
SquishTests: Update button type in Welcome mode
Amends 9832af9701
Change-Id: I8840748e3bcb2c0993f93411b324e04a7f81960d
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -6,7 +6,7 @@ def __childrenOfType__(parentObject, typeName):
|
||||
|
||||
|
||||
def getWelcomeScreenSideBarButton(buttonLabel):
|
||||
return ("{text='%s' type='QPushButton' unnamed='1' visible='1' "
|
||||
return ("{text='%s' type='QAbstractButton' unnamed='1' visible='1' "
|
||||
"window=':Qt Creator_Core::Internal::MainWindow'}" % buttonLabel)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user