Skip to content

Commit

Permalink
fix: test redirected to new url
Browse files Browse the repository at this point in the history
  • Loading branch information
janrembold committed Jan 10, 2024
1 parent 91777d8 commit bfc3661
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cypress/e2e/registration.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit bfc3661

Please sign in to comment.