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
501a1b59
Commit
501a1b59
authored
Jun 13, 2014
by
Alexander Kryklia
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4083 from edx/alex/fix_syntax_error_in_video_player_test
Fix incorrect video bok choy test.
parents
147dda73
eb8d45b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
common/test/acceptance/tests/video/test_video_module.py
+2
-1
No files found.
common/test/acceptance/tests/video/test_video_module.py
View file @
501a1b59
...
...
@@ -276,7 +276,8 @@ class YouTubeVideoTest(VideoBaseTest):
Then I see the correct english text in the captions
"""
self
.
_install_course_fixture
()
self
.
course_fixture
.
_upload_assets
([
'subs_OEoXaMPEzfM.srt.sjson'
])
self
.
course_fixture
.
add_asset
([
'subs_OEoXaMPEzfM.srt.sjson'
])
self
.
course_fixture
.
_upload_assets
()
self
.
_navigate_to_courseware_video_and_render
()
self
.
video
.
show_captions
()
...
...
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