From a58416585f7727a30f740b4add36b8011e255161 Mon Sep 17 00:00:00 2001 From: balajisoundar Date: Sat, 9 Apr 2022 10:49:51 +0530 Subject: [PATCH] chore: Fix failing test case in phone input onSubmit spec (#12735) --- .../ClientSideTests/FormWidgets/Phone_input_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests/FormWidgets/Phone_input_spec.js b/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests/FormWidgets/Phone_input_spec.js index 1adc977f5d..90106aaaba 100644 --- a/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests/FormWidgets/Phone_input_spec.js +++ b/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests/FormWidgets/Phone_input_spec.js @@ -103,7 +103,7 @@ describe("Phone input widget - ", () => { cy.get(widgetInput).type("{enter}"); cy.wait(300); cy.get(widgetInput).should("contain.value", ""); - cy.get(".t--widget-textwidget").should("contain", ":undefined"); + cy.get(".t--widget-textwidget").should("contain", ":"); }); it("Check isDirty meta property", function() {