Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcameron committed Sep 10, 2020
1 parent 9536e13 commit 2fc4c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end/stock/stock.lots.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function StockLotsRegistryTests() {
it('find lots in depot principal', async () => {
await modal.setDepot('Depot Principal');
await modal.submit();
await GU.expectRowCount(gridId, 19 + depotGroupingRow);
await GU.expectRowCount(gridId, 17 + depotGroupingRow);
});

it('find lots by inventory', async () => {
Expand Down

0 comments on commit 2fc4c12

Please sign in to comment.