You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2023. It is now read-only.
Given the test GUI application is started
When I select the "Buttons" tab
Then I should see the "Radio Button 1" button is checked
And the "Radio Button 2" button is unchecked
And the "Radio Button 3" button is unchecked
When I click on the "Radio Button 2" button
Then I should see the "Radio Button 2" button is checked
And the "Radio Button 1" button is unchecked
And the "Radio Button 3" button is unchecked
Scenario: Set/Check state
Set item state
Get item state
Given the test GUI application is started
When I select the "Buttons" tab
Then I should see the "Radio Button 1" button is checked
And the "Radio Button 2" button is unchecked
And the "Radio Button 3" button is unchecked
When I click on the "Radio Button 2" button
Then I should see the "Radio Button 2" button is checked
And the "Radio Button 1" button is unchecked
And the "Radio Button 3" button is unchecked