Build(deps-dev): Bump @angular-eslint/eslint-plugin from 16.1.2 to 17.2.1 #2288
Annotations
10 errors, 1 warning, and 1 notice
Run /./.github/actions/run-e2e-playwright
Timed out waiting 600s for the test suite to run
|
Run /./.github/actions/run-e2e-playwright
Timed out waiting 600s for the teardown for test suite to run
|
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/unshare-file-search-results.spec.ts#L55
2) [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
2) [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 : Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L87
2) [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
3) [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
3) [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>
|
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:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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
4 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/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
5 skipped
5 passed (9.9m)
|
The logs for this run have expired and are no longer available.
Loading