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
3086f16d
Commit
3086f16d
authored
Jun 17, 2013
by
Valera Rozuvan
Committed by
Vasyl Nakvasiuk
Jun 18, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added comment about enabling some Video Alpha tests when testing locally. Updated CHANGELOG.
parent
b75876e3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
CHANGELOG.rst
+4
-0
common/lib/xmodule/xmodule/js/spec/videoalpha/display/html5_video.coffee
+20
-0
No files found.
CHANGELOG.rst
View file @
3086f16d
...
@@ -13,8 +13,12 @@ instance, Boolean, Integer, String), but also allow them to hold either the
...
@@ -13,8 +13,12 @@ instance, Boolean, Integer, String), but also allow them to hold either the
typed value, or a String that can be converted to their typed value. For example,
typed value, or a String that can be converted to their typed value. For example,
an Integer can contain 3 or '3'. This changed an update to the xblock library.
an Integer can contain 3 or '3'. This changed an update to the xblock library.
<<<<<<< HEAD
LMS: Courses whose id matches a regex in the COURSES_WITH_UNSAFE_CODE Django
LMS: Courses whose id matches a regex in the COURSES_WITH_UNSAFE_CODE Django
setting now run entirely outside the Python sandbox.
setting now run entirely outside the Python sandbox.
=======
Blades: Added tests for Video Alpha player.
>>>>>>> 812be7a... Added comment about enabling some Video Alpha tests when testing locally. Updated CHANGELOG.
Blades: Video Alpha bug fix for speed changing to 1.0 in Firefox.
Blades: Video Alpha bug fix for speed changing to 1.0 in Firefox.
...
...
common/lib/xmodule/xmodule/js/spec/videoalpha/display/html5_video.coffee
View file @
3086f16d
...
@@ -52,6 +52,16 @@ describe 'VideoAlpha HTML5Video', ->
...
@@ -52,6 +52,16 @@ describe 'VideoAlpha HTML5Video', ->
it
'check if click event is handled on the player'
,
->
it
'check if click event is handled on the player'
,
->
expect
(
@
videoEl
).
toHandle
'click'
expect
(
@
videoEl
).
toHandle
'click'
# NOTE: According to
#
# https://github.com/ariya/phantomjs/wiki/Supported-Web-Standards#unsupported-features
#
# Video and Audio (due to the nature of PhantomJS) are not supported. After discussion
# with William Daly, some tests are disabled (Jenkins uses phantomjs for running tests
# and those tests fail).
#
# During code review, please enable the test below (change "xdescribe" to "describe"
# to enable the test).
xdescribe
'events:'
,
->
xdescribe
'events:'
,
->
beforeEach
->
beforeEach
->
...
@@ -201,6 +211,16 @@ describe 'VideoAlpha HTML5Video', ->
...
@@ -201,6 +211,16 @@ describe 'VideoAlpha HTML5Video', ->
jasmine
.
fireEvent
@
videoEl
,
"timeupdate"
jasmine
.
fireEvent
@
videoEl
,
"timeupdate"
expect
(
@
player
.
end
).
toBe
@
videoEl
.
duration
expect
(
@
player
.
end
).
toBe
@
videoEl
.
duration
# NOTE: According to
#
# https://github.com/ariya/phantomjs/wiki/Supported-Web-Standards#unsupported-features
#
# Video and Audio (due to the nature of PhantomJS) are not supported. After discussion
# with William Daly, some tests are disabled (Jenkins uses phantomjs for running tests
# and those tests fail).
#
# During code review, please enable the test below (change "xdescribe" to "describe"
# to enable the test).
xdescribe
'methods:'
,
->
xdescribe
'methods:'
,
->
beforeEach
->
beforeEach
->
...
...
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