From a60e31ea136091d2b741abc83106a1b56704ba69 Mon Sep 17 00:00:00 2001 From: Bernat Date: Mon, 23 Sep 2019 09:31:20 +0200 Subject: [PATCH] delete wait(1999) in e2e --- e2e/paths/07-order-module/01_edit_basic_data.spec.js | 1 - 1 file changed, 1 deletion(-) 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();