Skip to content

Commit

Permalink
Remove temporal fix for e2e -let's deal with it in another PR
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluiz authored and plaskevich committed Jul 1, 2019
1 parent 66e71fd commit a921fbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/specs/orderList_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ describe('my orders', () => {

it('shows my orders', () => {
cy.createMyOrder(cartDraft1, orderDraft1);
cy.wait(500);
cy.createMyOrder(cartDraft2, orderDraft2);
cy.get('[data-test=my-orders-button]').click();
cy.get('[data-test=order-list]')
Expand Down

0 comments on commit a921fbd

Please sign in to comment.