fix: test case (#10804)

* fix: test case

* fix: dsl

* fix: DSL

* fix: test
This commit is contained in:
Tolulope Adetula 2022-02-02 08:52:05 +01:00 committed by GitHub
parent 2ec0d2b02a
commit ea1ba54603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -64,4 +64,4 @@
"NavHomePage": "[data-icon='home']",
"apiCallToast": "div.t--toast-action span[type='p1']",
"toggleOnOptionChange": ".t--property-control-onoptionchange .t--js-toggle"
}
}