ci: increase npm package install speed

This commit is contained in:
Rainer Killinger
2021-08-03 17:59:03 +02:00
parent 7afa66e01a
commit 02cc2a8879
4 changed files with 35 additions and 39 deletions

View File

@@ -23,7 +23,7 @@ describe('Settings', () => {
describe('settings-page', () => {
beforeEach(() => {
page.navigateTo('#/settings');
page.navigateTo('/settings');
});
it('should have a localized title saying "Einstellungen"', () => {