Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorisFokkinga committed Dec 4, 2024
1 parent 20d47aa commit 32bad5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ context('Index on Skeune theme', () => {
it('Renders the index page and has all relevant data', () => {
cy.beVisible(indexPageHeader).should('have.text', 'IdP Certificate and Metadata');
cy.contains('SP Certificate and Metadata').should('be.visible');
cy.contains('This is a service connected through').should('be.visible');
cy.contains('This is an application connected through').should('be.visible');
cy.contains('Terms of Service').should('be.visible');
});

Expand Down

0 comments on commit 32bad5a

Please sign in to comment.