Skip to content

[ACS-9102] Local ACS deployment for E2Es #4194

[ACS-9102] Local ACS deployment for E2Es

[ACS-9102] Local ACS deployment for E2Es #4194

Triggered via pull request January 14, 2025 13:06
Status Cancelled
Total duration 15m 54s
Artifacts

pull-request.yml

on: pull_request
Matrix: e2es-playwright
Finalize
2s
Finalize
Fit to window
Zoom out
Zoom in

Annotations

13 errors, 5 warnings, and 11 notices
[Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries: e2e/playwright/navigation/src/tests/single-click.e2e.ts#L1
1) [Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries Error: {"error":{"errorKey":"Person 'user-cucvh' already exists.","statusCode":409,"briefSummary":"00140012 Person 'user-cucvh' already exists.","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":"5631a794-c888-4b4a-b1a7-94c8882b4a21"}} 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)
[Edit Actions] › src/tests/edit-offline.e2e.ts:73:7 › Edit offline - on Personal Files › [XAT-5304] File is locked and downloaded when clicking Edit offline: e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts#L77
1) [Edit Actions] › src/tests/edit-offline.e2e.ts:73:7 › Edit offline - on Personal Files › [XAT-5304] File is locked and downloaded when clicking Edit offline TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "download" =========================== logs =========================== waiting for event "download" ============================================================ 75 | await personalFiles.acaHeader.clickMoreActions(); 76 | await personalFiles.matMenu.clickMenuItem('Edit Offline'); > 77 | const [download] = await Promise.all([personalFiles.page.waitForEvent('download', { timeout: 5000 })]); | ^ 78 | expect(download.suggestedFilename()).toBe(file1); 79 | }); 80 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts:77:62
[Edit Actions] › src/tests/edit-offline.e2e.ts:73:7 › Edit offline - on Personal Files › [XAT-5304] File is locked and downloaded when clicking Edit offline: e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts#L77
1) [Edit Actions] › src/tests/edit-offline.e2e.ts:73:7 › Edit offline - on Personal Files › [XAT-5304] File is locked and downloaded when clicking Edit offline Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "download" =========================== logs =========================== waiting for event "download" ============================================================ 75 | await personalFiles.acaHeader.clickMoreActions(); 76 | await personalFiles.matMenu.clickMenuItem('Edit Offline'); > 77 | const [download] = await Promise.all([personalFiles.page.waitForEvent('download', { timeout: 5000 })]); | ^ 78 | expect(download.suggestedFilename()).toBe(file1); 79 | }); 80 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts:77:62
[Edit Actions] › src/tests/edit-offline.e2e.ts:73:7 › Edit offline - on Personal Files › [XAT-5304] File is locked and downloaded when clicking Edit offline: e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts#L77
1) [Edit Actions] › src/tests/edit-offline.e2e.ts:73:7 › Edit offline - on Personal Files › [XAT-5304] File is locked and downloaded when clicking Edit offline Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.waitForEvent: Timeout 5000ms exceeded while waiting for event "download" =========================== logs =========================== waiting for event "download" ============================================================ 75 | await personalFiles.acaHeader.clickMoreActions(); 76 | await personalFiles.matMenu.clickMenuItem('Edit Offline'); > 77 | const [download] = await Promise.all([personalFiles.page.waitForEvent('download', { timeout: 5000 })]); | ^ 78 | expect(download.suggestedFilename()).toBe(file1); 79 | }); 80 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts:77:62
E2E Playwright - edit-actions
Process completed with exit code 1.
[Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer: e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts#L65
1) [Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer Error: expect(received).toContain(expected) // indexOf Expected substring: "This is a small demonstration" Received string: "" 63 | await expect(pageLoaded).toBeVisible(); 64 | await expect(textLayerLoaded).toBeVisible(); > 65 | expect(await specificText).toContain(text); | ^ 66 | } 67 | 68 | test('[C595967] Should preview document from the info drawer', async ({ personalFiles }) => { at checkFileContent (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts:65:32) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts:76:5
E2E Playwright - folder-rules
Canceling since a higher priority waiting request for 'Pull request-refs/pull/4324/merge' exists
E2E Playwright - viewer
Canceling since a higher priority waiting request for 'Pull request-refs/pull/4324/merge' exists
E2E Playwright - search
Canceling since a higher priority waiting request for 'Pull request-refs/pull/4324/merge' exists
E2E Playwright - copy-move-actions
Canceling since a higher priority waiting request for 'Pull request-refs/pull/4324/merge' exists
E2E Playwright - list-views
Canceling since a higher priority waiting request for 'Pull request-refs/pull/4324/merge' exists
E2E Playwright - special-permissions
Canceling since a higher priority waiting request for 'Pull request-refs/pull/4324/merge' exists
Finalize
Process completed with exit code 1.
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 25.8s
Finalize
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
6 passed (23.1s)
🎭 Playwright Run Summary
9 passed (56.6s)
🎭 Playwright Run Summary
1 flaky [Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries 15 passed (1.4m)
🎭 Playwright Run Summary
15 passed (1.7m)
🎭 Playwright Run Summary
20 passed (1.8m)
🎭 Playwright Run Summary
11 passed (1.9m)
🎭 Playwright Run Summary
1 failed [Edit Actions] › src/tests/edit-offline.e2e.ts:73:7 › Edit offline - on Personal Files › [XAT-5304] File is locked and downloaded when clicking Edit offline 10 passed (1.6m)
🎭 Playwright Run Summary
1 flaky [Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer 24 passed (2.7m)
🎭 Playwright Run Summary
29 passed (2.9m)
🎭 Playwright Run Summary
23 passed (3.3m)
🎭 Playwright Run Summary
19 passed (3.1m)