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

Revert "Small changes associated with the smoke build"

This commit is contained in:
Martin McKeaveney 2022-01-19 16:10:22 +01:00 committed by GitHub
parent 5995badd3a
commit d953e12ec7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -39,4 +39,4 @@ context("Add Multi-Option Datatype", () => {
})
})
})
})

View file

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