features/video.feature in page-object-1.1.0 vs features/video.feature in page-object-1.1.1
- old
+ new
@@ -1,9 +1,9 @@
Feature: Support for video element
Background:
- Given I am on the static elements page
+ Given I am on the audio video page
Scenario: finding an video element
When I retrieve the video element
Then I should know it exists
And I should know it is visible
@@ -39,13 +39,9 @@
Then I should know that the controls are displayed
Scenario: Should know if it is paused
When I retrieve the video element
Then I should know that the video is paused
-
- Scenario: Should know its duration
- When I retrieve the video element
- Then I should know that the duration is greater than 12 seconds
Scenario: Should know its volume
When I retrieve the video element
Then I should know that its volume is 1