|
|
|
@ -43,7 +43,7 @@ context("Create Components", () => { |
|
|
|
it("should create a form and reset to match schema", () => { |
|
|
|
cy.addComponent("Form", "Form").then(() => { |
|
|
|
cy.get("[data-cy=Settings]").click() |
|
|
|
cy.get("[data-cy=setting-datasource]") |
|
|
|
cy.get("[data-cy=setting-dataSource]") |
|
|
|
.contains("Choose option") |
|
|
|
.click() |
|
|
|
cy.get(".dropdown") |
|
|
|
|