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:
@@ -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) {
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user