1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

Update Commnds.js

Specifically updating the createTestApp function
- Creates a 'home' screen when a test app is being created
This commit is contained in:
Mitch-Budibase 2022-05-11 17:23:05 +01:00
parent b74e42ec98
commit 72c029a1b5

View file

@ -144,6 +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")
})
Cypress.Commands.add("createTestTableWithData", () => {