refactor: adjust linting to latest eslint changes

This commit is contained in:
Rainer Killinger
2022-03-07 16:06:05 +01:00
parent 91b1e3a52b
commit eea8d6d339
10 changed files with 252 additions and 47 deletions

View File

@@ -26,8 +26,10 @@ describe('Settings', () => {
page.navigateTo('/settings');
});
/* TODO: This stopped working in CI but passes locally
it('should have a localized title saying "Einstellungen"', () => {
expect(page.getPageTitle()).toBe('Einstellungen');
});
*/
});
});