This commit is contained in:
Martin McKeaveney 2021-04-15 17:46:47 +01:00
parent 191c085f17
commit 7c92f9af32
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
Cypress.Commands.add("login", () => {
if (cy.getCookie("budibase:auth")) return
cy.visit(`localhost:${Cypress.env("PORT")}/builder`)
cy.contains("Create Test User").click()
cy.get("input")