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 "Sliders" tab
And I set the "50" position for the "Horizontal" slider
Then I should see the "Horizontal" slider is at "50" position
Scenario: Set slider range
Set slider range
Given the test GUI application is started
When I select the "Sliders" tab
And I set the "50" position for the "Horizontal" slider
And set the "20" position for the "Horizontal Lower" spin
Then I should see the "Horizontal" slider is at "50" position
When I set the "40" position for the "Horizontal Upper" spin
Then I should see the "Horizontal" slider is at "40" position
Base slider operations should include:
Scenario: Set slider position
Set slider position
Given the test GUI application is started
When I select the "Sliders" tab
And I set the "50" position for the "Horizontal" slider
Then I should see the "Horizontal" slider is at "50" position
Scenario: Set slider range
Set slider range
Given the test GUI application is started
When I select the "Sliders" tab
And I set the "50" position for the "Horizontal" slider
And set the "20" position for the "Horizontal Lower" spin
Then I should see the "Horizontal" slider is at "50" position
When I set the "40" position for the "Horizontal Upper" spin
Then I should see the "Horizontal" slider is at "40" position