1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

Try to fix cypress tests again

This commit is contained in:
Andrew Kingston 2022-02-25 13:40:23 +00:00
parent caa18aeeda
commit 63e64f0da1

View file

@ -172,6 +172,7 @@ Cypress.Commands.add("addRow", values => {
Cypress.Commands.add("addRowMultiValue", values => {
cy.contains("Create row").click()
cy.get(".spectrum-Modal").within(() => {
cy.get(".spectrum-Form-itemField")
.click()
.then(() => {
@ -183,6 +184,7 @@ Cypress.Commands.add("addRowMultiValue", values => {
cy.get(".spectrum-Dialog-grid").click("top")
cy.get(".spectrum-ButtonGroup").contains("Create").click()
})
})
})
Cypress.Commands.add("createUser", email => {