mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-11233] Testing week test cases automated in ACA (#5113)
* [ACS-11233] Testing week test cases automated in ACA * [ACS-11233] last test additions from testing week * [ACS-11233] sonar fix 1 * eslint configuration for e2e tests * [ACS-11233] sonar fix 2 * [ACS-11233] sonar fix 3 * [ACS-11233] added viewer actions as a seperate test suite * [ACS-11233] added viewer actions to pr yml * [ACS-11233] deleted autocorrection * [ACS-11233] review fix 1 * [ACS-11233] review fix 2 * [ACS-11233] small test fixes and report portal upload timeout change * [ACS-11233] reportportal fix 2 * [ACS-11233] viewer tests fixes * [ACS-11233] review fix 3 * [ACS-11233] review fix 4 * [ACS-11233] deleted angular inject test 1 * [ACS-11233] viewer tests fix 3
This commit is contained in:
+3
-3
@@ -34,7 +34,7 @@ import {
|
||||
SitesApi,
|
||||
test,
|
||||
SharedLinksApi,
|
||||
SearchPageApi,
|
||||
SearchApi,
|
||||
timeouts,
|
||||
Utils
|
||||
} from '@alfresco/aca-playwright-shared';
|
||||
@@ -78,7 +78,7 @@ test.describe('Special permissions : ', () => {
|
||||
let consumerShareActions: SharedLinksApi;
|
||||
let managerSiteActions: SitesApi;
|
||||
let managerFileActions: FileActionsApi;
|
||||
let managerSearchActions: SearchPageApi;
|
||||
let managerSearchActions: SearchApi;
|
||||
|
||||
test.beforeAll(async () => {
|
||||
test.setTimeout(timeouts.extendedLongTest);
|
||||
@@ -94,7 +94,7 @@ test.describe('Special permissions : ', () => {
|
||||
collaboratorFavoritesActions = await FavoritesPageApi.initialize(userCollaborator, userCollaborator);
|
||||
demotedUserFavoritesActions = await FavoritesPageApi.initialize(userDemoted, userDemoted);
|
||||
managerFavoritesActions = await FavoritesPageApi.initialize(userManager, userManager);
|
||||
managerSearchActions = await SearchPageApi.initialize(userManager, userManager);
|
||||
managerSearchActions = await SearchApi.initialize(userManager, userManager);
|
||||
managerSiteActions = await SitesApi.initialize(userManager, userManager);
|
||||
managerFileActions = await FileActionsApi.initialize(userManager, userManager);
|
||||
managerUserShareActions = await SharedLinksApi.initialize(userManager, userManager);
|
||||
|
||||
Reference in New Issue
Block a user