[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:
Akash Rathod
2024-11-21 12:41:58 +05:30
committed by GitHub
parent 8e731c2b94
commit 6cdd5da501
23 changed files with 44 additions and 40 deletions

View File

@@ -31,7 +31,7 @@ test.describe('viewer action file', () => {
let siteActions: SitesApi;
let trashcanApi: TrashcanApi;
const username = `user-${Utils.random()}`;
const parent = `parent-${Utils.random()}`;
const parent = `parent-viewer-${Utils.random()}`;
let parentId: string;
const subFolder1 = `subFolder1-${Utils.random()}`;
let subFolder1Id: string;
@@ -39,7 +39,7 @@ test.describe('viewer action file', () => {
let subFolder2Id: string;
const fileName1 = `file1-${Utils.random()}.txt`;
const siteName = `site-${Utils.random()}`;
const siteName = `site-breadcrumb-${Utils.random()}`;
let docLibId: string;
const parentFromSite = `parent-in-site-${Utils.random()}`;
let parentFromSiteId: string;

View File

@@ -35,7 +35,7 @@ test.describe('Single click on item name', () => {
const deletedFile1 = `file1-${Utils.random()}.txt`;
const deletedFolder1 = `folder1-${Utils.random()}`;
const siteName = `site-${Utils.random()}`;
const siteName = `site-single-${Utils.random()}`;
const fileSite = `fileSite-${Utils.random()}.txt`;
test.beforeAll(async () => {