Minor fix for component test
This commit is contained in:
parent
08a3dc29cc
commit
f650090ead
|
@ -73,6 +73,7 @@ filterTests(['all'], () => {
|
||||||
cy.get(".dropdown")
|
cy.get(".dropdown")
|
||||||
.contains("dog")
|
.contains("dog")
|
||||||
.click()
|
.click()
|
||||||
|
cy.wait(500)
|
||||||
cy.addComponent("Form", "Field Group").then(fieldGroupId => {
|
cy.addComponent("Form", "Field Group").then(fieldGroupId => {
|
||||||
cy.contains("Update form fields").click()
|
cy.contains("Update form fields").click()
|
||||||
cy.get(".spectrum-Modal")
|
cy.get(".spectrum-Modal")
|
||||||
|
|
Loading…
Reference in New Issue