Skip to content
Snippets Groups Projects
Commit 7aff728f authored by Cord Westhoff's avatar Cord Westhoff
Browse files

OZG-7535 add placeholder for e2e test

parent e00134b9
No related branches found
No related tags found
1 merge request!40OZG-7161 Hilfe-Icon: Link zum Impressum
...@@ -36,6 +36,7 @@ describe('Login and Logout', () => { ...@@ -36,6 +36,7 @@ describe('Login and Logout', () => {
it('should display accessibility link', () => { it('should display accessibility link', () => {
cy.visit(''); cy.visit('');
exist(loginPage.getBarrierefreiheitLink()); exist(loginPage.getBarrierefreiheitLink());
//exist(loginPage.getImpressumLink());
}); });
it('login as Ariane', () => { it('login as Ariane', () => {
......
...@@ -45,6 +45,7 @@ describe('Login and Logout', () => { ...@@ -45,6 +45,7 @@ describe('Login and Logout', () => {
it('should display accessibility link', () => { it('should display accessibility link', () => {
exist(loginPage.getBarrierefreiheitLink()); exist(loginPage.getBarrierefreiheitLink());
//exist(loginPage.getImpressumLink());
}); });
it('login as test user', () => { it('login as test user', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment