Skip to content

Commit

Permalink
chore(tests): fix/update checkValue / textarea related e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ttbarnes committed Oct 10, 2024
1 parent 058dbb2 commit 7d2c033
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ context('Insurance - Policy - Multiple contract policy Export value page - Save
});

it('should NOT have saved the submitted value', () => {
cy.checkValue(field.input, '');
cy.checkValue(field, '');
});
});
});
Expand Down

0 comments on commit 7d2c033

Please sign in to comment.