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

OZG-7021-7249 check for ids

parent 112cd2aa
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,8 @@ describe('Login and Logout', () => {
const header: HeaderE2EComponent = mainPage.getHeader();
it('should display accessibility link', () => {
cy.visit('').get('a').contains('Barrierefreiheit').should('exist');
cy.visit('');
exist(cy.get('#kc-barrierefreiheit'));
});
it('login as Ariane', () => {
......
......@@ -42,7 +42,7 @@ describe('Login and Logout', () => {
});
it('should display accessibility link', () => {
exist(cy.get('a').contains('Barrierefreiheit'));
exist(cy.get('#kc-barrierefreiheit'));
});
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