GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12464082855 JS-API:8.0.0-alpha.7-12464082855 using Tag:7.0.0-alpha.7-12464082855 #4112
Annotations
5 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
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
Error: {"error":{"errorKey":"Login failed","statusCode":403,"briefSummary":"11230817 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","logId":"e351799e-6c7a-48d4-9179-9e6c7a88d4db"}}
at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:875:17)
at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1165:18)
at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
|
Run /./.github/actions/run-e2e-playwright:
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
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
|
Run /./.github/actions/run-e2e-playwright:
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
Error: {"error":{"errorKey":"Login failed","statusCode":403,"briefSummary":"11230817 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","logId":"e351799e-6c7a-48d4-9179-9e6c7a88d4db"}}
at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:875:17)
at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1165:18)
at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L1
2) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:193:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
Test timeout of 85000ms exceeded.
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L200
2) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:193:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('aca-toolbar button[id="share-action-button"]')
- locator resolved to <button mat-icon-button="" id="share-action-button" title="Shared Link Settings" mat-ripple-loader-centered="" aria-label="Shared Link Settings" mat-ripple-loader-uninitialized="" data-automation-id="share-action-button" mat-ripple-loader-class-name="mat-mdc-button-ripple" class="mdc-icon-button mat-mdc-icon-button mat-unthemed mat-mdc-button-base ng-star-inserted">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
198 |
199 | await personalFiles.dataTable.selectItems(fileSite1);
> 200 | await personalFiles.acaHeader.shareButton.click();
| ^
201 |
202 | expect(await personalFiles.shareDialog.isShareToggleChecked()).toBe(true);
203 | await personalFiles.shareDialog.shareToggle.click();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:200:47
|
Run /./.github/actions/run-e2e-playwright
2 flaky
[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/unshare-file-search-results.e2e.ts:193:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
13 passed (4.7m)
|
Loading