diff --git a/cypress/integration/control_phone.js b/cypress/integration/control_phone.js index 8d1e7c1d05..0d0812b983 100644 --- a/cypress/integration/control_phone.js +++ b/cypress/integration/control_phone.js @@ -30,9 +30,10 @@ context('Control Phone', () => { cy.get('.frappe-control[data-fieldname=phone]') .findByRole('textbox') .first() - .type(phone_number); + .type(phone_number, {force: true}); cy.get_field("phone").first().should('have.value', phone_number); + cy.wait(1000) cy.get_field("phone").first().blur({force: true}); cy.get('@dialog').then(dialog => {