Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
b5fb8cb0
Commit
b5fb8cb0
authored
Mar 28, 2014
by
Jay Zoldak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3114 from edx/zoldak/skip-failing-video-test
Disable failing video test
parents
6dfcb8e2
748fc120
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
13 deletions
+14
-13
lms/djangoapps/courseware/features/video.feature
+14
-13
No files found.
lms/djangoapps/courseware/features/video.feature
View file @
b5fb8cb0
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment