TSK-466 Fix navbar test
This commit is contained in:
parent
f80c921568
commit
4450002a81
|
|
@ -51,7 +51,7 @@ describe('NavBarComponent', () => {
|
||||||
expect(component).toBeTruthy();
|
expect(component).toBeTruthy();
|
||||||
});
|
});
|
||||||
|
|
||||||
it(`should have as title 'Taskana administration'`, (() => {
|
it(`should have as title 'Administration'`, (() => {
|
||||||
expect(navBar.title).toEqual('Taskana administration');
|
expect(navBar.title).toEqual('Administration');
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue