mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 19:22:51 +00:00
test: add case for navigation
This commit is contained in:
@@ -17,5 +17,12 @@ describe('App', () => {
|
||||
cy.visit('/');
|
||||
|
||||
cy.title().should('equal', 'StApps');
|
||||
})
|
||||
});
|
||||
|
||||
it('should have a proper working navigation', () => {
|
||||
cy.visit('/');
|
||||
|
||||
cy.contains('Settings').click();
|
||||
cy.get('ion-title').contains('Einstellungen');
|
||||
});
|
||||
});
|
||||
|
||||
@@ -17,5 +17,5 @@ describe('Settings Page', () => {
|
||||
cy.visit('/settings');
|
||||
|
||||
cy.get('ion-title').contains('Einstellungen');
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user