From 25d7bf09c58e33e61e421f91bbece75b7fcf0fbf Mon Sep 17 00:00:00 2001 From: Joan Date: Wed, 1 Aug 2018 12:39:06 +0200 Subject: [PATCH] fiscal data test waitForText smash! #467 --- e2e/paths/client-module/03_edit_fiscal_data.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/paths/client-module/03_edit_fiscal_data.spec.js b/e2e/paths/client-module/03_edit_fiscal_data.spec.js index 09b020251..d5d809715 100644 --- a/e2e/paths/client-module/03_edit_fiscal_data.spec.js +++ b/e2e/paths/client-module/03_edit_fiscal_data.spec.js @@ -88,6 +88,7 @@ describe('Client', () => { .wait(selectors.clientFiscalData.socialNameInput) .clearInput(selectors.clientFiscalData.socialNameInput) .type(selectors.clientFiscalData.socialNameInput, 'SMASH!') + .waitForTextInInput(selectors.clientFiscalData.socialNameInput, 'SMASH!') .clearInput(selectors.clientFiscalData.fiscalIdInput) .type(selectors.clientFiscalData.fiscalIdInput, '94980061C') .waitToClick(selectors.clientFiscalData.equalizationTaxCheckboxLabel)