Skip to content

Commit

Permalink
Update expected error message in cypress test #2670
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed May 9, 2022
1 parent eb3aec1 commit e863141
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ describe('Bulk upload form', function () {
.should('have.length', 1)
.should(
'contain',
'demographics.ageRange.start: Path `ageRange.start` (142) is more than maximum allowed value (120)',
'age range 142-42 invalid',
);
cy.get('button[aria-label="close overlay"').click();

Expand Down

0 comments on commit e863141

Please sign in to comment.