Skip to content
Snippets Groups Projects
Commit 112cd2aa authored by OZGCloud's avatar OZGCloud
Browse files

OZG-7021-7249 e2e tests

parent bd8114dc
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,10 @@ describe('Login and Logout', () => { ...@@ -31,6 +31,10 @@ describe('Login and Logout', () => {
const mainPage: MainPage = new MainPage(); const mainPage: MainPage = new MainPage();
const header: HeaderE2EComponent = mainPage.getHeader(); const header: HeaderE2EComponent = mainPage.getHeader();
it('should display accessibility link', () => {
cy.visit('').get('a').contains('Barrierefreiheit').should('exist');
});
it('login as Ariane', () => { it('login as Ariane', () => {
Cypress.session.clearAllSavedSessions(); Cypress.session.clearAllSavedSessions();
......
...@@ -41,6 +41,10 @@ describe('Login and Logout', () => { ...@@ -41,6 +41,10 @@ describe('Login and Logout', () => {
cy.logout(); cy.logout();
}); });
it('should display accessibility link', () => {
exist(cy.get('a').contains('Barrierefreiheit'));
});
it('login as test user', () => { it('login as test user', () => {
cy.visit('') cy.visit('')
.get('#kc-login') .get('#kc-login')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment