diff --git a/frontend/website/cypress/e2e/set-layout.cy.ts b/frontend/website/cypress/e2e/set-layout.cy.ts index 0e5a04b..31263d9 100644 --- a/frontend/website/cypress/e2e/set-layout.cy.ts +++ b/frontend/website/cypress/e2e/set-layout.cy.ts @@ -69,7 +69,11 @@ describe('set element layout', () => { cy.location('pathname').should('equal', '/sets/41') cy.get('h1').should('have.text', 'Bible') - cy.contains('a', 'Back to sets').should('have.attr', 'href', '/dashboard') + cy.contains('a', 'Back to dashboard').should( + 'have.attr', + 'href', + '/dashboard', + ) cy.get('ol[aria-label="Bible element layout"] > li').then(($nodes) => { expect([...$nodes].map((node) => node.dataset.elementId)).to.deep.equal([ '1',