Skip to content

Commit

Permalink
Reset Numbers of vouchers in E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed May 31, 2019
1 parent d9319af commit f3345be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/end-to-end/vouchers/vouchers.search.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ module.exports = VoucherRegistrySearch;

function VoucherRegistrySearch() {
const gridId = 'voucher-grid';
const NUM_VOUCHERS = 16;
const NUM_USER_RECORDS = 16;
const NUM_VOUCHERS = 13;
const NUM_USER_RECORDS = 13;
const NUM_DESCRIPTION_RECORDS = 2;
const NUM_TRANSACTION_TYPE_RECORD = 1;
const transactionTypes = ['Autres Depenses'];
Expand Down

0 comments on commit f3345be

Please sign in to comment.