From 1d05bf795769f71f5e81d167b6d1b25ae98cc35d Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sat, 15 Aug 2026 22:40:40 +0300 Subject: [PATCH] test dashboard back label --- frontend/website/cypress/e2e/set-layout.cy.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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',