Merge pull request #4108 from Budibase/revert-4091-cypress-testing
Revert "Small changes associated with the smoke build"
This commit is contained in:
commit
0b69102099
|
@ -39,4 +39,4 @@ context("Add Multi-Option Datatype", () => {
|
|||
})
|
||||
})
|
||||
})
|
||||
|
||||
})
|
||||
|
|
|
@ -43,7 +43,6 @@ Cypress.Commands.add("createApp", name => {
|
|||
}
|
||||
})
|
||||
cy.contains(/Start from scratch/).dblclick()
|
||||
cy.wait(2000)
|
||||
cy.get(".spectrum-Modal").within(() => {
|
||||
cy.get("input").eq(0).type(name).should("have.value", name).blur()
|
||||
cy.get(".spectrum-ButtonGroup").contains("Create app").click()
|
||||
|
|
Loading…
Reference in New Issue