From d66d2f16c0aea69ec3e1e789249271bf91c0bf82 Mon Sep 17 00:00:00 2001 From: Bernat Date: Tue, 17 Sep 2019 14:17:15 +0200 Subject: [PATCH] #1693 fix e2e test --- e2e/paths/05-ticket-module/06_basic_data_steps.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/paths/05-ticket-module/06_basic_data_steps.spec.js b/e2e/paths/05-ticket-module/06_basic_data_steps.spec.js index 27af89302..0f02c6af7 100644 --- a/e2e/paths/05-ticket-module/06_basic_data_steps.spec.js +++ b/e2e/paths/05-ticket-module/06_basic_data_steps.spec.js @@ -74,7 +74,7 @@ describe('Ticket Edit basic data path', () => { const result = await nightmare .waitToGetProperty(selectors.ticketBasicData.stepTwoTotalPriceDif, 'innerText'); - expect(result).toContain('-€184.25'); + expect(result).toContain('-€248.00'); }); it(`should then click next to move on to step three`, async() => {