Merge remote-tracking branch 'origin/w2p-70504_New-user-registration' into Forgot-Password

This commit is contained in:
Philip Vissenaekens
2020-07-01 10:25:03 +02:00
3 changed files with 2 additions and 13 deletions

View File

@@ -62,17 +62,6 @@ describe('CreateProfileComponent', () => {
const eperson = Object.assign(new EPerson(), values);
beforeEach(async(() => {
const mockConfig = {
languages: [{
code: 'en',
label: 'English',
active: true,
}, {
code: 'de',
label: 'Deutsch',
active: false
}]
};
route = {data: observableOf({registration: registration})};
router = new RouterStub();
notificationsService = new NotificationsServiceStub();