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
5471bab8
Commit
5471bab8
authored
Mar 28, 2014
by
Jay Zoldak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3111 from edx/zoldak/skip-failing-tests
Skip video test that is failing in master
parents
89293731
1532badf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
lms/djangoapps/courseware/features/video.feature
+10
-9
No files found.
lms/djangoapps/courseware/features/video.feature
View file @
5471bab8
...
...
@@ -2,16 +2,17 @@
Feature
:
LMS Video component
As a student, I want to view course videos in LMS
# BLD-970 Failing currently in master
# 1
Scenario
:
Video component stores position correctly when page is reloaded
Given
the course has a Video component in
"Youtube"
mode
When
the video has rendered in
"Youtube"
mode
And
I click video button
"play"
Then
I seek video to
"10"
seconds
And
I click video button
"pause"
And
I reload the page
And
I click video button
"play"
Then I see video starts playing from "0
:
10"
position
#
Scenario: Video component stores position correctly when page is reloaded
#
Given the course has a Video component in "Youtube" mode
#
When the video has rendered in "Youtube" mode
#
And I click video button "play"
#
Then I seek video to "10" seconds
#
And I click video button "pause"
#
And I reload the page
#
And I click video button "play"
#
Then I see video starts playing from "0:10" position
# 2
Scenario
:
Video component is fully rendered in the LMS in HTML5 mode
...
...
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