Merge pull request #3114 from edx/zoldak/skip-failing-video-test
Disable failing video test
This commit is contained in:
@@ -189,20 +189,21 @@ Feature: LMS Video component
|
||||
When I open video "C"
|
||||
Then menu "download_transcript" doesn't exist
|
||||
|
||||
# BLD-971 - Test intermittently failing
|
||||
# 20
|
||||
Scenario: Youtube video has correct transcript if fields for other speeds are filled.
|
||||
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_b7xgknqkQk8.srt.sjson" transcript file in assets
|
||||
And it has a video in "Youtube" mode:
|
||||
| sub | youtube_id_1_5 |
|
||||
| OEoXaMPEzfM | b7xgknqkQk8 |
|
||||
And I make sure captions are opened
|
||||
Then I see "Hi, welcome to Edx." text in the captions
|
||||
And I select the "1.50" speed
|
||||
And I reload the page
|
||||
Then I see "Hi, welcome to Edx." text in the captions
|
||||
And I see duration "1:00"
|
||||
# Scenario: Youtube video has correct transcript if fields for other speeds are filled.
|
||||
# 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_b7xgknqkQk8.srt.sjson" transcript file in assets
|
||||
# And it has a video in "Youtube" mode:
|
||||
# | sub | youtube_id_1_5 |
|
||||
# | OEoXaMPEzfM | b7xgknqkQk8 |
|
||||
# And I make sure captions are opened
|
||||
# Then I see "Hi, welcome to Edx." text in the captions
|
||||
# And I select the "1.50" speed
|
||||
# And I reload the page
|
||||
# Then I see "Hi, welcome to Edx." text in the captions
|
||||
# And I see duration "1:00"
|
||||
|
||||
# 21
|
||||
Scenario: Download button works correctly for non-english transcript in Youtube mode of Video component
|
||||
|
||||
Reference in New Issue
Block a user