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