diff options
author | Robert LΓΆhning <robert.loehning@qt.io> | 2022-10-19 22:57:12 +0200 |
---|---|---|
committer | Robert LΓΆhning <robert.loehning@qt.io> | 2022-10-26 07:57:11 +0000 |
commit | 2a2a3b060f2c0f6f3ae4e5850dba23dcb8ab4809 (patch) | |
tree | d57108c6fabed50f4f820ea91de94cd5d3b2ac65 /Tests/system/shared/utils.py | |
parent | e8882efc153da47e291dd8208bfc3f6fdf0e1698 (diff) |
Squish: Shorten long lines
Change-Id: I0026c8e6233f2eca7d13bd85c2845d6d46922516
Reviewed-by: Miguel Costa <miguel.costa@qt.io>
Diffstat (limited to 'Tests/system/shared/utils.py')
-rw-r--r-- | Tests/system/shared/utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/system/shared/utils.py b/Tests/system/shared/utils.py index 881e0542..e7551895 100644 --- a/Tests/system/shared/utils.py +++ b/Tests/system/shared/utils.py @@ -63,14 +63,14 @@ def selectInstalledVsTools(version): openExtensionManager(version) if version == "2017": try: - vsToolsLabel = waitForObject(names.extensionManager_UI_InstalledExtensionItem_The_Qt_VS_Tools_for_Visual_Studio_2017_Label, + vsToolsLabel = waitForObject(names.extensionManager_UI_InstalledExtItem_Qt_2017_Label, 5000) except: return None else: mouseClick(waitForObject({"type": "TreeItem", "id": "Installed"})) try: - vsToolsLabel = waitForObject(names.extensionManager_UI_InstalledExtensionItem_The_Qt_VS_Tools_for_Visual_Studio_2019_Label, + vsToolsLabel = waitForObject(names.extensionManager_UI_InstalledExtItem_Qt_Label, 5000) except: return None |