Commit 7a214344 by Will Daly

Merge pull request #1261 from edx/will/disable-caption-tests

Disabled video caption acceptance tests
parents 12007030 7eb4522b
...@@ -43,29 +43,29 @@ Feature: CMS.Video Component ...@@ -43,29 +43,29 @@ Feature: CMS.Video Component
Then the correct Youtube video is shown Then the correct Youtube video is shown
# 7 # 7
Scenario: Closed captions become visible when the mouse hovers over CC button # Scenario: Closed captions become visible when the mouse hovers over CC button
Given I have created a Video component with subtitles # Given I have created a Video component with subtitles
And Make sure captions are closed # And Make sure captions are closed
Then Captions become "invisible" after 3 seconds # Then Captions become "invisible" after 3 seconds
And I hover over button "CC" # And I hover over button "CC"
Then Captions become "visible" # Then Captions become "visible"
And I hover over button "volume" # And I hover over button "volume"
Then Captions become "invisible" after 3 seconds # Then Captions become "invisible" after 3 seconds
# 8 # 8
Scenario: Open captions never become invisible #Scenario: Open captions never become invisible
Given I have created a Video component with subtitles # Given I have created a Video component with subtitles
And Make sure captions are open # And Make sure captions are open
Then Captions are "visible" # Then Captions are "visible"
And I hover over button "CC" # And I hover over button "CC"
Then Captions are "visible" # Then Captions are "visible"
And I hover over button "volume" # And I hover over button "volume"
Then Captions are "visible" # Then Captions are "visible"
# 9 # 9
Scenario: Closed captions are invisible when mouse doesn't hover on CC button #Scenario: Closed captions are invisible when mouse doesn't hover on CC button
Given I have created a Video component with subtitles # Given I have created a Video component with subtitles
And Make sure captions are closed # And Make sure captions are closed
Then Captions become "invisible" after 3 seconds # Then Captions become "invisible" after 3 seconds
And I hover over button "volume" # And I hover over button "volume"
Then Captions are "invisible" # Then Captions are "invisible"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment