Commit 748fc120 by Jay Zoldak

Disable failing video test

parent 6dfcb8e2
...@@ -189,20 +189,21 @@ Feature: LMS Video component ...@@ -189,20 +189,21 @@ Feature: LMS Video component
When I open video "C" When I open video "C"
Then menu "download_transcript" doesn't exist Then menu "download_transcript" doesn't exist
# BLD-971 - Test intermittently failing
# 20 # 20
Scenario: Youtube video has correct transcript if fields for other speeds are filled. # Scenario: Youtube video has correct transcript if fields for other speeds are filled.
Given I am registered for the course "test_course" # Given I am registered for the course "test_course"
And I have a "subs_OEoXaMPEzfM.srt.sjson" transcript file in assets # And I have a "subs_OEoXaMPEzfM.srt.sjson" transcript file in assets
And I have a "subs_b7xgknqkQk8.srt.sjson" transcript file in assets # And I have a "subs_b7xgknqkQk8.srt.sjson" transcript file in assets
And it has a video in "Youtube" mode: # And it has a video in "Youtube" mode:
| sub | youtube_id_1_5 | # | sub | youtube_id_1_5 |
| OEoXaMPEzfM | b7xgknqkQk8 | # | OEoXaMPEzfM | b7xgknqkQk8 |
And I make sure captions are opened # And I make sure captions are opened
Then I see "Hi, welcome to Edx." text in the captions # Then I see "Hi, welcome to Edx." text in the captions
And I select the "1.50" speed # And I select the "1.50" speed
And I reload the page # And I reload the page
Then I see "Hi, welcome to Edx." text in the captions # Then I see "Hi, welcome to Edx." text in the captions
And I see duration "1:00" # And I see duration "1:00"
# 21 # 21
Scenario: Download button works correctly for non-english transcript in Youtube mode of Video component Scenario: Download button works correctly for non-english transcript in Youtube mode of Video component
......
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