Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
cd81b5aa
Commit
cd81b5aa
authored
11 years ago
by
Jay Zoldak
Browse files
Options
Downloads
Patches
Plain Diff
Temporarily disable video autoplay selenium tests
parent
6e5dd79c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cms/djangoapps/contentstore/features/video.feature
+5
-3
5 additions, 3 deletions
cms/djangoapps/contentstore/features/video.feature
lms/djangoapps/courseware/features/video.feature
+6
-4
6 additions, 4 deletions
lms/djangoapps/courseware/features/video.feature
with
11 additions
and
7 deletions
cms/djangoapps/contentstore/features/video.feature
+
5
−
3
View file @
cd81b5aa
...
...
@@ -3,10 +3,12 @@ Feature: CMS Video Component
As a course author, I want to be able to view my created videos in Studio
# 1
# Disabled because does_not_autoplay fails with the
# selenium upgrade from 2.34.0 to 2.39.0. See TE-368
# Video Alpha Features will work in Firefox only when Firefox is the active window
Scenario
:
Autoplay is disabled in Studio
Given
I have created a Video component
Then
when I view the video it does not have autoplay enabled
#
Scenario: Autoplay is disabled in Studio
#
Given I have created a Video component
#
Then when I view the video it does not have autoplay enabled
# 2
Scenario
:
Creating a video takes a single click
...
...
This diff is collapsed.
Click to expand it.
lms/djangoapps/courseware/features/video.feature
+
6
−
4
View file @
cd81b5aa
...
...
@@ -21,10 +21,12 @@ Feature: LMS Video component
# 3
# Firefox doesn't have HTML5 (only mp4 - fix here)
@skip_firefox
Scenario
:
Autoplay is disabled in LMS for a Video component
Given
the course has a Video component in HTML5 mode
Then
when I view the video it does not have autoplay enabled
# Disabled because does_not_autoplay fails with the
# selenium upgrade from 2.34.0 to 2.39.0. See TE-368
# @skip_firefox
# Scenario: Autoplay is disabled in LMS for a Video component
# Given the course has a Video component in HTML5 mode
# Then when I view the video it does not have autoplay enabled
# 4
# Youtube testing
...
...
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