1
0
Fork 0
mirror of synced 2024-09-11 06:56:23 +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 7fc7c5a2fc
commit 04519cf950

View file

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