Browse Source

Update createUserAndRoles.spec.js

Updating the before hook to delete the test app before trying to create a new one
pull/5928/head
Mitch-Budibase 4 years ago
parent
commit
a1ec209bfb
  1. 1
      packages/builder/cypress/integration/createUserAndRoles.spec.js

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

@ -4,6 +4,7 @@ filterTests(["smoke", "all"], () => {
context("Create a User and Assign Roles", () => {
before(() => {
cy.login()
cy.deleteApp("Cypress Tests")
cy.createApp("Cypress Tests")
})

Loading…
Cancel
Save