From fb09f85622c27cf0df5af74b8ea7a4205cfba6db Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 6 Aug 2024 09:28:46 +0200 Subject: [PATCH] SquishTests: Adapt to changed template name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5f50019df33cb83f7f8618e1e390daf08b368143 Reviewed-by: Jukka Nokso Reviewed-by: Robert Löhning --- tests/system/suite_general/tst_create_proj_wizard/test.py | 2 +- 1 file changed, 1 insertion(+), 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 176b606b8bf..7c67da2273c 100644 --- a/tests/system/suite_general/tst_create_proj_wizard/test.py +++ b/tests/system/suite_general/tst_create_proj_wizard/test.py @@ -42,7 +42,7 @@ def main(): for template in dumpItems(templatesView.model(), templatesView.rootIndex()): template = template.replace(".", "\\.") # skip non-configurable - if template not in ["Qt Quick UI Prototype", "Qt Creator Plugin"]: + if template not in ["Qt Quick UI Prototype", "Qt Creator C++ Plugin"]: availableProjectTypes.append({category:template}) safeClickButton("Cancel") for current in availableProjectTypes: