From 4969fe99216a8773904370a83e21ec9e9190b284 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Wed, 26 Jun 2024 13:22:56 +0200 Subject: [PATCH] SquishTests: Add new extensions view as expected MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes e.g. accessing the Help view. Change-Id: If8051ba93d20704670c3bcab60d4d5bcd5d539bc Reviewed-by: Robert Löhning --- tests/system/shared/classes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/shared/classes.py b/tests/system/shared/classes.py index 4611a0cefe1..3451da354ff 100644 --- a/tests/system/shared/classes.py +++ b/tests/system/shared/classes.py @@ -56,7 +56,7 @@ class ProjectSettings: # this class defines some constants for the views of the creator's MainWindow class ViewConstants: - WELCOME, EDIT, DESIGN, DEBUG, PROJECTS, HELP = range(6) + WELCOME, EDIT, DESIGN, DEBUG, PROJECTS, EXTENSIONS, HELP = range(7) FIRST_AVAILABLE = 0 # always adjust the following to the highest value of the available ViewConstants when adding new LAST_AVAILABLE = HELP