1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13: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 aea74a4d74
commit f703243562

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)