diff --git a/cypress/e2e/homeView.cy.ts b/cypress/e2e/homeView.cy.ts index 8ddc7675b8e2f8c39782ff114013650c1f9a9138..8483482bbebd08c33e298095c3766af6ef98d193 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'); }); });