Skip to content

Commit

Permalink
fix(vouchers): update end to end test
Browse files Browse the repository at this point in the history
This commit updates the end to end tests to make use CORRECTION instead
of REVERSAL.
  • Loading branch information
jniles committed Feb 23, 2018
1 parent 96e6dd0 commit 0e24027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end/vouchers/vouchers.search.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function VoucherRegistrySearch() {
});

it(`filtering by description should return ${NUM_DESCRIPTION_RECORDS} results`, () => {
modal.setDescription('REVERSAL');
modal.setDescription('CORRECTION');
modal.submit();

expectNumberOfGridRows(NUM_DESCRIPTION_RECORDS);
Expand Down

0 comments on commit 0e24027

Please sign in to comment.