Skip to content

Commit

Permalink
docs: add comment for new url
Browse files Browse the repository at this point in the history
  • Loading branch information
janrembold committed Jan 10, 2024
1 parent bfc3661 commit 7dfa315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/registration.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ describe('registration', () => {
// `Uncaught ReferenceError: setVisitorCookieTimeout is not defined`
// and causes Cypress to fail the test.
// As this is outside of our control, we ignore this specific error for now.
// Update (2024-01-10): The page is now re-redirected to 'https://www.u25-deutschland.de/helpmail/'
cy.on('uncaught:exception', (error) => {
if (
error.message.includes(
Expand Down

0 comments on commit 7dfa315

Please sign in to comment.