Commit 90a9be1e authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): tests

3 merge requests!752Search bar for new navigation,!748New user menu,!747Navigation superstructure
Pipeline #118990225 passed with stages
in 90 minutes and 37 seconds
......@@ -101,6 +101,7 @@ describe('LoginComponent', () => {
jasmine.clock().install();
featuresServiceMock.mock('register_pages-december-2019', false);
featuresServiceMock.mock('navigation', false);
fixture = TestBed.createComponent(LoginComponent);
......
Please register or to comment