[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:
Adam Świderski
2024-05-09 10:52:24 +02:00
committed by GitHub
parent 0f3f580e24
commit 9c671b4ed1
9 changed files with 13 additions and 13 deletions

View File

@@ -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] ';

View File

@@ -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 = '!@£$%^&*()~#/';

View File

@@ -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;