mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +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', () => {
|
it('should have a proper working navigation', () => {
|
||||||
cy.visit('/');
|
cy.visit('/');
|
||||||
|
|
||||||
cy.contains('Settings').click();
|
cy.contains('Einstellungen').click();
|
||||||
cy.get('ion-title').contains('Einstellungen');
|
cy.get('ion-title').contains('Einstellungen');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user