1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00
This commit is contained in:
Martin McKeaveney 2021-04-15 17:46:47 +01:00
parent 191c085f17
commit 7c92f9af32

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")