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 "Scroll Bars" tab
And I set the "50" position for the "Horizontal" scroll bar
Then I should see the "Horizontal" scroll bar is in "50" position
When I add 1 step forward for the "Horizontal" scroll bar
Then I should see the "Horizontal" scroll bar is in "51" position
When I add 1 step backward for the "Horizontal" scroll bar
Then I should see the "Horizontal" scroll bar is in "50" position
Scenario: Set scroll bar position
Given the test GUI application is started
When I select the "Scroll Bars" tab
And I set the "50" position for the "Horizontal" scroll bar
Then I should see the "Horizontal" scroll bar is in "50" position
When I add 1 step forward for the "Horizontal" scroll bar
Then I should see the "Horizontal" scroll bar is in "51" position
When I add 1 step backward for the "Horizontal" scroll bar
Then I should see the "Horizontal" scroll bar is in "50" position