mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
test: fix failing e2e navigation test
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user