mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-7767] [E2E] ACA e2e folders' renaming for easier debugging in the future (#3834)
* [ACS-7767] [E2E] viewer-actions folder deletion test push * [ACS-7767] folder renaming for easier debugging in the future * [ACS-7767] deleted the extended timeout as its not needed
This commit is contained in:
@@ -28,7 +28,7 @@ import { ApiClientFactory, getUserState, test, TEST_FILES, timeouts, Utils } fro
|
||||
test.use({ storageState: getUserState('hruser') });
|
||||
test.describe('viewer action file', () => {
|
||||
const apiClientFactory = new ApiClientFactory();
|
||||
const randomFolderName = `playwright-folder-${Utils.random()}`;
|
||||
const randomFolderName = `viewer-action-${Utils.random()}`;
|
||||
const randomDocxName = `${TEST_FILES.DOCX.name}-${Utils.random()}`;
|
||||
const randomDocxNameFavorite = `${TEST_FILES.DOCX.name}-${Utils.random()}`;
|
||||
const randomDocxNameShare = `${TEST_FILES.DOCX.name}-${Utils.random()}`;
|
||||
@@ -45,7 +45,7 @@ test.describe('viewer action file', () => {
|
||||
let filePersonalFilesId: string;
|
||||
const fileForUploadNewVersion2 = `file4-${Utils.random()}.docx`;
|
||||
let fileForUploadNewVersionId2: string;
|
||||
const destination = `destRF-${Utils.random()}`;
|
||||
const destination = `viewer-action-destRF-${Utils.random()}`;
|
||||
let destinationId: string;
|
||||
const docxRecentFiles = `docxRF-${Utils.random()}.docx`;
|
||||
|
||||
|
@@ -28,7 +28,7 @@ import { ApiClientFactory, getUserState, test, TEST_FILES, Utils } from '@alfres
|
||||
test.use({ storageState: getUserState('hruser') });
|
||||
test.describe('viewer file', () => {
|
||||
const apiClientFactory = new ApiClientFactory();
|
||||
const randomFolderName = `playwright-folder-${Utils.random()}`;
|
||||
const randomFolderName = `viewer-protected-${Utils.random()}`;
|
||||
const randomDocxName = `${TEST_FILES.PDF_PROTECTED.name}-${Utils.random()}`;
|
||||
let folderId: string;
|
||||
let fileDocxId: string;
|
||||
|
@@ -55,7 +55,7 @@ test.describe('viewer file', () => {
|
||||
|
||||
test.beforeAll(async () => {
|
||||
test.setTimeout(timeouts.extendedTest);
|
||||
const randomFolderName = `playwright-folder-${Utils.random()}`;
|
||||
const randomFolderName = `viewer-${Utils.random()}`;
|
||||
const apiClientFactory = new ApiClientFactory();
|
||||
await apiClientFactory.setUpAcaBackend('admin');
|
||||
await apiClientFactory.createUser({ username });
|
||||
|
Reference in New Issue
Block a user