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
4c48e6a3
Commit
4c48e6a3
authored
Dec 12, 2016
by
Ben Patterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup, remove flaky decorator.
parent
ec6ea40b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
common/test/acceptance/pages/lms/video/video.py
+1
-1
common/test/acceptance/tests/video/test_video_module.py
+0
-2
No files found.
common/test/acceptance/pages/lms/video/video.py
View file @
4c48e6a3
...
...
@@ -629,7 +629,7 @@ class VideoPage(PageObject):
"""
self
.
wait_for_ajax
()
#
Yes, I feel unclean putting this in:
#
TODO remove this sleep and wait for the right thing to finish rendering
time
.
sleep
(
1
)
# mouse over to transcript button
...
...
common/test/acceptance/tests/video/test_video_module.py
View file @
4c48e6a3
...
...
@@ -1014,7 +1014,6 @@ class Html5VideoTest(VideoBaseTest):
unicode_text
=
"好 各位同学"
.
decode
(
'utf-8'
)
self
.
assertTrue
(
self
.
video
.
downloaded_transcript_contains_text
(
'srt'
,
unicode_text
))
@flaky
(
max_runs
=
10
,
min_passes
=
10
)
def
test_download_button_two_transcript_languages
(
self
):
"""
Scenario: Download button works correctly for multiple transcript languages in HTML5 mode
...
...
@@ -1031,7 +1030,6 @@ class Html5VideoTest(VideoBaseTest):
self
.
metadata
=
self
.
metadata_for_mode
(
'html5'
,
additional_data
=
data
)
# go to video
# from nose.tools import set_trace; set_trace()
self
.
navigate_to_video
()
# check if "Welcome to edX." text in the captions
...
...
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