diff --git a/e2e/paths/07-order-module/01_edit_basic_data.spec.js b/e2e/paths/07-order-module/01_edit_basic_data.spec.js index 2b2170aac..4cc04bfa0 100644 --- a/e2e/paths/07-order-module/01_edit_basic_data.spec.js +++ b/e2e/paths/07-order-module/01_edit_basic_data.spec.js @@ -75,7 +75,6 @@ describe('Order edit basic data path', () => { it('should navigate to the basic data section of the new order', async() => { const url = await nightmare - .wait(1999) .accessToSection('order.card.basicData') .wait(selectors.orderBasicData.observationInput) .parsedUrl();