From 84c680d8ede858d74ba3a8cd91ae2bc62b9feb79 Mon Sep 17 00:00:00 2001 From: Carlos Jimenez Ruiz Date: Sat, 26 Jan 2019 15:53:06 +0100 Subject: [PATCH] e2e repairs --- e2e/paths/ticket-module/06_edit_basic_data_steps.spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e2e/paths/ticket-module/06_edit_basic_data_steps.spec.js b/e2e/paths/ticket-module/06_edit_basic_data_steps.spec.js index 0bf4b01eab..a233636757 100644 --- a/e2e/paths/ticket-module/06_edit_basic_data_steps.spec.js +++ b/e2e/paths/ticket-module/06_edit_basic_data_steps.spec.js @@ -70,9 +70,10 @@ describe('Ticket Edit basic data path', () => { it(`should have a price diference`, async() => { const result = await nightmare + .wait(1900) .waitToGetProperty(selectors.ticketBasicData.stepTwoTotalPriceDif, 'innerText'); - expect(result).toContain('-12.25 €'); + expect(result).toContain('-187.75 €'); }); it(`should then click next to move on to step three`, async() => {