Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
514af944
Commit
514af944
authored
11 years ago
by
JonahStanley
Browse files
Options
Downloads
Patches
Plain Diff
Fixed video tests for firefox
parent
83854643
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cms/djangoapps/contentstore/features/common.py
+1
-1
1 addition, 1 deletion
cms/djangoapps/contentstore/features/common.py
cms/djangoapps/contentstore/features/video.feature
+1
-0
1 addition, 0 deletions
cms/djangoapps/contentstore/features/video.feature
with
2 additions
and
1 deletion
cms/djangoapps/contentstore/features/common.py
+
1
−
1
View file @
514af944
...
...
@@ -234,7 +234,7 @@ def i_created_video_alpha(step):
def
i_enabled_the_advanced_module
(
step
,
module
):
step
.
given
(
'
I have opened a new course section in Studio
'
)
world
.
css_click
(
'
.nav-course-settings
'
)
world
.
css_click
(
'
.nav-course-settings-advanced
'
)
world
.
css_click
(
'
.nav-course-settings-advanced
a
'
)
type_in_codemirror
(
0
,
'
[
"
%s
"
]
'
%
module
)
press_the_notification_button
(
step
,
'
Save
'
)
...
...
This diff is collapsed.
Click to expand it.
cms/djangoapps/contentstore/features/video.feature
+
1
−
0
View file @
514af944
...
...
@@ -23,6 +23,7 @@ Feature: Video Component
And
I have toggled captions
Then
when I view the video it does show the captions
#Video Alpha Features will work in Firefox only when Firefox is the active window
Scenario
:
Autoplay is disabled in Studio for Video Alpha
Given
I have created a Video Alpha component
Then
when I view the videoalpha it does not have autoplay enabled
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment