Skip to content

Commit

Permalink
updaing testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lluli committed Jan 13, 2025
1 parent 2fd8396 commit 8711524
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 @@ -224,7 +224,7 @@ describe('Tools access', () => {
});

it('should error when certifcate date is in the future', () => {
setCertificateDate('01', '01', '2025');
setCertificateDate('01', '01', '3000');
acceptDeclaration();
cy.findByRole('button', { name: 'Submit' }).click();
assertErrorMessages([
Expand Down

0 comments on commit 8711524

Please sign in to comment.