Skip to content

Commit

Permalink
updating testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lluli committed Jan 13, 2025
1 parent 59af7fe commit 2fd8396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/tools/tools-access.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2fd8396

Please sign in to comment.