diff --git a/ng2-components/ng2-activiti-tasklist/src/components/apps-list.component.spec.ts b/ng2-components/ng2-activiti-tasklist/src/components/apps-list.component.spec.ts index 5f821e9409..cb5af27c50 100644 --- a/ng2-components/ng2-activiti-tasklist/src/components/apps-list.component.spec.ts +++ b/ng2-components/ng2-activiti-tasklist/src/components/apps-list.component.spec.ts @@ -129,9 +129,9 @@ describe('AppsListComponent', () => { expect(emitSpy).toHaveBeenCalled(); }); - describe('intenationalization', () => { + describe('internationalization', () => { - fit('should provide a translation for the default application name, when app name is not provided', () => { + it('should provide a translation for the default application name, when app name is not provided', () => { const appDataMock = { defaultAppId: 'tasks', name: null @@ -141,7 +141,7 @@ describe('AppsListComponent', () => { }); }); - fit('should provide the application name, when it exists', () => { + it('should provide the application name, when it exists', () => { const appDataMock = { defaultAppId: 'uiu', name: 'the-name'