GH Auto: Upstream dependencies ADF:6.4.0-6550080792 JS-API:7.1.0-1409 using Tag:6.4.0-6550080792 #1476
Triggered via pull request
October 10, 2023 15:07
Status
Failure
Total duration
1h 23m 34s
Artifacts
4
pull-request.yml
on: pull_request
Annotations
52 errors, 25 warnings, and 6 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-b9l0mx' })
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#L1
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Test finished within timeout of 45000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
[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-vgjjtr' })
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#L1
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test finished within timeout of 45000ms, but tearing down "trace recording" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
[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-etb7mpk' })
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#L1
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
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#L204
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Error: locator.isEnabled: Target closed
=========================== logs ===========================
waiting for locator('adf-pagination [aria-label="Next page button"]')
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204
202 | break;
203 | }
> 204 | await this.pagination.getArrowLocatorFor(PaginationActionsType.NextPageSelector).isEnabled();
| ^
205 | await this.pagination.getArrowLocatorFor(PaginationActionsType.NextPageSelector).click();
206 | await this.spinnerWaitForReload();
207 | }
at DataTableComponent.goThroughPagesLookingForRowWithName (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204:88)
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:142:5)
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
Pending operations:
- locator.waitFor at projects/aca-playwright-shared/src/page-objects/components/base.component.ts:60:55
|
[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#L205
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('adf-pagination [aria-label="Next page button"]')
locator resolved to <button disabled="true" mat-icon-button="" ng-reflect-di…>…</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not enabled - waiting...
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:205
203 | }
204 | await this.pagination.getArrowLocatorFor(PaginationActionsType.NextPageSelector).isEnabled();
> 205 | await this.pagination.getArrowLocatorFor(PaginationActionsType.NextPageSelector).click();
| ^
206 | await this.spinnerWaitForReload();
207 | }
208 | }
at DataTableComponent.goThroughPagesLookingForRowWithName (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:205:88)
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:142:5)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:52:5
|
[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
1) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Test timeout of 45000ms exceeded.
|
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh:
projects/aca-playwright-shared/src/page-objects/pages/base.page.ts#L94
1) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Error: page.reload: Page closed
=========================== logs ===========================
waiting for navigation until "networkidle"
navigated to "***/#/personal-files"
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:94
92 | ...options
93 | };
> 94 | await this.page.reload(actualOptions);
| ^
95 | }
96 | }
97 |
at PersonalFilesPage.reload (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:94:21)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.spec.ts:60:25
|
[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
1) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Pending operations:
- page.reload at projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:94:21
|
[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#L55
1) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Sidebar not expanded
Expected: true
Received: false
53 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
54 | await personalFiles.reload();
> 55 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
| ^
56 |
57 | await personalFiles.sidenav.collapseSideNav();
58 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.spec.ts:55:85
|
[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#L55
1) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Sidebar not expanded
Expected: true
Received: false
53 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
54 | await personalFiles.reload();
> 55 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
| ^
56 |
57 | await personalFiles.sidenav.collapseSideNav();
58 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.spec.ts:55:85
|
[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:
e2e/playwright/navigation/src/tests/single-click.spec.ts#L1
2) [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
Test timeout of 45000ms exceeded.
|
[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:
e2e/playwright/navigation/src/tests/single-click.spec.ts#L70
2) [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
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('adf-datatable .adf-cell-value span').filter({ hasText: 'folder1-1mbce' })
============================================================
68 | test('[C280034] Navigate inside the folder when clicking the hyperlink on Personal Files', async ({ personalFiles }) => {
69 | await personalFiles.navigate();
> 70 | await personalFiles.dataTable.getCellLinkByName(folder1).click();
| ^
71 | await personalFiles.dataTable.spinnerWaitForReload();
72 | expect(await personalFiles.breadcrumb.currentItem.innerText()).toBe(folder1);
73 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:70:62
|
[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:
e2e/playwright/navigation/src/tests/single-click.spec.ts#L1
2) [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
Pending operations:
- locator.click at e2e/playwright/navigation/src/tests/single-click.spec.ts:70:62
|
[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:
e2e/playwright/navigation/src/tests/single-click.spec.ts#L45
2) [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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
43 | const fileSite = `fileSite-${Utils.random()}.txt`;
44 |
> 45 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
46 | await apiClientFactory.setUpAcaBackend('***');
47 | const node = await apiClientFactory.nodes.createNode('-my-', { name: folder1, nodeType: 'cm:folder', relativePath: '/' });
48 | folder1Id = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:45:8
|
[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:
e2e/playwright/navigation/src/tests/single-click.spec.ts#L51
2) [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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of null (reading 'entry')
49 | folderSearchId = (await nodesApiAction.createFolder(folderSearch)).entry.id;
50 | deletedFile1Id = (await nodesApiAction.createFile(deletedFile1)).entry.id;
> 51 | deletedFolder1Id = (await nodesApiAction.createFolder(deletedFolder1)).entry.id;
| ^
52 |
53 | await sitesApiAction.createSite(siteName);
54 | const docLibId = await sitesApiAction.getDocLibId(siteName);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:51:76
|
[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#L80
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 120000ms exceeded.
at src/tests/special-permissions-actions.test.ts:80
78 | let managerSearchActions: SearchPageApi;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | test.setTimeout(120000);
82 | await apiClientFactory.setUpAcaBackend('admin');
83 | 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:80: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/viewer.ts#L1
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]
Error: {"error":{"errorKey":"framework.exception.EntityNotFound","statusCode":404,"briefSummary":"09103714 The entity with id: 05c8bb65-c8f3-4f76-af9c-7a310a4a8590 was not found","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com"}}
at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17)
at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18)
at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
|
[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#L80
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 120000ms exceeded.
at src/tests/special-permissions-actions.test.ts:80
78 | let managerSearchActions: SearchPageApi;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | test.setTimeout(120000);
82 | await apiClientFactory.setUpAcaBackend('admin');
83 | 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:80: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#L80
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 120000ms exceeded.
at src/tests/special-permissions-actions.test.ts:80
78 | let managerSearchActions: SearchPageApi;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | test.setTimeout(120000);
82 | await apiClientFactory.setUpAcaBackend('admin');
83 | 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:80:8
|
[special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office:
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
2) [special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, favorite - [C326652]
Error: {"error":{"errorKey":"Login failed","statusCode":403,"briefSummary":"09103623 Login failed","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com"}}
at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17)
at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18)
at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
|
[special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L80
2) [special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, favorite - [C326652]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 120000ms exceeded.
at src/tests/special-permissions-actions.test.ts:80
78 | let managerSearchActions: SearchPageApi;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | test.setTimeout(120000);
82 | await apiClientFactory.setUpAcaBackend('admin');
83 | 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:80:8
|
[special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L80
2) [special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, favorite - [C326652]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 120000ms exceeded.
at src/tests/special-permissions-actions.test.ts:80
78 | let managerSearchActions: SearchPageApi;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | test.setTimeout(120000);
82 | await apiClientFactory.setUpAcaBackend('admin');
83 | 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:80:8
|
[special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L80
3) [special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]
"beforeAll" hook timeout of 120000ms exceeded.
at src/tests/special-permissions-actions.test.ts:80
78 | let managerSearchActions: SearchPageApi;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | test.setTimeout(120000);
82 | await apiClientFactory.setUpAcaBackend('admin');
83 | 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:80:8
|
[special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L80
3) [special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 120000ms exceeded.
at src/tests/special-permissions-actions.test.ts:80
78 | let managerSearchActions: SearchPageApi;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | test.setTimeout(120000);
82 | await apiClientFactory.setUpAcaBackend('admin');
83 | 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:80:8
|
[special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L80
3) [special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 120000ms exceeded.
at src/tests/special-permissions-actions.test.ts:80
78 | let managerSearchActions: SearchPageApi;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | test.setTimeout(120000);
82 | await apiClientFactory.setUpAcaBackend('admin');
83 | 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:80: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
"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:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L170
1) [Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('adf-datatable .adf-cell-value span').filter({ hasText: 'file-docx-vu0yj' })
locator resolved to <span role="link" tabindex="0" title="file-docx-vu0yj"…> file-docx-vu0yj </span>
attempting click action
waiting for element to be visible, enabled and stable
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:170
168 | */
169 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 170 | await this.getCellLinkByName(name).click();
| ^
171 | await this.spinnerWaitForReload();
172 | }
173 |
at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:170:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:71:35
|
[Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L1
1) [Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:170:40
|
[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:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L170
1) [Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('adf-datatable .adf-cell-value span').filter({ hasText: 'file-docx-1catd' })
locator resolved to <span role="link" tabindex="0" title="file-docx-1catd"…> file-docx-1catd </span>
attempting click action
waiting for element to be visible, enabled and stable
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:170
168 | */
169 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 170 | await this.getCellLinkByName(name).click();
| ^
171 | await this.spinnerWaitForReload();
172 | }
173 |
at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:170:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:71:35
|
[Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L1
1) [Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:170:40
|
[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:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L170
2) [Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('adf-datatable .adf-cell-value span').filter({ hasText: 'playwright-file2-19g23.docx' })
locator resolved to <span role="link" tabindex="0" class="adf-datatable-ce…> playwright-file2-19g23.docx </span>
attempting click action
waiting for element to be visible, enabled and stable
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:170
168 | */
169 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 170 | await this.getCellLinkByName(name).click();
| ^
171 | await this.spinnerWaitForReload();
172 | }
173 |
at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:170:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:110:35
|
[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#L1
2) [Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:170:40
|
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-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates:
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L104
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates
"beforeAll" hook timeout of 45000ms exceeded.
102 | };
103 |
> 104 | test.beforeAll(async ({ nodesApiAction }) => {
| ^
105 | await nodesApiAction.createContent(templates, `Data Dictionary/Space Templates`);
106 | await nodesApiAction.removeUserAccessOnSpaceTemplate(restrictedTemplateFolder);
107 | folderLink = (await nodesApiAction.createLinkToFolderName(folderInRootFolder, await nodesApiAction.getSpaceTemplatesFolderId())).entry.name;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:104:8
|
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates:
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L104
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
102 | };
103 |
> 104 | test.beforeAll(async ({ nodesApiAction }) => {
| ^
105 | await nodesApiAction.createContent(templates, `Data Dictionary/Space Templates`);
106 | await nodesApiAction.removeUserAccessOnSpaceTemplate(restrictedTemplateFolder);
107 | folderLink = (await nodesApiAction.createLinkToFolderName(folderInRootFolder, await nodesApiAction.getSpaceTemplatesFolderId())).entry.name;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:104:8
|
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates:
projects/aca-playwright-shared/src/api/nodes-api.ts#L284
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of null (reading 'entry')
at ../../../projects/aca-playwright-shared/src/api/nodes-api.ts:284
282 |
283 | async createFolderLink(originalNodeId: string, destinationId: string): Promise<NodeEntry | null> {
> 284 | const name = (await this.getNodeById(originalNodeId)).entry.name;
| ^
285 | const nodeBody = {
286 | name: `Link to ${name}.url`,
287 | nodeType: 'app:folderlink',
at NodesApi.createFolderLink (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/api/nodes-api.ts:284:59)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:107:19
|
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates:
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L104
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
102 | };
103 |
> 104 | test.beforeAll(async ({ nodesApiAction }) => {
| ^
105 | await nodesApiAction.createContent(templates, `Data Dictionary/Space Templates`);
106 | await nodesApiAction.removeUserAccessOnSpaceTemplate(restrictedTemplateFolder);
107 | folderLink = (await nodesApiAction.createLinkToFolderName(folderInRootFolder, await nodesApiAction.getSpaceTemplatesFolderId())).entry.name;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:104:8
|
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates:
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L135
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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: 'Space Templates' })
133 | test('[C325147] Select template - dialog UI - with existing templates', async () => {
134 | await expect.soft(selectFolderTemplateDialog.getDialogTitle(selectDialogTitle)).toBeVisible();
> 135 | await expect.soft(selectFolderTemplateDialog.getBreadcrumb(dialogBreadcrumb)).toBeVisible();
| ^
136 | await expect.soft(dataTable.getRowByName(templateFolder1)).not.toBeEmpty();
137 | await expect.soft(dataTable.getRowByName(templateFolder1)).toBeVisible();
138 | await expect.soft(dataTable.getRowByName(templateFolder2)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:135:87
|
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates:
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L136
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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: 'template-folder1-1xiqq' })
134 | await expect.soft(selectFolderTemplateDialog.getDialogTitle(selectDialogTitle)).toBeVisible();
135 | await expect.soft(selectFolderTemplateDialog.getBreadcrumb(dialogBreadcrumb)).toBeVisible();
> 136 | await expect.soft(dataTable.getRowByName(templateFolder1)).not.toBeEmpty();
| ^
137 | await expect.soft(dataTable.getRowByName(templateFolder1)).toBeVisible();
138 | await expect.soft(dataTable.getRowByName(templateFolder2)).toBeVisible();
139 | await expect.soft(dataTable.getRowByName(folderInRootFolder)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:136:72
|
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates:
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L137
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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: 'template-folder1-1xiqq' })
135 | await expect.soft(selectFolderTemplateDialog.getBreadcrumb(dialogBreadcrumb)).toBeVisible();
136 | await expect.soft(dataTable.getRowByName(templateFolder1)).not.toBeEmpty();
> 137 | await expect.soft(dataTable.getRowByName(templateFolder1)).toBeVisible();
| ^
138 | await expect.soft(dataTable.getRowByName(templateFolder2)).toBeVisible();
139 | await expect.soft(dataTable.getRowByName(folderInRootFolder)).toBeVisible();
140 | await expect.soft(selectFolderTemplateDialog.cancelButton).toBeEnabled();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:137:68
|
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates:
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L138
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'template-folder2-1xiqq' })
136 | await expect.soft(dataTable.getRowByName(templateFolder1)).not.toBeEmpty();
137 | await expect.soft(dataTable.getRowByName(templateFolder1)).toBeVisible();
> 138 | await expect.soft(dataTable.getRowByName(templateFolder2)).toBeVisible();
| ^
139 | await expect.soft(dataTable.getRowByName(folderInRootFolder)).toBeVisible();
140 | await expect.soft(selectFolderTemplateDialog.cancelButton).toBeEnabled();
141 | await expect(selectFolderTemplateDialog.actionButton).toBeDisabled();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:138:68
|
E2e test suites: uploadDownloadActions
Process completed with exit code 1.
|
Finalize
Process completed with exit code 1.
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L181
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L310
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L319
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L332
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L379
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L398
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L592
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L596
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L602
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L629
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
E2e test suites: Playwright (authentication, 4)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: createActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: editActions,favoriteActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: deleteActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: actionsAvailableLibraries,actionsAvailableNewMenu
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: libraryActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: search
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: copyMoveActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: listViews,navigation
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: uploadDownloadActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: shareActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: viewer,infoDrawer,extensions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: pagination
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: actionsAvailableFilesFolders
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: actionsAvailableSpecialPermissions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
6 passed (56.3s)
|
🎭 Playwright Run Summary
3 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
[Folder Rules] › src/tests/manage-rules.spec.ts:50:7 › Rules - Manage Rules › [C691651] Disable an existing rule
|
🎭 Playwright Run Summary
3 failed
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
[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
3 flaky
[Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home
[Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node
[Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
10 passed (6.3m)
|
🎭 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:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, favorite - [C326652]
[special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]
33 skipped
|
🎭 Playwright Run Summary
4 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.spec.ts:56:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files
2 flaky
[Viewer] › src/tests/viewer.spec.ts:76:7 › viewer file › [C279271] Close the viewer ────────────
[Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279285] Viewer opens when accessing the preview URL for a file
6 skipped
9 passed (8.1m)
|
🎭 Playwright Run Summary
6 failed
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates
[Actions] › src/tests/create-folder-from-template.spec.ts:229:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required
[Actions] › src/tests/create-folder-from-template.spec.ts:336: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
[Actions] › src/tests/create-folder.spec.ts:54:7 › Create folders › [C216341] Create a folder with name only
[Actions] › src/tests/create-folder.spec.ts:67:7 › Create folders › [C216340] Create a folder with name, title and description
[Actions] › src/tests/create-folder.spec.ts:164:7 › Create folders › [C216351] Folder created after trimmed ending spaces from a folder name
1 flaky
[Actions] › src/tests/create-library.spec.ts:89:7 › Create Libraries › [C280025] Create a public library
29 skipped
6 passed (9.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
folder-rules
Expired
|
39.3 MB |
|
navigation
Expired
|
8.24 MB |
|
special-permissions
Expired
|
206 KB |
|
viewer
Expired
|
6.76 MB |
|