chore: Fix failing test case in phone input onSubmit spec (#12735)

This commit is contained in:
balajisoundar 2022-04-09 10:49:51 +05:30 committed by GitHub
parent a11ae569e1
commit a58416585f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {