From 23c6182912877b88f325a5f752e71fae157200e5 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 17 Jun 2025 08:53:06 +0200 Subject: [PATCH] SquishTests: Expect new project wizard Change-Id: I2334a871b3a3d5a9ba71c6803aa8e14f84aeaffa Reviewed-by: Jukka Nokso Reviewed-by: Christian Stenger --- tests/system/suite_general/tst_create_proj_wizard/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/system/suite_general/tst_create_proj_wizard/test.py b/tests/system/suite_general/tst_create_proj_wizard/test.py index c2dcdfa96dc..a2549e14d61 100644 --- a/tests/system/suite_general/tst_create_proj_wizard/test.py +++ b/tests/system/suite_general/tst_create_proj_wizard/test.py @@ -66,7 +66,8 @@ def main(): # are there more Quick combinations - then recreate this project if counter < len(qtVersionsForQuick) - 1: displayedPlatforms = __createProject__(category, template) - elif template in ("Qt Widgets Application", "C++ Library", "Code Snippet"): + elif template in ("Qt Widgets Application", "C++ Library", "Code Snippet", + "Qt Interface Framework Project"): def skipDetails(_): clickButton(waitForObject(":Next_QPushButton")) handleBuildSystemVerifyKits(category, template, kits,