fix failing test because of whitespace in randstring
This commit is contained in:
@ -11,6 +11,7 @@ describe('Users endpoints', () => {
|
||||
});
|
||||
cy.randomString(10).then((str) => {
|
||||
uniqueEmail = 'jc_' + str + '@example.com';
|
||||
uniqueEmail = uniqueEmail.trim();
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user