test: fix failing e2e navigation test

This commit is contained in:
Rainer Killinger
2022-04-14 09:47:39 +02:00
parent 1442e53430
commit f0a2ca7e8e

View File

@@ -22,7 +22,7 @@ describe('App', () => {
it('should have a proper working navigation', () => {
cy.visit('/');
cy.contains('Settings').click();
cy.contains('Einstellungen').click();
cy.get('ion-title').contains('Einstellungen');
});
});