lint
This commit is contained in:
parent
fdfb9dafb2
commit
015bb72daf
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
Cypress.Commands.add("login", () => {
|
Cypress.Commands.add("login", () => {
|
||||||
if (cy.getCookie("budibase:auth")) return
|
if (cy.getCookie("budibase:auth")) return
|
||||||
|
|
||||||
cy.visit(`localhost:${Cypress.env("PORT")}/builder`)
|
cy.visit(`localhost:${Cypress.env("PORT")}/builder`)
|
||||||
cy.contains("Create Test User").click()
|
cy.contains("Create Test User").click()
|
||||||
cy.get("input")
|
cy.get("input")
|
||||||
|
|
Loading…
Reference in New Issue