Build(deps): Bump Alfresco/alfresco-build-tools from 1.35.0 to 7.0.0 in /.github/actions/adf-linking in the github-actions group #3415
Annotations
10 errors, 1 warning, and 1 notice
projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts#L54
1) [Share Action] › src/tests/share/share-file.e2e.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
Call log:
- waiting for locator('adf-viewer .adf-viewer-render-layout-content') to be visible
at ../../../projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts:54
52 |
53 | async waitForViewerToOpen(waitForViewerContent?: 'wait for viewer content'): Promise<void> {
> 54 | await this.viewerLocator.waitFor({ state: 'visible', timeout: timeouts.medium });
| ^
55 | if (waitForViewerContent) {
56 | await this.spinnerWaitForReload();
57 | }
at ViewerComponent.waitForViewerToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts:54:30)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:80:34
|
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L75
1) [Share Action] › src/tests/share/share-file.e2e.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Missing param 'nodeId'
73 |
74 | test.afterAll(async () => {
> 75 | await apiClientFactory.nodes.deleteNodes([file6Id]);
| ^
76 | });
77 |
78 | test('[C286326] A non-logged user can download the shared file from the viewer', async ({ personalFiles, page }) => {
at throwIfNotDefined (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/@alfresco/js-api/src/assert.js:22:15)
at NodesApi.deleteNode (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/@alfresco/js-api/src/api/content-rest-api/api/nodes.api.js:134:40)
at NodesApi.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/@alfresco/js-api/src/api/content-rest-api/api/nodes.api.js:152:42)
at /home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/tslib/tslib.js:169:75
at Object.__awaiter (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/tslib/tslib.js:165:16)
at NodesApi.deleteNodes (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/@alfresco/js-api/src/api/content-rest-api/api/nodes.api.js:148:24)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:75:36
|
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L56
1) [Share Action] › src/tests/share/share-file.e2e.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'deleteNodes')
54 |
55 | test.afterAll(async () => {
> 56 | await apiClientFactory.nodes.deleteNodes([parentId]);
| ^
57 | });
58 |
59 | test.describe('when logged out', () => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:56:34
|
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
2) [Share Action] › src/tests/share/share-file.e2e.ts:134:11 › Share a file › when logged in › from Personal Files › [C286327] Share dialog default values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L56
2) [Share Action] › src/tests/share/share-file.e2e.ts:134:11 › Share a file › when logged in › from Personal Files › [C286327] Share dialog default values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'deleteNodes')
54 |
55 | test.afterAll(async () => {
> 56 | await apiClientFactory.nodes.deleteNodes([parentId]);
| ^
57 | });
58 |
59 | test.describe('when logged out', () => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:56:34
|
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
2) [Share Action] › src/tests/share/share-file.e2e.ts:134:11 › Share a file › when logged in › from Personal Files › [C286327] Share dialog default values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
9 failed
[Share Action] › src/tests/share/share-file.e2e.ts:78:9 › Share a file › when logged out › [C286326] A non-logged user can download the shared file from the viewer
[Share Action] › src/tests/share/share-file.e2e.ts:134:11 › Share a file › when logged in › from Personal Files › [C286327] Share dialog default values
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL
[Share Action] › src/tests/share/share-file.e2e.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date
[Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration
[Share Action] › src/tests/share/share-file.e2e.ts:220:11 › Share a file › when logged in › from Personal Files › [C286335] Shared file URL is not changed when Share dialog is closed and opened again
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:113:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:153:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:190:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
6 did not run
|
This job failed
Loading