Files
Page-Object_Model/pom/Features/Videos/Videos.feature
programmingPug f0a48e25f4 Example code
2020-08-15 22:08:58 -04:00

10 lines
267 B
Gherkin

Feature: Video Controls
In order to control a video
As a user
I want to manipulate video controls
Scenario: Pause video playback
Given I have logged into the application
And I have started playing a video
When I press pause
Then the video should be paused