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
cd81b5aa
Commit
cd81b5aa
authored
Mar 21, 2014
by
Jay Zoldak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporarily disable video autoplay selenium tests
parent
6e5dd79c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
cms/djangoapps/contentstore/features/video.feature
+5
-3
lms/djangoapps/courseware/features/video.feature
+6
-4
No files found.
cms/djangoapps/contentstore/features/video.feature
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
...
...
lms/djangoapps/courseware/features/video.feature
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
...
...
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