Updated test (#7535)

This commit is contained in:
NandanAnantharamu 2021-09-16 18:19:46 +05:30 committed by GitHub
parent f19b62e86b
commit 738f5940f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,7 +202,6 @@ describe("Input Widget Functionality", function() {
});
it("Input value of number type should reflect the default text value 0", () => {
cy.openPropertyPane("inputwidget");
cy.selectDropdownValue(commonlocators.dataType, "Number");
cy.get(widgetsPage.defaultInput)
.click({ force: true })