fix: test case (#10804)
* fix: test case * fix: dsl * fix: DSL * fix: test
This commit is contained in:
parent
2ec0d2b02a
commit
ea1ba54603
|
|
@ -27,7 +27,7 @@ describe("Form Widget Functionality", function() {
|
|||
cy.get(".select-popover-wrapper")
|
||||
.contains("Blue")
|
||||
.click({ force: true });
|
||||
|
||||
cy.wait(2000);
|
||||
cy.get(widgetsPage.formButtonWidget)
|
||||
.contains("Submit")
|
||||
.should("not.have.attr", "disabled");
|
||||
|
|
|
|||
|
|
@ -64,4 +64,4 @@
|
|||
"NavHomePage": "[data-icon='home']",
|
||||
"apiCallToast": "div.t--toast-action span[type='p1']",
|
||||
"toggleOnOptionChange": ".t--property-control-onoptionchange .t--js-toggle"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user