SquishTests: Add new extensions view as expected

Fixes e.g. accessing the Help view.

Change-Id: If8051ba93d20704670c3bcab60d4d5bcd5d539bc
Reviewed-by: Robert Löhning <robert.loehning@qt.io>
This commit is contained in:
Christian Stenger
2024-06-26 13:22:56 +02:00
parent 250d100787
commit 4969fe9921

View File

@@ -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