Clean up users before each test,

as we don't know which order they run
This commit is contained in:
Jamie Curnow
2023-05-31 21:44:27 +10:00
parent ac8fa0d737
commit 8d8921a0dd
5 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@ describe('Full Certificate Provisions', () => {
let dnsID;
before(() => {
cy.resetUsers();
cy.getToken().then((tok) => {
token = tok;