1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00

Fixing env change that i missed in commands file

This commit is contained in:
Mitch-Budibase 2021-09-30 14:09:37 +01:00
parent 108b5b0969
commit 2516d9bdc0

View file

@ -50,7 +50,7 @@ Cypress.Commands.add("createApp", name => {
Cypress.Commands.add("deleteApp", () => {
cy.visit(`localhost:${Cypress.env("PORT")}/builder`)
cy.wait(1000)
cy.request(`https://test.budi.live/api/applications?status=all`)
cy.request(`localhost:${Cypress.env("PORT")}/api/applications?status=all`)
.its("body")
.then(val => {
console.log(val)