Build(deps-dev): Bump @angular-eslint/template-parser from 15.2.1 to 16.2.0 #1460
Triggered via pull request
October 8, 2023 00:40
Status
Failure
Total duration
6h 13m 11s
Artifacts
4
pull-request.yml
on: pull_request
Annotations
25 errors, 26 warnings, and 5 notices
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions:
e2e/playwright/folder-rules/src/tests/actions.spec.ts#L71
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-6nzzon' })
69 | await nodesPage.manageRulesDialog.createRuleButton.click();
70 |
> 71 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible();
| ^
72 | });
73 | });
74 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/actions.spec.ts:71:76
|
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions:
e2e/playwright/folder-rules/src/tests/actions.spec.ts#L1
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Test finished within timeout of 45000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions:
e2e/playwright/folder-rules/src/tests/actions.spec.ts#L71
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-ypk14y' })
69 | await nodesPage.manageRulesDialog.createRuleButton.click();
70 |
> 71 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible();
| ^
72 | });
73 | });
74 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/actions.spec.ts:71:76
|
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions:
e2e/playwright/folder-rules/src/tests/actions.spec.ts#L71
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-9acuji' })
69 | await nodesPage.manageRulesDialog.createRuleButton.click();
70 |
> 71 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible();
| ^
72 | });
73 | });
74 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/actions.spec.ts:71:76
|
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition:
e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L1
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Test timeout of 45000ms exceeded.
|
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition:
e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L64
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Error: expect(received).toBeVisible()
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-qpvz3l' })
62 | await nodesPage.manageRulesDialog.createRuleButton.click();
63 |
> 64 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible();
| ^
65 | });
66 | });
67 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:64:76
|
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition:
e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L1
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:77:49
|
E2e test suites: Playwright (folder-rules, 2)
Process completed with exit code 1.
|
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh:
e2e/playwright/navigation/src/tests/sidebar.spec.ts#L55
1) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Error: Sidebar not expanded
Expected: true
Received: false
53 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
54 | await personalFiles.reload();
> 55 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
| ^
56 |
57 | await personalFiles.sidenav.collapseSideNav();
58 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.spec.ts:55:85
|
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh:
e2e/playwright/navigation/src/tests/sidebar.spec.ts#L1
1) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh:
e2e/playwright/navigation/src/tests/sidebar.spec.ts#L1
1) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- page.reload at projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:94:21
|
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh:
e2e/playwright/navigation/src/tests/sidebar.spec.ts#L55
1) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Sidebar not expanded
Expected: true
Received: false
53 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
54 | await personalFiles.reload();
> 55 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
| ^
56 |
57 | await personalFiles.sidenav.collapseSideNav();
58 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.spec.ts:55:85
|
E2e test suites: Playwright (navigation, 5)
Process completed with exit code 1.
|
[Viewer] › src/tests/viewer.spec.ts:84:7 › viewer file › [C284636] Viewer opens for a file from Recent Files:
projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts#L53
1) [Viewer] › src/tests/viewer.spec.ts:84:7 › viewer file › [C284636] Viewer opens for a file from Recent Files
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
=========================== logs ===========================
waiting for locator('adf-viewer .adf-viewer-render-layout-content') to be visible
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts:53
51 |
52 | async waitForViewerToOpen(): Promise<void> {
> 53 | await this.viewerLocator.waitFor({ state: 'visible', timeout: timeouts.medium });
| ^
54 | }
55 |
56 | async isViewerOpened(): Promise<boolean> {
at ViewerComponent.waitForViewerToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts:53:30)
at ViewerComponent.isViewerOpened (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts:57:16)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:90:41
|
[Viewer] › src/tests/viewer.spec.ts:84:7 › viewer file › [C284636] Viewer opens for a file from Recent Files:
projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts#L53
1) [Viewer] › src/tests/viewer.spec.ts:84:7 › viewer file › [C284636] Viewer opens for a file from Recent Files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
=========================== logs ===========================
waiting for locator('adf-viewer .adf-viewer-render-layout-content') to be visible
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts:53
51 |
52 | async waitForViewerToOpen(): Promise<void> {
> 53 | await this.viewerLocator.waitFor({ state: 'visible', timeout: timeouts.medium });
| ^
54 | }
55 |
56 | async isViewerOpened(): Promise<boolean> {
at ViewerComponent.waitForViewerToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts:53:30)
at ViewerComponent.isViewerOpened (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts:57:16)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:90:41
|
E2e test suites: Playwright (special-permissions, 6)
Timed out waiting 600s for the test suite to run
|
E2e test suites: Playwright (special-permissions, 6)
Timed out waiting 600s for the teardown for test suite to run
|
[special-permissions] › src/tests/viewer.ts:361:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File simple - [C326666]:
projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts#L47
1) [special-permissions] › src/tests/viewer.ts:361:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File simple - [C326666]
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
=========================== logs ===========================
waiting for locator('aca-page-layout .adf-datatable-row[role="row"]').filter({ hasText: 'file-deael.txt' }) to be visible
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts:47
45 |
46 | async performDoubleClickFolderOrFileToOpen(name: string): Promise<void> {
> 47 | await this.getCellLinkByName(name).waitFor({ state: 'visible', timeout: timeouts.medium });
| ^
48 | await this.getCellLinkByName(name).dblclick();
49 | await this.spinnerWaitForReload();
50 | }
at SearchInputComponent.performDoubleClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts:47:40)
at checkViewerActions (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:334:38)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:362:9
|
[special-permissions] › src/tests/viewer.ts:361:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File simple - [C326666]:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L80
1) [special-permissions] › src/tests/viewer.ts:361:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File simple - [C326666]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 120000ms exceeded.
at src/tests/special-permissions-actions.test.ts:80
78 | let managerSearchActions: SearchPageApi;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | test.setTimeout(120000);
82 | await apiClientFactory.setUpAcaBackend('admin');
83 | await apiClientFactory.createUser({ username: userManager });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:80:8
|
[special-permissions] › src/tests/viewer.ts:361:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File simple - [C326666]:
projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts#L47
1) [special-permissions] › src/tests/viewer.ts:361:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File simple - [C326666]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Target closed
=========================== logs ===========================
waiting for locator('aca-page-layout .adf-datatable-row[role="row"]').filter({ hasText: 'file-6sp1v.txt' }) to be visible
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts:47
45 |
46 | async performDoubleClickFolderOrFileToOpen(name: string): Promise<void> {
> 47 | await this.getCellLinkByName(name).waitFor({ state: 'visible', timeout: timeouts.medium });
| ^
48 | await this.getCellLinkByName(name).dblclick();
49 | await this.spinnerWaitForReload();
50 | }
at SearchInputComponent.performDoubleClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts:47:40)
at checkViewerActions (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:334:38)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:362:9
|
[special-permissions] › src/tests/viewer.ts:361:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File simple - [C326666]:
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:361:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File simple - [C326666]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.waitFor at projects/aca-playwright-shared/src/page-objects/components/spinner.component.ts:37:31
|
E2e test suites: Playwright (special-permissions, 6)
Process completed with exit code 1.
|
E2e test suites: search
Process completed with exit code 1.
|
E2e test suites: Playwright (actions, 1)
The job running on runner GitHub Actions 2 has exceeded the maximum execution time of 360 minutes.
|
Finalize
Process completed with exit code 1.
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L181
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L310
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L319
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L332
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L379
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L398
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L592
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L596
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L602
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
lint:
projects/aca-shared/rules/src/app.rules.ts#L629
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
E2e test suites: Playwright (authentication, 4)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: editActions,favoriteActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: actionsAvailableLibraries,actionsAvailableNewMenu
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: deleteActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: createActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: shareActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: copyMoveActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: libraryActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: uploadDownloadActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: search
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: viewer,infoDrawer,extensions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: listViews,navigation
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: pagination
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: actionsAvailableSpecialPermissions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: actionsAvailableFilesFolders
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (actions, 1)
Runner GitHub Actions 2 did not respond to a cancelation request with 00:05:00.
|
🎭 Playwright Run Summary
6 passed (45.3s)
|
🎭 Playwright Run Summary
1 failed
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
1 flaky
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
1 passed (2.2m)
|
🎭 Playwright Run Summary
1 failed
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
15 passed (3.0m)
|
🎭 Playwright Run Summary
1 flaky
[Viewer] › src/tests/viewer.spec.ts:84:7 › viewer file › [C284636] Viewer opens for a file from Recent Files
20 passed (6.0m)
|
🎭 Playwright Run Summary
1 flaky
[special-permissions] › src/tests/viewer.ts:361:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File simple - [C326666]
1 skipped
34 passed (9.8m)
Timed out waiting 600s for the entire test run
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
folder-rules
Expired
|
27.6 MB |
|
navigation
Expired
|
4.75 MB |
|
special-permissions
Expired
|
3.03 MB |
|
viewer
Expired
|
3.98 MB |
|