diff options
author | Robert Loehning <robert.loehning@qt.io> | 2020-02-18 12:52:11 +0100 |
---|---|---|
committer | Robert Loehning <robert.loehning@qt.io> | 2020-02-19 11:58:57 +0000 |
commit | fd2653bdc2f15a47ae1c0b2cf1f85d720aff29df (patch) | |
tree | 67eb74e8858892e17c6dd3c22615819d3244fe70 /tests | |
parent | 873a543c6f8efe896e5d9406481a0005868d78eb (diff) | |
download | qt-creator-fd2653bdc2f15a47ae1c0b2cf1f85d720aff29df.tar.gz |
Squish: Remove outdated error handling
Change-Id: If3bb6f8dd5c79e11139801623f63ce88ea46cf42
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/system/shared/project_explorer.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/system/shared/project_explorer.py b/tests/system/shared/project_explorer.py index 880b37a64d..3a0d51428d 100644 --- a/tests/system/shared/project_explorer.py +++ b/tests/system/shared/project_explorer.py @@ -159,13 +159,6 @@ def addAndActivateKit(kit): mouseClick(index) test.verify(waitFor("not str(index.toolTip).startswith(clickToActivate)", 1500), "Kit added for this project") - try: - findObject(":Projects.ProjectNavigationTreeView") - except: - test.warning("Squish issue - QC switches automatically to Edit view after enabling " - "a new kit when running tst_opencreator_qbs - works as expected when " - "running without Squish") - switchViewTo(ViewConstants.PROJECTS) else: test.warning("Kit is already added for this project.") mouseClick(index) |