aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2023-11-28 21:01:40 +0100
committerRobert Löhning <robert.loehning@qt.io>2023-11-30 18:26:10 +0000
commit15a415b4e42daa35811606bb1fd0dadcc6ec0a3a (patch)
tree9e0923a40b0677a9321c65bde4dae772d5146ed9
parentca6e4b6bfd7c8128c35919c9d37c574b60edf27f (diff)
Squish: Update menu text for VS2022
17.8.2 has a trailing ellipsis. Change-Id: Ia84e515f395dde499fcd8fd1df547190a14f9a41 Reviewed-by: Miguel Costa <miguel.costa@qt.io>
-rw-r--r--Tests/system/suite_installation/shared/scripts/names.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/system/suite_installation/shared/scripts/names.py b/Tests/system/suite_installation/shared/scripts/names.py
index b95e3f96..f02e2b78 100644
--- a/Tests/system/suite_installation/shared/scripts/names.py
+++ b/Tests/system/suite_installation/shared/scripts/names.py
@@ -7,7 +7,9 @@
from objectmaphelper import *
import globalnames
-pART_Popup_Manage_Extensions_MenuItem = {"container": globalnames.pART_Popup_Popup, "text": "Manage Extensions", "type": "MenuItem"}
+pART_Popup_Manage_Extensions_MenuItem = {"container": globalnames.pART_Popup_Popup,
+ "text": RegularExpression("^Manage Extensions(\.\.\.)?$"),
+ "type": "MenuItem"}
manage_Extensions_Window = {"text": Wildcard("*Extensions*"), "type": "Window"}
extensionManager_UI_InstalledExtItem_Qt_Label = {"text": Wildcard("The Qt VS Tools for Visual Studio *"), "type": "Label"}
manage_Extensions_Close_Button = {"container": manage_Extensions_Window, "text": "Close", "type": "Button"}