Skip to content

Commit

Permalink
Restore number of vouchers in Ui grid
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed May 31, 2019
1 parent dde4bb0 commit d9319af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions test/end-to-end/vouchers/vouchers.search.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const helpers = require('../shared/helpers');

const GU = require('../shared/GridUtils');

const SearchModal = require('../shared/search.page');
Expand Down
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 = 16;
const NUM_VOUCHERS = 17;
const gridId = 'voucher-grid';

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

0 comments on commit d9319af

Please sign in to comment.