1
0
Fork 0
mirror of synced 2024-06-21 11:51:00 +12:00

Update commands.js

Commenting out createScreen function call within createTestApp
This commit is contained in:
Mitch-Budibase 2022-05-11 18:22:52 +01:00
parent 72c029a1b5
commit be6dea74aa

View file

@ -144,7 +144,7 @@ Cypress.Commands.add("createTestApp", () => {
const appName = "Cypress Tests"
cy.deleteApp(appName)
cy.createApp(appName, "This app is used for Cypress testing.")
cy.createScreen("home")
//cy.createScreen("home")
})
Cypress.Commands.add("createTestTableWithData", () => {