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