TSK-466 Fix navbar test

This commit is contained in:
Martin Rojas Miguel Angel 2018-04-30 15:58:51 +02:00 committed by Holger Hagen
parent f80c921568
commit 4450002a81
1 changed files with 2 additions and 2 deletions

View File

@ -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');
}));
});