Commit ada78f5d by Matthew Piatetsky

Fix failing karma test

ECOM-6602
parent 79a40eb3
...@@ -186,7 +186,7 @@ define([ ...@@ -186,7 +186,7 @@ define([
mobile_available: false, mobile_available: false,
modified: '2017-03-24T14:22:15.609907Z', modified: '2017-03-24T14:22:15.609907Z',
is_enrolled: true, is_enrolled: true,
pacing_type: null, pacing_type: 'self_paced',
video: null video: null
} }
] ]
...@@ -267,7 +267,7 @@ define([ ...@@ -267,7 +267,7 @@ define([
mobile_available: false, mobile_available: false,
modified: '2017-03-24T14:16:47.547643Z', modified: '2017-03-24T14:16:47.547643Z',
is_enrolled: true, is_enrolled: true,
pacing_type: null, pacing_type: 'instructor_paced',
video: null video: null
} }
] ]
...@@ -444,7 +444,7 @@ define([ ...@@ -444,7 +444,7 @@ define([
mobile_available: false, mobile_available: false,
modified: '2017-03-23T16:47:37.108260Z', modified: '2017-03-23T16:47:37.108260Z',
is_enrolled: false, is_enrolled: false,
pacing_type: null, pacing_type: 'self_paced',
video: null video: null
} }
] ]
......
...@@ -43,7 +43,8 @@ var options = { ...@@ -43,7 +43,8 @@ var options = {
fixtureFiles: [ fixtureFiles: [
{pattern: '../**/fixtures/**/*.html'}, {pattern: '../**/fixtures/**/*.html'},
{pattern: '../**/templates/**/*.html'}, {pattern: '../**/templates/**/*.html'},
{pattern: '../**/*.underscore'} {pattern: '../**/*.underscore'},
{pattern: '../**/*.svg'}
], ],
runFiles: [ runFiles: [
......
...@@ -743,6 +743,7 @@ ...@@ -743,6 +743,7 @@
'js/spec/learner_dashboard/program_card_view_spec.js', 'js/spec/learner_dashboard/program_card_view_spec.js',
'js/spec/learner_dashboard/sidebar_view_spec.js', 'js/spec/learner_dashboard/sidebar_view_spec.js',
'js/spec/learner_dashboard/program_details_header_spec.js', 'js/spec/learner_dashboard/program_details_header_spec.js',
'js/spec/learner_dashboard/program_details_view_spec.js',
'js/spec/learner_dashboard/program_details_sidebar_view_spec.js', 'js/spec/learner_dashboard/program_details_sidebar_view_spec.js',
'js/spec/learner_dashboard/course_card_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_enroll_view_spec.js',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment