Browse Source

Update to renameAnApplication

Removing a log that I had i place for val
pull/4089/head
Mitch-Budibase 5 years ago
parent
commit
c81bf77ddd
  1. 1
      packages/builder/cypress/integration/renameAnApplication.spec.js

1
packages/builder/cypress/integration/renameAnApplication.spec.js

@ -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

Loading…
Cancel
Save