diff --git a/cypress/factories/user.js b/cypress/factories/user.js index 37fcaaab4..9e133b552 100644 --- a/cypress/factories/user.js +++ b/cypress/factories/user.js @@ -11,7 +11,7 @@ export class UserFactory extends Factory { return { id: '{increment}', - username: faker.lorem.word(10) + faker.random.uuid(), + username: faker.lorem.word(10) + faker.datatype.uuid(), password: '$2a$14$dcadBoMBL9jQoOcZK8Fju.cy0Ptx2oZECkKLnaa8ekRoTFe1w7To.', // 1234 status: 0, created: formatISO(now),