forked from qt-creator/qt-creator
Squish: Fix expected object properties
Change-Id: I7f2e3ef4559fac83d17a06a231036be45f9e63bb Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user