Update createUserAndRoles.spec.js
Updating the before hook to delete the test app before trying to create a new one
This commit is contained in:
parent
7c958926c2
commit
a1ec209bfb
|
@ -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…
Reference in New Issue