From bfc3661dd8e5ef48753be7297a2e9e92b34f4e83 Mon Sep 17 00:00:00 2001 From: janrembold Date: Wed, 10 Jan 2024 10:12:12 +0100 Subject: [PATCH] fix: test redirected to new url --- cypress/e2e/registration.cy.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cypress/e2e/registration.cy.ts b/cypress/e2e/registration.cy.ts index 1f1b4a585..4cdac3ffe 100644 --- a/cypress/e2e/registration.cy.ts +++ b/cypress/e2e/registration.cy.ts @@ -92,7 +92,10 @@ describe('registration', () => { }); cy.visit('/u25/registration'); cy.wait('@consultingTypeServiceBySlugFull'); - cy.url().should('be.equal', 'https://www.u25.de/helpmail/'); + cy.url().should( + 'be.equal', + 'https://www.u25-deutschland.de/helpmail/' + ); }); it('should have all generic registration page elements', () => {