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
1532badf
Commit
1532badf
authored
11 years ago
by
Jay Zoldak
Browse files
Options
Downloads
Patches
Plain Diff
Skip video test that is failing in master
parent
89293731
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/djangoapps/courseware/features/video.feature
+10
-9
10 additions, 9 deletions
lms/djangoapps/courseware/features/video.feature
with
10 additions
and
9 deletions
lms/djangoapps/courseware/features/video.feature
+
10
−
9
View file @
1532badf
...
...
@@ -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
...
...
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