diff --git a/cypress/e2e/tools/tools-access.cy.ts b/cypress/e2e/tools/tools-access.cy.ts index b0217257ca..3c5fcc61e0 100644 --- a/cypress/e2e/tools/tools-access.cy.ts +++ b/cypress/e2e/tools/tools-access.cy.ts @@ -193,7 +193,7 @@ describe('Tools access', () => { }); it('should error when the declaration has NOT been checked and date is in the future', () => { - setCertificateDate('01', '01', '2025'); + setCertificateDate('01', '01', '3000'); cy.findByRole('button', { name: 'Submit' }).click(); cy.findByRole('link', { name: 'Check the box to agree with the declaration statement'