From 43b54e8c3ace7f17572de01ba9ed80e6f6589551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Thu, 7 Mar 2024 09:43:41 +0100 Subject: [PATCH] SquishTests: Update button type in Welcome mode Amends 9832af970187df48d233e3cfe1738eae6fb3d29b Change-Id: I8840748e3bcb2c0993f93411b324e04a7f81960d Reviewed-by: Christian Stenger --- tests/system/shared/welcome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/shared/welcome.py b/tests/system/shared/welcome.py index a5ba097ff1f..aa30952301a 100644 --- a/tests/system/shared/welcome.py +++ b/tests/system/shared/welcome.py @@ -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)