lint
This commit is contained in:
parent
191c085f17
commit
7c92f9af32
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue