[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

@@ -56,7 +56,7 @@ test.describe('Folders - available actions : ', () => {
test.beforeAll(async () => {
test.setTimeout(timeouts.extendedTest);
const apiClientFactory = new ApiClientFactory();
const parentName = `parent-${Utils.random()}`;
const parentName = `parent-folder-${Utils.random()}`;
await apiClientFactory.setUpAcaBackend('admin');
await apiClientFactory.createUser({ username });
nodesApi = await NodesApi.initialize(username, username);

View File

@@ -45,7 +45,7 @@ test.describe('Special permissions : ', () => {
const random = testData.random;
let docLibId: string;
const sitePrivate = `site-private-${random}`;
const sitePrivate = `site-private2-${random}`;
const userManager = `manager-${random}`;
const userConsumer = `consumer-${random}`;
@@ -181,7 +181,7 @@ test.describe('Special permissions : ', () => {
});
test.afterAll(async () => {
await Utils.deleteNodesSitesEmptyTrashcan(undefined, undefined, 'afterAll failed', managerSiteActions, [sitePrivate]);
await Utils.deleteNodesSitesEmptyTrashcan(undefined, undefined, 'afterAll failed', managerSiteActions, [docLibId]);
});
test.describe('Consumer', () => {