Fix cypress tests due to renaming of 'Create new app' text
This commit is contained in:
parent
9ad2114859
commit
88ea38e9ed
|
@ -34,7 +34,7 @@ Cypress.Commands.add("createApp", name => {
|
|||
cy.get(".spectrum-Modal")
|
||||
.within(() => {
|
||||
cy.get("input").eq(0).type(name).should("have.value", name).blur()
|
||||
cy.contains("Create app").click()
|
||||
cy.get(".spectrum-ButtonGroup").contains("Create app").click()
|
||||
})
|
||||
.then(() => {
|
||||
cy.expandBudibaseConnection()
|
||||
|
|
Loading…
Reference in New Issue