Fix cypress tests following user wizard changes

This commit is contained in:
Jamie Curnow
2025-09-10 19:11:35 +10:00
parent ca84e3a146
commit cde7460b5e
27 changed files with 939 additions and 655 deletions

View File

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