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
693e5f7b
Commit
693e5f7b
authored
Apr 24, 2014
by
clytwynec
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3456 from edx/clytwynec/remove-trailing-periods-in-scenario-names
Remove trailing periods in scenario names
parents
2e572365
ea3c48cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
AUTHORS
+1
-0
lms/djangoapps/courseware/features/video.feature
+2
-2
No files found.
AUTHORS
View file @
693e5f7b
...
@@ -140,3 +140,4 @@ Muhammad Ammar <muhammad.ammar@arbisoft.com>
...
@@ -140,3 +140,4 @@ Muhammad Ammar <muhammad.ammar@arbisoft.com>
William Desloge <william.desloge@ionis-group.com>
William Desloge <william.desloge@ionis-group.com>
Marco Re <mrc.re@tiscali.it>
Marco Re <mrc.re@tiscali.it>
Jonas Jelten <jelten@in.tum.de>
Jonas Jelten <jelten@in.tum.de>
Christine Lytwynec <clytwynec@edx.org>
lms/djangoapps/courseware/features/video.feature
View file @
693e5f7b
...
@@ -111,7 +111,7 @@ Feature: LMS.Video component
...
@@ -111,7 +111,7 @@ Feature: LMS.Video component
Then
menu
"download_transcript"
doesn't exist
Then
menu
"download_transcript"
doesn't exist
# 9
# 9
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
...
@@ -129,7 +129,7 @@ Feature: LMS.Video component
...
@@ -129,7 +129,7 @@ Feature: LMS.Video component
And I see duration "1
:
56"
And I see duration "1
:
56"
# 10
# 10
Scenario
:
Verify that each video in each sub-section includes a transcript for non-Youtube countries
.
Scenario
:
Verify that each video in each sub-section includes a transcript for non-Youtube countries
Given
youtube server is up and response time is 2 seconds
Given
youtube server is up and response time is 2 seconds
And
I am registered for the course
"test_course"
And
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
...
...
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