Cypress upgrade

This commit is contained in:
Jamie Curnow
2024-05-21 13:06:24 +10:00
parent 52bd7b1d8f
commit ac0074ea86
13 changed files with 389 additions and 284 deletions

View File

@ -19,7 +19,6 @@ Cypress.Commands.add('randomString', (length) => {
result += characters.charAt(Math.floor(Math.random() * charactersLength));
}
return result;
// cy.wrap(result);
});
/**