GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12389457251 JS-API:8.0.0-alpha.7-12389457251 using Tag:7.0.0-alpha.7-12389457251 #4091
Annotations
4 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L217
1) [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
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "2025-12-18T11:34:43.167+0000"
215 | await page.waitForTimeout(timeouts.tiny);
216 | await personalFiles.shareDialog.clickClose();
> 217 | expect(await nodesApiAction.getNodeProperty(file7Id, 'qshare:expiryDate')).toBe('');
| ^
218 | });
219 |
220 | test('[C286335] Shared file URL is not changed when Share dialog is closed and opened again', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:217:84
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L217
1) [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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "2025-12-18T11:35:28.983+0000"
215 | await page.waitForTimeout(timeouts.tiny);
216 | await personalFiles.shareDialog.clickClose();
> 217 | expect(await nodesApiAction.getNodeProperty(file7Id, 'qshare:expiryDate')).toBe('');
| ^
218 | });
219 |
220 | test('[C286335] Shared file URL is not changed when Share dialog is closed and opened again', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:217:84
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L153
2) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:137:7 › Unshare a file from Search Results › [C306996] Unshare a file
Error: expect(received).toBe(expected) // Object.is equality
Expected: false
Received: true
151 | await personalFiles.viewer.waitForViewerToOpen();
152 | await expect(personalFiles.viewer.fileTitleButtonLocator).not.toHaveText(file2);
> 153 | expect(await nodesApiAction.isFileShared(file2Id)).toBe(false);
| ^
154 | });
155 |
156 | test('[C306997] Cancel the Unshare action', async ({ personalFiles, searchPage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:153:56
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L68
3) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:156:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
"beforeAll" hook timeout of 150000ms exceeded.
66 | const apiClientFactory = new ApiClientFactory();
67 |
> 68 | test.beforeAll(async () => {
| ^
69 | try {
70 | test.setTimeout(timeouts.extendedTest);
71 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:68:8
|
Run /./.github/actions/run-e2e-playwright
3 flaky
[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/unshare-file-search-results.e2e.ts:137:7 › Unshare a file from Search Results › [C306996] Unshare a file
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:156:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
12 passed (4.8m)
|
Loading