[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

@@ -39,7 +39,7 @@ test.describe('Create folders', () => {
});
test.beforeEach(async () => {
randomFolderName = `playwright-folder-${Utils.random()}`;
randomFolderName = `authentication-general-${Utils.random()}`;
await apiClientFactory.loginUser(sessionTestUser);
});