mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Changed beforeEach, small 'random' cleanup (#3728)
This commit is contained in:
@@ -30,9 +30,8 @@ test.describe('Search Results - General', () => {
|
||||
let nodesApi: NodesApi;
|
||||
let sitesApi: SitesApi;
|
||||
|
||||
const username = `user1-${Utils.random()}`;
|
||||
const random = Utils.random();
|
||||
|
||||
const username = `user1-${random}`;
|
||||
const file = `test-file-${random}.txt`;
|
||||
const folder = `test-folder-${random}`;
|
||||
const site = `test-site-${random}`;
|
||||
|
@@ -42,9 +42,9 @@ test.describe('Search Results - General', () => {
|
||||
let sitesAdminApi: SitesApi;
|
||||
let fileActionsApi: FileActionsApi;
|
||||
|
||||
const username = `user-${Utils.random()}`;
|
||||
const random = Utils.random();
|
||||
const randomDescription = Utils.random() + '-' + Utils.random();
|
||||
const username = `user-${random}`;
|
||||
const randomDescription = random + '-' + random;
|
||||
|
||||
const site1 = {
|
||||
name: `lib-${random}-1`,
|
||||
|
Reference in New Issue
Block a user