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

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