mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-8891] remove e2e test data (#4179)
* [ACS-8886] enable excluded test * [ACS-8886] enable excluded test * [ACS-8886] test fix and added ticket to resovle * [ACS-8886] test reexcluded as valid fail * [ACS-8886] test enalbe * [ACS-8886] test fix for admin * ACS-8891-remove-test-data * ACS-8891-test-fix * ACS-8891-test-fix * test fix
This commit is contained in:
@@ -32,7 +32,7 @@ test.describe('Download from Personal Files', () => {
|
||||
|
||||
const random = Utils.random();
|
||||
const username = `user-${random}`;
|
||||
const parent = `parent-${random}`;
|
||||
const parent = `parent-download-${random}`;
|
||||
const childFile = `childFile-${random}.txt`;
|
||||
const childFolder = `childFolder-${random}`;
|
||||
|
||||
|
@@ -51,7 +51,7 @@ test.describe('Version actions', () => {
|
||||
const filenameBeforeUpdate = `${filesToUpload[0].name}-${random}`;
|
||||
const filenameAfterUpdate = `${filesToUpload[1].name}-${random}`;
|
||||
const username = `user-${random}`;
|
||||
const parentFolder = `parent-${random}`;
|
||||
const parentFolder = `parent-version-${random}`;
|
||||
let parentFolderId: string;
|
||||
let fileId: string;
|
||||
|
||||
|
Reference in New Issue
Block a user