Agrendalath/bb 2599 low priority tests (#214)

* [TNL-7269] WIP low priority tests

* [TNL-7269] Add low priority tests

* [TNL-7269] Fix failing EnrollmentAlert tests

* [TNL-7269] Address review comments

* Fixing test errors on rebase with master.

Co-authored-by: Agrendalath <piotr@surowiec.it>
This commit is contained in:
David Joy
2020-09-18 09:27:41 -04:00
committed by GitHub
parent 25e5d39a72
commit 927d424d33
34 changed files with 1222 additions and 37 deletions

View File

@@ -49,6 +49,8 @@ Factory.define('courseMetadata')
enabled: false,
},
marketing_url: null,
celebrations: null,
enroll_alert: null,
}).attr(
'tabs', ['tabs', 'id'], (passedTabs, id) => {
if (passedTabs) {

View File

@@ -9,7 +9,7 @@ import * as thunks from './thunks';
import executeThunk from '../../utils';
import buildSimpleCourseBlocks from './__factories__/courseBlocks.factory';
import initializeMockApp from '../../setupTest';
import { initializeMockApp } from '../../setupTest';
import initializeStore from '../../store';
const { loggingService } = initializeMockApp();