Skip to content

Commit

Permalink
test(Voucher Registry)
Browse files Browse the repository at this point in the history
- Update number of vouchers
  • Loading branch information
lomamech committed May 31, 2019
1 parent b70ef8d commit 6b7683a
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 = 17;
const NUM_VOUCHERS = 14;
const gridId = 'voucher-grid';

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

0 comments on commit 6b7683a

Please sign in to comment.