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

Fix cypress tests due to renaming of 'Create new app' text

This commit is contained in:
Andrew Kingston 2021-09-16 16:53:55 +01:00
parent e0bf533477
commit 119891077b

View file

@ -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()