From ac4ec987359fa0f00cb9039d370562f399735a16 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Wed, 13 Feb 2019 14:12:22 +0100 Subject: [PATCH] Squish: Adapt test for wizard pages There are nowadays two additional application templates for Qt for Python. Additionally remove no more existing template. Change-Id: I717adb78e1873f0609a050364034694a7c270055 Reviewed-by: Robert Loehning --- tests/system/suite_general/tst_create_proj_wizard/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 c27e8722f3b..2c71b21c83d 100644 --- a/tests/system/suite_general/tst_create_proj_wizard/test.py +++ b/tests/system/suite_general/tst_create_proj_wizard/test.py @@ -61,8 +61,8 @@ def main(): for template in dumpItems(templatesView.model(), templatesView.rootIndex()): template = template.replace(".", "\\.") # skip non-configurable - if not template in ["Qt Quick UI Prototype", "Qt Canvas 3D Application", - "Auto Test Project"]: # FIXME + if not template in ["Qt Quick UI Prototype", "Auto Test Project", # FIXME + "Qt for Python - Empty", "Qt for Python - Window"]: availableProjectTypes.append({category:template}) safeClickButton("Cancel") for current in availableProjectTypes: