Skip to content
Snippets Groups Projects

Impressum Ee2 test

Open Albert Bruns requested to merge OZG-7166-7535-E2E-Tests-Impressum into main
4 files
+ 19
0
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -38,6 +38,11 @@ describe('Login and Logout', () => {
exist(loginPage.getBarrierefreiheitLink());
});
it('should display impressum link', () => {
cy.visit('');
exist(loginPage.getImpressumLink());
});
it('login as Ariane', () => {
Cypress.session.clearAllSavedSessions();
Loading