1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

fix cypress createApp command

This commit is contained in:
Peter Clement 2022-01-20 11:51:41 +00:00
parent 09611d3aad
commit bc521af082

View file

@ -35,7 +35,7 @@ Cypress.Commands.add("login", () => {
Cypress.Commands.add("createApp", name => {
cy.visit(`localhost:${Cypress.env("PORT")}/builder`)
cy.wait(500)
cy.request(`${Cypress.config().baseUrl}/api/applications?status=all`)
cy.request(`${Cypress.config().baseUrl}api/applications?status=all`)
.its("body")
.then(body => {
if (body.length > 0) {