diff --git a/test/cypress/integration/order/orderList.spec.js b/test/cypress/integration/order/orderList.spec.js index bece338a7..76214d3a3 100644 --- a/test/cypress/integration/order/orderList.spec.js +++ b/test/cypress/integration/order/orderList.spec.js @@ -4,7 +4,6 @@ describe('OrderList', () => { cy.login('developer'); cy.viewport(1920, 1080); cy.visit('/#/order/list'); - cy.domContentLoad(); }); it('create order', () => {