Fix cypress tests following user wizard changes

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

View File

@@ -5,6 +5,7 @@ describe('Certificates endpoints', () => {
let certID;
before(() => {
cy.resetUsers();
cy.getToken().then((tok) => {
token = tok;
});