summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2020-03-19 08:17:55 +0100
committerChristian Stenger <christian.stenger@qt.io>2020-03-19 13:11:15 +0000
commita51a4f791531bff833081c317e9bc46af3dc379f (patch)
treeafcbf4ce2fd164c1f4da8cb5c8a17420fea94790 /tests
parent6cc080e055ed5c172367df0ce4c4be6eb812a471 (diff)
downloadqt-creator-a51a4f791531bff833081c317e9bc46af3dc379f.tar.gz
Squish: Fix expected object properties
Change-Id: I7f2e3ef4559fac83d17a06a231036be45f9e63bb Reviewed-by: Robert Loehning <robert.loehning@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/suite_general/tst_session_handling/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_general/tst_session_handling/test.py b/tests/system/suite_general/tst_session_handling/test.py
index f33cdab833..efd3e39535 100644
--- a/tests/system/suite_general/tst_session_handling/test.py
+++ b/tests/system/suite_general/tst_session_handling/test.py
@@ -88,7 +88,7 @@ def switchSession(toSession):
sessionView = ("{name='sessionView' type='ProjectExplorer::Internal::SessionView' visible='1' "
"window=':Session Manager_ProjectExplorer::Internal::SessionDialog'}")
mouseClick(waitForObjectItem(sessionView, toSession))
- clickButton(waitForObject("{name='btSwitch' text='Switch to' type='QPushButton' visible='1' "
+ clickButton(waitForObject("{name='btSwitch' type='QPushButton' visible='1' "
"window=':Session Manager_ProjectExplorer::Internal::SessionDialog'}"))
def createAndSwitchToSession(toSession):