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
3b853126
Commit
3b853126
authored
Aug 15, 2017
by
Jesse Zoldak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove flaky video test test_video_position_save_state LEARNER-2267
parent
fb068fd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
common/test/acceptance/tests/video/test_video_module.py
+0
-21
No files found.
common/test/acceptance/tests/video/test_video_module.py
View file @
3b853126
...
@@ -1351,27 +1351,6 @@ class HLSVideoTest(VideoBaseTest):
...
@@ -1351,27 +1351,6 @@ class HLSVideoTest(VideoBaseTest):
self
.
video
.
seek
(
'0:05'
)
self
.
video
.
seek
(
'0:05'
)
self
.
assertEqual
(
self
.
video
.
position
,
'0:05'
)
self
.
assertEqual
(
self
.
video
.
position
,
'0:05'
)
def
test_video_position_save_state
(
self
):
"""
Scenario: Video position save state functionality is working as expected for hls video
Given the course has a Video component with only HLS source available.
When I view the Video component
Then I can see video save state is working as expected
"""
self
.
metadata
=
self
.
metadata_for_mode
(
'hls'
)
self
.
navigate_to_video
()
self
.
video
.
click_player_button
(
'play'
)
self
.
video
.
wait_for_position
(
'0:04'
)
self
.
video
.
click_player_button
(
'pause'
)
self
.
assertEqual
(
self
.
video
.
position
,
'0:04'
)
self
.
video
.
reload_page
()
self
.
assertEqual
(
self
.
video
.
duration
,
'0:09'
)
self
.
assertEqual
(
self
.
video
.
position
,
'0:04'
)
self
.
video
.
click_player_button
(
'play'
)
self
.
assertGreaterEqual
(
self
.
video
.
seconds
,
4
)
def
test_video_download_link
(
self
):
def
test_video_download_link
(
self
):
"""
"""
Scenario: Correct video url is selected for download
Scenario: Correct video url is selected for download
...
...
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