Updated test (#7535)
This commit is contained in:
parent
f19b62e86b
commit
738f5940f2
|
|
@ -202,7 +202,6 @@ describe("Input Widget Functionality", function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
it("Input value of number type should reflect the default text value 0", () => {
|
it("Input value of number type should reflect the default text value 0", () => {
|
||||||
cy.openPropertyPane("inputwidget");
|
|
||||||
cy.selectDropdownValue(commonlocators.dataType, "Number");
|
cy.selectDropdownValue(commonlocators.dataType, "Number");
|
||||||
cy.get(widgetsPage.defaultInput)
|
cy.get(widgetsPage.defaultInput)
|
||||||
.click({ force: true })
|
.click({ force: true })
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user