Skip to content

Commit

Permalink
test: updating validation message test
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Munoz <[email protected]>
  • Loading branch information
juancho0202 committed Nov 27, 2023
1 parent f83685a commit 335dc58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('Wizards for 104 Address Element', () => {
await element.updateComplete;
expect(inputs[3].checkValidity()).to.be.false;
expect(inputs[3].validity.customError).to.be.true;
expect(inputs[3].validationMessage).to.equal('IOA Address Conflict');
expect(inputs[3].validationMessage).to.include('ioaConflict');
});
});

Expand Down

0 comments on commit 335dc58

Please sign in to comment.