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:
Robert Löhning
2024-03-07 09:43:41 +01:00
parent d32a5ebb35
commit 43b54e8c3a

View File

@@ -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)