From 37ef87c0988f52b1837e43fb590fc0c0685761e1 Mon Sep 17 00:00:00 2001 From: Ina <inamar@stud.ntnu.no> Date: Tue, 30 Apr 2024 14:05:05 +0200 Subject: [PATCH] test: fix path in test --- cypress/e2e/homeView.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/homeView.cy.ts b/cypress/e2e/homeView.cy.ts index 8ddc767..8483482 100644 --- a/cypress/e2e/homeView.cy.ts +++ b/cypress/e2e/homeView.cy.ts @@ -111,7 +111,7 @@ describe('Goals and Challenges Page Load', () => { cy.get('[data-cy=challenge-icon-1]').click(); // Assert that navigation has occurred - cy.url().should('include', '/spareutfordringer/1'); + cy.url().should('include', '/spareutfordringer/rediger/1'); }); }); -- GitLab