Skip to content
Snippets Groups Projects
Commit 16cfd31a authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5793 Expand test case

parent e6c347aa
No related branches found
No related tags found
No related merge requests found
...@@ -178,6 +178,7 @@ describe('VorgangSearchComponent', () => { ...@@ -178,6 +178,7 @@ describe('VorgangSearchComponent', () => {
it('should not set focus if path is not "/alle/search"', () => { it('should not set focus if path is not "/alle/search"', () => {
component.focus = jest.fn(); component.focus = jest.fn();
routerEvents.next(new NavigationEnd(1, '/alle', ''));
component.ngOnInit(); component.ngOnInit();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment