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
7f137487
Commit
7f137487
authored
Mar 24, 2015
by
Christine Lytwynec
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7463 from edx/clytwynec/flaky-mathjax
wait for both window.MathJax and window.MathJax.onReady
parents
65356f8a
5204fd65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
common/test/acceptance/pages/lms/video/video.py
+2
-1
common/test/acceptance/pages/studio/video/video.py
+1
-1
No files found.
common/test/acceptance/pages/lms/video/video.py
View file @
7f137487
...
...
@@ -53,7 +53,8 @@ VIDEO_MENUS = {
}
@js_defined
(
'window.Video'
,
'window.RequireJS.require'
,
'window.jQuery'
)
@js_defined
(
'window.Video'
,
'window.RequireJS.require'
,
'window.jQuery'
,
'window.MathJax'
,
'window.MathJax.isReady'
)
class
VideoPage
(
PageObject
):
"""
Video player in the courseware.
...
...
common/test/acceptance/pages/studio/video/video.py
View file @
7f137487
...
...
@@ -80,7 +80,7 @@ DELAY = 0.5
@js_defined
(
'window.Video'
,
'window.RequireJS.require'
,
'window.jQuery'
,
'window.XModule'
,
'window.XBlock'
,
'window.MathJax.isReady'
)
'window.MathJax
'
,
'window.MathJax
.isReady'
)
class
VideoComponentPage
(
VideoPage
):
"""
CMS Video Component Page
...
...
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