Skip to content

Commit

Permalink
Reset defaut number of vouchers
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed May 31, 2019
1 parent 6b7683a commit dde4bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end/vouchers/vouchers.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const GridRow = require('../shared/GridRow');
const components = require('../shared/components');

describe('Voucher Registry', () => {
const NUM_VOUCHERS = 14;
const NUM_VOUCHERS = 16;
const gridId = 'voucher-grid';

before(() => helpers.navigate('vouchers'));
Expand Down

0 comments on commit dde4bb0

Please sign in to comment.