Fixing env change that i missed in commands file
This commit is contained in:
parent
aea74a4d74
commit
f703243562
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue