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:
@@ -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);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user