1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Update to renameAnApplication

Removing a log that I had i place for val
This commit is contained in:
Mitch-Budibase 2021-10-21 15:30:19 +01:00
parent 21fef55e93
commit c81bf77ddd

View file

@ -72,7 +72,6 @@ it("should validate application names", () => {
cy.request(`localhost:${Cypress.env("PORT")}/api/applications?status=all`)
.its("body")
.then(val => {
console.log(val)
if (val.length > 0) {
cy.get(".title > :nth-child(3) > .spectrum-Icon").click()
// Check for when an app is published