Skip to content

Commit

Permalink
chore(EMS-3812): outstanding/overdue payments - dry empty field asser…
Browse files Browse the repository at this point in the history
…tions (#3235)
  • Loading branch information
ttbarnes authored Oct 25, 2024
1 parent 91491d5 commit c721023
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ context(
it(`should have the submitted values and have removed data from ${TOTAL_OUTSTANDING_PAYMENTS} and ${TOTAL_AMOUNT_OVERDUE}`, () => {
cy.navigateToUrl(url);

cy.checkValue(field(TOTAL_OUTSTANDING_PAYMENTS), '');
cy.checkValue(field(TOTAL_AMOUNT_OVERDUE), '');
cy.assertEmptyOverdueOrOutstandingFieldValues();
});
});
});
Expand Down

0 comments on commit c721023

Please sign in to comment.