Skip to content

Commit a921fbd

Browse files
lauraluizplaskevich
authored andcommitted
Remove temporal fix for e2e -let's deal with it in another PR
1 parent 66e71fd commit a921fbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/e2e/specs/orderList_spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ describe('my orders', () => {
4545

4646
it('shows my orders', () => {
4747
cy.createMyOrder(cartDraft1, orderDraft1);
48-
cy.wait(500);
4948
cy.createMyOrder(cartDraft2, orderDraft2);
5049
cy.get('[data-test=my-orders-button]').click();
5150
cy.get('[data-test=order-list]')

0 commit comments

Comments
 (0)