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
23da4251
Commit
23da4251
authored
Dec 13, 2017
by
Harry Rein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reenabling Entitlement Jasmine tests.
parent
54734841
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
lms/static/js/spec/learner_dashboard/course_entitlement_view_spec.js
+4
-4
lms/static/lms/js/spec/main.js
+1
-0
No files found.
lms/static/js/spec/learner_dashboard/course_entitlement_view_spec.js
View file @
23da4251
...
...
@@ -22,16 +22,16 @@ define([
initialSessionId
=
isAlreadyEnrolled
?
testSessionIds
[
0
]
:
''
;
entitlementAvailableSessions
=
[{
enrollment_end
:
null
,
s
ession_s
tart
:
'2013-02-05T05:00:00+00:00'
,
start
:
'2013-02-05T05:00:00+00:00'
,
pacing_type
:
'instructor_paced'
,
session_id
:
testSessionIds
[
0
],
session_
end
:
null
end
:
null
},
{
enrollment_end
:
'2017-12-22T03:30:00Z'
,
s
ession_s
tart
:
'2018-01-03T13:00:00+00:00'
,
start
:
'2018-01-03T13:00:00+00:00'
,
pacing_type
:
'self_paced'
,
session_id
:
testSessionIds
[
1
],
session_
end
:
'2018-03-09T21:30:00+00:00'
end
:
'2018-03-09T21:30:00+00:00'
}];
view
=
new
CourseEntitlementView
({
...
...
lms/static/lms/js/spec/main.js
View file @
23da4251
...
...
@@ -766,6 +766,7 @@
'js/spec/learner_dashboard/unenroll_view_spec.js'
,
'js/spec/learner_dashboard/course_card_view_spec.js'
,
'js/spec/learner_dashboard/course_enroll_view_spec.js'
,
'js/spec/learner_dashboard/course_entitlement_view_spec.js'
,
'js/spec/markdown_editor_spec.js'
,
'js/spec/dateutil_factory_spec.js'
,
'js/spec/navigation_spec.js'
,
...
...
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