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
368c5758
Commit
368c5758
authored
11 years ago
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Plain Diff
Fix CHANGELOG conflicts again.
parents
9a106a32
ceb15209
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
72 deletions
+12
-72
common/lib/xmodule/xmodule/js/spec/video/general_spec.js
+2
-12
common/lib/xmodule/xmodule/js/spec/video/video_caption_spec.js
+6
-36
common/lib/xmodule/xmodule/js/spec/video/video_progress_slider_spec.js
+4
-24
No files found.
common/lib/xmodule/xmodule/js/spec/video/general_spec.js
View file @
368c5758
...
...
@@ -270,18 +270,8 @@
}
});
// Disabled 10/29/13 due to flakiness in master
//
// Update: Turned on test back again. Passing locally and on
// Jenkins in a large number of runs.
//
// Will observe for a little while to see if any failures arise.
// Most probable cause of test passing is:
//
// https://github.com/edx/edx-platform/pull/1642
//
// : )
describe
(
'multiple YT on page'
,
function
()
{
// Disabled 11/25/13 due to flakiness in master
xdescribe
(
'multiple YT on page'
,
function
()
{
var
state1
,
state2
,
state3
;
beforeEach
(
function
()
{
...
...
This diff is collapsed.
Click to expand it.
common/lib/xmodule/xmodule/js/spec/video/video_caption_spec.js
View file @
368c5758
...
...
@@ -456,18 +456,8 @@
expect
(
videoCaption
.
currentIndex
).
toEqual
(
5
);
});
// Disabled 10/25/13 due to flakiness in master
//
// Update: Turned on test back again. Passing locally and on
// Jenkins in a large number of runs.
//
// Will observe for a little while to see if any failures arise.
// Most probable cause of test passing is:
//
// https://github.com/edx/edx-platform/pull/1642
//
// : )
it
(
'scroll caption to new position'
,
function
()
{
// Disabled 11/25/13 due to flakiness in master
xit
(
'scroll caption to new position'
,
function
()
{
expect
(
$
.
fn
.
scrollTo
).
toHaveBeenCalled
();
});
});
...
...
@@ -547,18 +537,8 @@
});
});
// Disabled 10/23/13 due to flakiness in master
//
// Update: Turned on test back again. Passing locally and on
// Jenkins in a large number of runs.
//
// Will observe for a little while to see if any failures arise.
// Most probable cause of test passing is:
//
// https://github.com/edx/edx-platform/pull/1642
//
// : )
describe
(
'scrollCaption'
,
function
()
{
// Disabled 11/25/13 due to flakiness in master
xdescribe
(
'scrollCaption'
,
function
()
{
beforeEach
(
function
()
{
initialize
();
});
...
...
@@ -702,18 +682,8 @@
.
toHaveAttr
(
'title'
,
'Turn off captions'
);
});
// Test turned off due to flakiness (30.10.2013).
//
// Update: Turned on test back again. Passing locally and on
// Jenkins in a large number of runs.
//
// Will observe for a little while to see if any failures arise.
// Most probable cause of test passing is:
//
// https://github.com/edx/edx-platform/pull/1642
//
// : )
it
(
'scroll the caption'
,
function
()
{
// Test turned off due to flakiness (11/25/13)
xit
(
'scroll the caption'
,
function
()
{
// After transcripts are shown, and the video plays for a
// bit.
jasmine
.
Clock
.
tick
(
1000
);
...
...
This diff is collapsed.
Click to expand it.
common/lib/xmodule/xmodule/js/spec/video/video_progress_slider_spec.js
View file @
368c5758
...
...
@@ -153,18 +153,8 @@
});
});
// Turned off test due to flakiness (30.10.2013).
//
// Update: Turned on test back again. Passing locally and on
// Jenkins in a large number of runs.
//
// Will observe for a little while to see if any failures arise.
// Most probable cause of test passing is:
//
// https://github.com/edx/edx-platform/pull/1642
//
// : )
it
(
'trigger seek event'
,
function
()
{
// Turned off test due to flakiness (11/25/13)
xit
(
'trigger seek event'
,
function
()
{
runs
(
function
()
{
videoProgressSlider
.
onSlide
(
jQuery
.
Event
(
'slide'
),
{
value
:
20
}
...
...
@@ -229,18 +219,8 @@
});
});
// Turned off test due to flakiness (30.10.2013).
//
// Update: Turned on test back again. Passing locally and on
// Jenkins in a large number of runs.
//
// Will observe for a little while to see if any failures arise.
// Most probable cause of test passing is:
//
// https://github.com/edx/edx-platform/pull/1642
//
// : )
it
(
'trigger seek event'
,
function
()
{
// Turned off test due to flakiness (11/25/13)
xit
(
'trigger seek event'
,
function
()
{
runs
(
function
()
{
videoProgressSlider
.
onStop
(
jQuery
.
Event
(
'stop'
),
{
value
:
20
}
...
...
This diff is collapsed.
Click to expand it.
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