Sha256: 690da143b4641451356dde36603a594a82eb63c1b190a0ec1be57d7dd9a06dd0
Contents?: true
Size: 1.69 KB
Versions: 1
Compression:
Stored size: 1.69 KB
Contents
Feature: Support for video element Background: Given I am on the static elements 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 Scenario Outline: Locating a video element on the page When I search for the video element by "<search_by>" Then I should know it is visible Examples: | search_by | | id | | class | | name | | xpath | | index | Scenario Outline: Locating videos using multiple parameters When I search for the video element by "<param1>" and "<param2>" Then I should know it is visible Examples: | param1 | param2 | | class | index | | name | index | Scenario Outline: Locating videos using multiple parameters When I search for the video element by "<param1>" and "<param2>" Then I should know it is visible Examples: | param1 | param2 | | class | index | | name | index | Scenario: Should know if it is autoplay When I retrieve the video element Then I should know the video is not autoplay Scenario: Should know if the controls are displayed When I retrieve the video element 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
druid-ts-1.1.7 | features/video.feature |