Build(deps-dev): Bump @angular-eslint/template-parser from 15.2.1 to 17.2.1 #2289
Annotations
10 errors, 1 warning, and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L195
1) [Share Action] › src/tests/share/share-file.spec.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date
Error: expect(received).toEqual(expected) // deep equality
Expected: "2/20/2024"
Received: "Invalid Date"
193 | const expireDateProperty = await nodesApiAction.getSharedExpiryDate(file5Id);
194 |
> 195 | expect(Utils.formatDate(expireDateProperty)).toEqual(Utils.formatDate(inputDate));
| ^
196 | });
197 |
198 | test('[C286337] Expire date is displayed correctly', async ({ personalFiles, nodesApiAction }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:195:54
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L195
1) [Share Action] › src/tests/share/share-file.spec.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "2/20/2024"
Received: "Invalid Date"
193 | const expireDateProperty = await nodesApiAction.getSharedExpiryDate(file5Id);
194 |
> 195 | expect(Utils.formatDate(expireDateProperty)).toEqual(Utils.formatDate(inputDate));
| ^
196 | });
197 |
198 | test('[C286337] Expire date is displayed correctly', async ({ personalFiles, nodesApiAction }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:195:54
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L1
1) [Share Action] › src/tests/share/share-file.spec.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L1
2) [Share Action] › src/tests/share/share-file.spec.ts:198:11 › Share a file › when logged in › from Personal Files › [C286337] Expire date is displayed correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L1
2) [Share Action] › src/tests/share/share-file.spec.ts:198:11 › Share a file › when logged in › from Personal Files › [C286337] Expire date is displayed correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L55
3) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
"beforeAll" hook timeout of 150000ms exceeded.
53 | const apiClientFactory = new ApiClientFactory();
54 |
> 55 | test.beforeAll(async () => {
| ^
56 | try {
57 | test.setTimeout(timeouts.extendedTest);
58 | 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.spec.ts:55:8
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L87
3) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: ----- beforeAll failed : TypeError: Cannot read properties of null (reading 'entry')
85 | await filesAction.waitForNodes(`search-file-${searchRandom}`, { expect: 6 });
86 | } catch (error) {
> 87 | throw new Error(`----- beforeAll failed : ${error}`);
| ^
88 | }
89 | });
90 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:87:13
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L87
3) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: ----- beforeAll failed : Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L55
4) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
"beforeAll" hook timeout of 150000ms exceeded.
53 | const apiClientFactory = new ApiClientFactory();
54 |
> 55 | test.beforeAll(async () => {
| ^
56 | try {
57 | test.setTimeout(timeouts.extendedTest);
58 | 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.spec.ts:55:8
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L87
4) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: ----- beforeAll failed : Error: <html>
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run /./.github/actions/run-e2e-playwright
5 failed
[Share Action] › src/tests/share/share-file.spec.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.spec.ts:198:11 › Share a file › when logged in › from Personal Files › [C286337] Expire date is displayed correctly
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:179:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
4 skipped
5 passed (8.2m)
|
The logs for this run have expired and are no longer available.
Loading