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 { ActionType, ApiClientFactory, getUserState, test, Utils } from '@alfres
|
||||
test.use({ storageState: getUserState('hruser') });
|
||||
test.describe('Folder Rules Actions', () => {
|
||||
const apiClientFactory = new ApiClientFactory();
|
||||
const randomFolderName = `playwright-folder-${Utils.random()}`;
|
||||
const randomFolderName = `folder-rules-actions-${Utils.random()}`;
|
||||
const randomRuleName = `playwright-rule-${Utils.random()}`;
|
||||
const checkInValue = 'check In Value';
|
||||
const actionValue = ' A site which contains sfdc content [sfdc:site] ';
|
||||
|
@@ -28,7 +28,7 @@ import { ActionType, ApiClientFactory, Comparator, Field, getUserState, test, Ut
|
||||
test.use({ storageState: getUserState('hruser') });
|
||||
test.describe('Folder Rules Conditions', () => {
|
||||
const apiClientFactory = new ApiClientFactory();
|
||||
const randomFolderName = `playwright-folder-${Utils.random()}`;
|
||||
const randomFolderName = `folder-rules-conditions-${Utils.random()}`;
|
||||
const randomRuleName = `playwright-rule-${Utils.random()}`;
|
||||
const specialChars = '!@£$%^&*()~#/';
|
||||
|
||||
|
@@ -28,7 +28,7 @@ import { expect } from '@playwright/test';
|
||||
test.use({ storageState: getUserState('hruser') });
|
||||
test.describe('Rules - Manage Rules', () => {
|
||||
const apiClientFactory = new ApiClientFactory();
|
||||
const randomName = `playwright-folder-${Utils.random()}`;
|
||||
const randomName = `folder-rules-manage-rules-${Utils.random()}`;
|
||||
const randomRuleName = `playwright-rule-${Utils.random()}`;
|
||||
|
||||
let folderId: string;
|
||||
|
Reference in New Issue
Block a user