Build(deps-dev): Bump @angular-eslint/eslint-plugin-template from 16.0.2 to 17.2.0 #2039
Triggered via pull request
January 7, 2024 00:53
Status
Failure
Total duration
6h 10m 45s
Artifacts
13
pull-request.yml
on: pull_request
Annotations
73 errors, 14 warnings, and 8 notices
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions:
e2e/playwright/folder-rules/src/tests/actions.spec.ts#L71
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-9j4ub7' })
69 | await nodesPage.manageRulesDialog.createRuleButton.click();
70 |
> 71 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible();
| ^
72 | });
73 | });
74 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/actions.spec.ts:71:76
|
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions:
e2e/playwright/folder-rules/src/tests/actions.spec.ts#L71
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-e3508u' })
69 | await nodesPage.manageRulesDialog.createRuleButton.click();
70 |
> 71 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible();
| ^
72 | });
73 | });
74 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/actions.spec.ts:71:76
|
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions:
e2e/playwright/folder-rules/src/tests/actions.spec.ts#L71
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-ztiuk3' })
69 | await nodesPage.manageRulesDialog.createRuleButton.click();
70 |
> 71 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible();
| ^
72 | });
73 | });
74 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/actions.spec.ts:71:76
|
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition:
e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L64
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-az6b7s' })
62 | await nodesPage.manageRulesDialog.createRuleButton.click();
63 |
> 64 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible();
| ^
65 | });
66 | });
67 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:64:76
|
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition:
e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L1
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L193
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-folder-ii8imw' })
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:193
191 |
192 | async getActionLocatorFromExpandableMenu(name: string | number, action: string): Promise<Locator> {
> 193 | await this.getRowByName(name).click({ button: 'right' });
| ^
194 | return this.contextMenuActions.getButtonByText(action);
195 | }
196 |
at DataTableComponent.getActionLocatorFromExpandableMenu (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:193:35)
at DataTableComponent.performActionFromExpandableMenu (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:156:44)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:52:5
|
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition:
e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L1
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:193:35
|
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition:
e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L1
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L193
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-folder-wl0sx9' })
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:193
191 |
192 | async getActionLocatorFromExpandableMenu(name: string | number, action: string): Promise<Locator> {
> 193 | await this.getRowByName(name).click({ button: 'right' });
| ^
194 | return this.contextMenuActions.getButtonByText(action);
195 | }
196 |
at DataTableComponent.getActionLocatorFromExpandableMenu (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:193:35)
at DataTableComponent.performActionFromExpandableMenu (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:156:44)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:52:5
|
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition:
e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L1
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:193:35
|
[Navigation] › src/tests/breadcrumb.spec.ts:78:7 › viewer action file › [C260964] Personal Files breadcrumb main node:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
1) [Navigation] › src/tests/breadcrumb.spec.ts:78:7 › viewer action file › [C260964] Personal Files breadcrumb main node
"beforeAll" hook timeout of 45000ms exceeded.
53 | const folder1Renamed = `renamed-${Utils.random()}`;
54 |
> 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
56 | const parentNode = await nodesApiAction.createFolder(parent);
57 | parentId = parentNode.entry.id;
58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
|
[Navigation] › src/tests/breadcrumb.spec.ts:78:7 › viewer action file › [C260964] Personal Files breadcrumb main node:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
1) [Navigation] › src/tests/breadcrumb.spec.ts:78:7 › viewer action file › [C260964] Personal Files breadcrumb main node
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
53 | const folder1Renamed = `renamed-${Utils.random()}`;
54 |
> 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
56 | const parentNode = await nodesApiAction.createFolder(parent);
57 | parentId = parentNode.entry.id;
58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
|
[Navigation] › src/tests/breadcrumb.spec.ts:78:7 › viewer action file › [C260964] Personal Files breadcrumb main node:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
1) [Navigation] › src/tests/breadcrumb.spec.ts:78:7 › viewer action file › [C260964] Personal Files breadcrumb main node
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
53 | const folder1Renamed = `renamed-${Utils.random()}`;
54 |
> 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
56 | const parentNode = await nodesApiAction.createFolder(parent);
57 | parentId = parentNode.entry.id;
58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
|
[Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
2) [Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
"beforeAll" hook timeout of 45000ms exceeded.
53 | const folder1Renamed = `renamed-${Utils.random()}`;
54 |
> 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
56 | const parentNode = await nodesApiAction.createFolder(parent);
57 | parentId = parentNode.entry.id;
58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
|
[Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
2) [Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
53 | const folder1Renamed = `renamed-${Utils.random()}`;
54 |
> 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
56 | const parentNode = await nodesApiAction.createFolder(parent);
57 | parentId = parentNode.entry.id;
58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
|
[Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
2) [Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
53 | const folder1Renamed = `renamed-${Utils.random()}`;
54 |
> 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
56 | const parentNode = await nodesApiAction.createFolder(parent);
57 | parentId = parentNode.entry.id;
58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
|
[Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
3) [Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
"beforeAll" hook timeout of 45000ms exceeded.
53 | const folder1Renamed = `renamed-${Utils.random()}`;
54 |
> 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
56 | const parentNode = await nodesApiAction.createFolder(parent);
57 | parentId = parentNode.entry.id;
58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
|
[Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
3) [Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
53 | const folder1Renamed = `renamed-${Utils.random()}`;
54 |
> 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
56 | const parentNode = await nodesApiAction.createFolder(parent);
57 | parentId = parentNode.entry.id;
58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
|
[Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
3) [Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
53 | const folder1Renamed = `renamed-${Utils.random()}`;
54 |
> 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
56 | const parentNode = await nodesApiAction.createFolder(parent);
57 | parentId = parentNode.entry.id;
58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
|
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh:
e2e/playwright/navigation/src/tests/sidebar.spec.ts#L1
4) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Test timeout of 45000ms exceeded.
|
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/special-permissions-actions.test.ts:82
80 | let managerSearchActions: SearchPageApi;
81 |
> 82 | test.beforeAll(async () => {
| ^
83 | test.setTimeout(timeouts.extendedTest);
84 | await apiClientFactory.setUpAcaBackend('admin');
85 | await apiClientFactory.createUser({ username: userManager });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
|
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/special-permissions-actions.test.ts:82
80 | let managerSearchActions: SearchPageApi;
81 |
> 82 | test.beforeAll(async () => {
| ^
83 | test.setTimeout(timeouts.extendedTest);
84 | await apiClientFactory.setUpAcaBackend('admin');
85 | await apiClientFactory.createUser({ username: userManager });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
|
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/special-permissions-actions.test.ts:82
80 | let managerSearchActions: SearchPageApi;
81 |
> 82 | test.beforeAll(async () => {
| ^
83 | test.setTimeout(timeouts.extendedTest);
84 | await apiClientFactory.setUpAcaBackend('admin');
85 | await apiClientFactory.createUser({ username: userManager });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
|
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/special-permissions-actions.test.ts:82
80 | let managerSearchActions: SearchPageApi;
81 |
> 82 | test.beforeAll(async () => {
| ^
83 | test.setTimeout(timeouts.extendedTest);
84 | await apiClientFactory.setUpAcaBackend('admin');
85 | await apiClientFactory.createUser({ username: userManager });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
|
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/special-permissions-actions.test.ts:82
80 | let managerSearchActions: SearchPageApi;
81 |
> 82 | test.beforeAll(async () => {
| ^
83 | test.setTimeout(timeouts.extendedTest);
84 | await apiClientFactory.setUpAcaBackend('admin');
85 | await apiClientFactory.createUser({ username: userManager });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
|
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/special-permissions-actions.test.ts:82
80 | let managerSearchActions: SearchPageApi;
81 |
> 82 | test.beforeAll(async () => {
| ^
83 | test.setTimeout(timeouts.extendedTest);
84 | await apiClientFactory.setUpAcaBackend('admin');
85 | await apiClientFactory.createUser({ username: userManager });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
|
[special-permissions] › src/tests/other-permissions.ts:103:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654]:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
3) [special-permissions] › src/tests/other-permissions.ts:103:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654]
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/special-permissions-actions.test.ts:82
80 | let managerSearchActions: SearchPageApi;
81 |
> 82 | test.beforeAll(async () => {
| ^
83 | test.setTimeout(timeouts.extendedTest);
84 | await apiClientFactory.setUpAcaBackend('admin');
85 | await apiClientFactory.createUser({ username: userManager });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
|
[special-permissions] › src/tests/other-permissions.ts:103:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654]:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
3) [special-permissions] › src/tests/other-permissions.ts:103:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/special-permissions-actions.test.ts:82
80 | let managerSearchActions: SearchPageApi;
81 |
> 82 | test.beforeAll(async () => {
| ^
83 | test.setTimeout(timeouts.extendedTest);
84 | await apiClientFactory.setUpAcaBackend('admin');
85 | await apiClientFactory.createUser({ username: userManager });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
|
[special-permissions] › src/tests/other-permissions.ts:103:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654]:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
3) [special-permissions] › src/tests/other-permissions.ts:103:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/special-permissions-actions.test.ts:82
80 | let managerSearchActions: SearchPageApi;
81 |
> 82 | test.beforeAll(async () => {
| ^
83 | test.setTimeout(timeouts.extendedTest);
84 | await apiClientFactory.setUpAcaBackend('admin');
85 | await apiClientFactory.createUser({ username: userManager });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
|
E2e test suites: Playwright (special-permissions, 6)
Process completed with exit code 1.
|
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values:
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values:
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values:
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page:
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
2) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page:
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
2) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page:
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
2) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
[Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu:
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
3) [Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
[Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu:
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
3) [Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
[Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu:
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
3) [Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
E2e test suites: Playwright (pagination, 7)
Process completed with exit code 1.
|
E2e test suites: Playwright (viewer, 3)
Timed out waiting 600s for the test suite to run
|
E2e test suites: Playwright (viewer, 3)
Timed out waiting 600s for the teardown for test suite to run
|
[Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
1) [Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
1) [Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
1) [Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
2) [Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
2) [Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
2) [Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
3) [Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
3) [Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
E2e test suites: Playwright (list-views, 8)
Timed out waiting 600s for the test suite to run
|
E2e test suites: Playwright (list-views, 8)
Timed out waiting 600s for the teardown for test suite to run
|
[List Views] › src/tests/empty-list.spec.ts:48:7 › Empty list views › [C217099] empty My Libraries:
e2e/playwright/list-views/src/tests/empty-list.spec.ts#L50
1) [List Views] › src/tests/empty-list.spec.ts:48:7 › Empty list views › [C217099] empty My Libraries
Error: list is not empty
Expected: true
Received: false
48 | test('[C217099] empty My Libraries', async ({ myLibrariesPage }) => {
49 | await myLibrariesPage.navigate();
> 50 | expect(await myLibrariesPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
51 | expect(await myLibrariesPage.dataTable.getEmptyStateTitle()).toContain(`You aren't a member of any File Libraries yet`);
52 | expect(await myLibrariesPage.dataTable.getEmptyStateSubtitle()).toContain('Join libraries to upload, view, and share files.');
53 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.spec.ts:50:76
|
[List Views] › src/tests/empty-list.spec.ts:48:7 › Empty list views › [C217099] empty My Libraries:
e2e/playwright/list-views/src/tests/empty-list.spec.ts#L50
1) [List Views] › src/tests/empty-list.spec.ts:48:7 › Empty list views › [C217099] empty My Libraries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: list is not empty
Expected: true
Received: false
48 | test('[C217099] empty My Libraries', async ({ myLibrariesPage }) => {
49 | await myLibrariesPage.navigate();
> 50 | expect(await myLibrariesPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
51 | expect(await myLibrariesPage.dataTable.getEmptyStateTitle()).toContain(`You aren't a member of any File Libraries yet`);
52 | expect(await myLibrariesPage.dataTable.getEmptyStateSubtitle()).toContain('Join libraries to upload, view, and share files.');
53 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.spec.ts:50:76
|
[List Views] › src/tests/empty-list.spec.ts:48:7 › Empty list views › [C217099] empty My Libraries:
e2e/playwright/list-views/src/tests/empty-list.spec.ts#L50
1) [List Views] › src/tests/empty-list.spec.ts:48:7 › Empty list views › [C217099] empty My Libraries
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: list is not empty
Expected: true
Received: false
48 | test('[C217099] empty My Libraries', async ({ myLibrariesPage }) => {
49 | await myLibrariesPage.navigate();
> 50 | expect(await myLibrariesPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
51 | expect(await myLibrariesPage.dataTable.getEmptyStateTitle()).toContain(`You aren't a member of any File Libraries yet`);
52 | expect(await myLibrariesPage.dataTable.getEmptyStateSubtitle()).toContain('Join libraries to upload, view, and share files.');
53 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.spec.ts:50:76
|
[List Views] › src/tests/empty-list.spec.ts:55:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed:
e2e/playwright/list-views/src/tests/empty-list.spec.ts#L57
2) [List Views] › src/tests/empty-list.spec.ts:55:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed
Error: list is not empty
Expected: true
Received: false
55 | test('[C280134] [C280120] Empty Trash - pagination controls not displayed', async ({ trashPage }) => {
56 | await trashPage.navigate();
> 57 | expect(await trashPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
58 | expect(await trashPage.dataTable.getEmptyStateTitle()).toContain('Trash is empty');
59 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Items you delete are moved to the Trash.');
60 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Empty Trash to permanently delete items.');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.spec.ts:57:70
|
[List Views] › src/tests/empty-list.spec.ts:55:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed:
e2e/playwright/list-views/src/tests/empty-list.spec.ts#L57
2) [List Views] › src/tests/empty-list.spec.ts:55:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: list is not empty
Expected: true
Received: false
55 | test('[C280134] [C280120] Empty Trash - pagination controls not displayed', async ({ trashPage }) => {
56 | await trashPage.navigate();
> 57 | expect(await trashPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
58 | expect(await trashPage.dataTable.getEmptyStateTitle()).toContain('Trash is empty');
59 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Items you delete are moved to the Trash.');
60 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Empty Trash to permanently delete items.');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.spec.ts:57:70
|
[List Views] › src/tests/empty-list.spec.ts:55:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed:
e2e/playwright/list-views/src/tests/empty-list.spec.ts#L57
2) [List Views] › src/tests/empty-list.spec.ts:55:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: list is not empty
Expected: true
Received: false
55 | test('[C280134] [C280120] Empty Trash - pagination controls not displayed', async ({ trashPage }) => {
56 | await trashPage.navigate();
> 57 | expect(await trashPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
58 | expect(await trashPage.dataTable.getEmptyStateTitle()).toContain('Trash is empty');
59 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Items you delete are moved to the Trash.');
60 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Empty Trash to permanently delete items.');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.spec.ts:57:70
|
[List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan:
e2e/playwright/list-views/src/tests/favorites.spec.ts#L110
3) [List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan
Error: file4-hr42h.txt not displayed
Expected: true
Received: false
108 |
109 | test(`[C213229] file is displayed after it is restored from Trashcan`, async ({ favoritePage }) => {
> 110 | expect(await favoritePage.dataTable.isItemPresent(fileName4), `${fileName4} not displayed`).toBe(true);
| ^
111 | });
112 |
113 | test('[C213231] Location column displays the parent folder of the files', async ({ favoritePage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:110:99
|
[List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan:
e2e/playwright/list-views/src/tests/favorites.spec.ts#L89
3) [List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan
"afterAll" hook timeout of 45000ms exceeded.
87 | });
88 |
> 89 | test.afterAll(async () => {
| ^
90 | await nodesApi.deleteCurrentUserNodes();
91 | await siteActionsAdmin.deleteSites([siteName]);
92 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:89:8
|
E2e test suites: Playwright (actions, 1)
Timed out waiting 600s for the test suite to run
|
E2e test suites: Playwright (actions, 1)
Timed out waiting 600s for the teardown for test suite to run
|
[Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates:
e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L103
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates
"beforeAll" hook timeout of 45000ms exceeded.
101 | };
102 |
> 103 | test.beforeAll(async ({ nodesApiAction }) => {
| ^
104 | const apiService = new ApiClientFactory();
105 |
106 | await apiService.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:103:8
|
[Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates:
e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L150
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('adf-content-node-selector [data-automation-id="current-folder"]').filter({ hasText: 'Node Templates' })
148 | test('[C325043] Select template - dialog UI - with existing templates', async () => {
149 | await expect.soft(selectFileTemplateDialog.getDialogTitle(selectDialogTitle)).toBeVisible();
> 150 | await expect.soft(selectFileTemplateDialog.getBreadcrumb(dialogBreadcrumb)).toBeVisible();
| ^
151 | await expect.soft(dataTable.getRowByName(templatesFolder1)).not.toBeEmpty();
152 | await expect.soft(dataTable.getRowByName(templatesFolder1)).toBeVisible();
153 | await expect.soft(dataTable.getRowByName(templatesFolder2)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:150:85
|
[Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates:
e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L151
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates
Error: Timed out 5000ms waiting for expect(received).not.toBeEmpty()
Call log:
- expect.soft.not.toBeEmpty with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'templates-folder1-znh7j' })
149 | await expect.soft(selectFileTemplateDialog.getDialogTitle(selectDialogTitle)).toBeVisible();
150 | await expect.soft(selectFileTemplateDialog.getBreadcrumb(dialogBreadcrumb)).toBeVisible();
> 151 | await expect.soft(dataTable.getRowByName(templatesFolder1)).not.toBeEmpty();
| ^
152 | await expect.soft(dataTable.getRowByName(templatesFolder1)).toBeVisible();
153 | await expect.soft(dataTable.getRowByName(templatesFolder2)).toBeVisible();
154 | await expect.soft(dataTable.getRowByName(template1InRoot)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:151:73
|
[Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates:
e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L152
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'templates-folder1-znh7j' })
150 | await expect.soft(selectFileTemplateDialog.getBreadcrumb(dialogBreadcrumb)).toBeVisible();
151 | await expect.soft(dataTable.getRowByName(templatesFolder1)).not.toBeEmpty();
> 152 | await expect.soft(dataTable.getRowByName(templatesFolder1)).toBeVisible();
| ^
153 | await expect.soft(dataTable.getRowByName(templatesFolder2)).toBeVisible();
154 | await expect.soft(dataTable.getRowByName(template1InRoot)).toBeVisible();
155 | await expect.soft(selectFileTemplateDialog.cancelButton).toBeEnabled();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:152:69
|
[Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates:
e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L153
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'templates-folder2-znh7j' })
151 | await expect.soft(dataTable.getRowByName(templatesFolder1)).not.toBeEmpty();
152 | await expect.soft(dataTable.getRowByName(templatesFolder1)).toBeVisible();
> 153 | await expect.soft(dataTable.getRowByName(templatesFolder2)).toBeVisible();
| ^
154 | await expect.soft(dataTable.getRowByName(template1InRoot)).toBeVisible();
155 | await expect.soft(selectFileTemplateDialog.cancelButton).toBeEnabled();
156 | await expect(selectFileTemplateDialog.actionButton).toBeDisabled();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:153:69
|
[Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates:
e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L154
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'template3-znh7j.txt' })
152 | await expect.soft(dataTable.getRowByName(templatesFolder1)).toBeVisible();
153 | await expect.soft(dataTable.getRowByName(templatesFolder2)).toBeVisible();
> 154 | await expect.soft(dataTable.getRowByName(template1InRoot)).toBeVisible();
| ^
155 | await expect.soft(selectFileTemplateDialog.cancelButton).toBeEnabled();
156 | await expect(selectFileTemplateDialog.actionButton).toBeDisabled();
157 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:154:68
|
[Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates:
e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L103
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
101 | };
102 |
> 103 | test.beforeAll(async ({ nodesApiAction }) => {
| ^
104 | const apiService = new ApiClientFactory();
105 |
106 | await apiService.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:103:8
|
[Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates:
e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L103
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
101 | };
102 |
> 103 | test.beforeAll(async ({ nodesApiAction }) => {
| ^
104 | const apiService = new ApiClientFactory();
105 |
106 | await apiService.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:103:8
|
E2e test suites: Playwright (share-action, 9)
The job running on runner GitHub Actions 34 has exceeded the maximum execution time of 360 minutes.
|
E2e test suites: Playwright (copy-move-actions, 10)
The job running on runner GitHub Actions 31 has exceeded the maximum execution time of 360 minutes.
|
Finalize
Process completed with exit code 1.
|
lint:
projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts#L340
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts#L359
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/src/lib/services/app.service.ts#L132
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/src/lib/services/app.service.ts#L167
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L47
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L59
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L118
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L121
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L143
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.spec.ts#L90
Unknown word: "Cproperties"
|
E2e test suites: copyMoveActions
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
|
E2e test suites: Playwright (authentication, 4)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (share-action, 9)
Runner GitHub Actions 34 did not respond to a cancelation request with 00:05:00.
|
E2e test suites: Playwright (copy-move-actions, 10)
Runner GitHub Actions 31 did not respond to a cancelation request with 00:05:00.
|
🎭 Playwright Run Summary
5 passed (1.0m)
|
🎭 Playwright Run Summary
2 failed
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
1 passed (2.9m)
|
🎭 Playwright Run Summary
7 failed
[Navigation] › src/tests/breadcrumb.spec.ts:78:7 › viewer action file › [C260964] Personal Files breadcrumb main node
[Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
[Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
[Navigation] › src/tests/single-click.spec.ts:62:7 › Single click on item name › [C284899] Hyperlink does not appear for items in the Trash
[Navigation] › src/tests/single-click.spec.ts:68:7 › Single click on item name › [C280034] Navigate inside the folder when clicking the hyperlink on Personal Files
[Navigation] › src/tests/single-click.spec.ts:75:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
4 skipped
5 passed (8.1m)
|
🎭 Playwright Run Summary
3 failed
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
[special-permissions] › src/tests/other-permissions.ts:103:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654]
57 skipped
4 passed (9.5m)
|
🎭 Playwright Run Summary
3 failed
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
[Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu
8 skipped
|
🎭 Playwright Run Summary
7 failed
[Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action
[Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action
[Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites
[Viewer] › src/tests/viewer-useraction.spec.ts:78:7 › from File Libraries › [C286371] Move action from File Libraries
[Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files
[Viewer] › src/tests/viewer.spec.ts:136:7 › viewer file › [C284636] Viewer opens for a file from Recent Files
[Viewer] › src/tests/viewer.spec.ts:178:7 › viewer file › [C284634] Viewer opens for a file from Favorites
1 flaky
[Viewer] › src/tests/viewer-protected.spec.ts:82:7 › viewer file › [C268961] Refresh the page while Password dialog is open
12 skipped
3 passed (9.9m)
|
🎭 Playwright Run Summary
5 failed
[List Views] › src/tests/empty-list.spec.ts:48:7 › Empty list views › [C217099] empty My Libraries
[List Views] › src/tests/empty-list.spec.ts:55:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed
[List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan
[List Views] › src/tests/favorites.spec.ts:113:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files
[List Views] › src/tests/favorites.spec.ts:134:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site
51 skipped
3 passed (9.9m)
|
🎭 Playwright Run Summary
6 failed
[Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates
[Actions] › src/tests/create/create-file-from-template.spec.ts:247:11 › Create file from template › Personal Files page › Create document from template dialog › [C325031] File name is required
[Actions] › src/tests/create/create-file-from-template.spec.ts:352:11 › Create file from template › Personal Files page › File created from template on Personal Files › [C325030] Create a file from a template - with a new Name
[Actions] › src/tests/create/create-folder-from-template.spec.ts:177:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates
[Actions] › src/tests/create/create-folder-from-template.spec.ts:276:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required
[Actions] › src/tests/create/create-folder-from-template.spec.ts:381:11 › Create folder from template › Personal Files page › Folder created from template on Personal Files › [C325157] Create a folder from a template - with a new Name
74 skipped
3 passed (9.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
actions
Expired
|
57.6 MB |
|
deleteActions
Expired
|
2.1 MB |
|
editActions,favoriteActions
Expired
|
2.13 MB |
|
folder-rules
Expired
|
37 MB |
|
list-views
Expired
|
14.2 MB |
|
listViews
Expired
|
2.12 MB |
|
navigation
Expired
|
10.1 MB |
|
pagination
Expired
|
20.4 KB |
|
search
Expired
|
2.13 MB |
|
special-permissions
Expired
|
43 KB |
|
uploadDownloadActions
Expired
|
2.12 MB |
|
viewer
Expired
|
1.81 MB |
|
viewer,infoDrawer,extensions
Expired
|
2.13 MB |
|