Build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.62.0 #2596
pull-request.yml
on: pull_request
Annotations
9 errors, 31 warnings, and 13 notices
[Search] βΊ src/tests/search-results-libraries.e2e.ts:161:7 βΊ Search Results - General βΊ [C290014] Search library - description match:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
1) [Search] βΊ src/tests/search-results-libraries.e2e.ts:161:7 βΊ Search Results - General βΊ [C290014] Search library - description match
"beforeAll" hook timeout of 85000ms exceeded.
103 | });
104 |
> 105 | test.beforeAll(async () => {
| ^
106 | try {
107 | const apiClientFactory = new ApiClientFactory();
108 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
|
[Search] βΊ src/tests/search-results-libraries.e2e.ts:161:7 βΊ Search Results - General βΊ [C290014] Search library - description match:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
1) [Search] βΊ src/tests/search-results-libraries.e2e.ts:161:7 βΊ Search Results - General βΊ [C290014] Search library - description match
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
"beforeAll" hook timeout of 85000ms exceeded.
103 | });
104 |
> 105 | test.beforeAll(async () => {
| ^
106 | try {
107 | const apiClientFactory = new ApiClientFactory();
108 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
|
[Search] βΊ src/tests/search-results-libraries.e2e.ts:161:7 βΊ Search Results - General βΊ [C290014] Search library - description match:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L217
1) [Search] βΊ src/tests/search-results-libraries.e2e.ts:161:7 βΊ Search Results - General βΊ [C290014] Search library - description match
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: locator.isVisible: Target page, context or browser has been closed
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:217
215 | async goThroughPagesLookingForRowWithName(name: string | number): Promise<void> {
216 | await this.spinnerWaitForReload();
> 217 | if (await this.getRowByName(name).isVisible()) {
| ^
218 | return null;
219 | }
220 |
at DataTableComponent.goThroughPagesLookingForRowWithName (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:217:39)
at DataTableComponent.isItemPresent (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:201:5)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:167:12
|
[Search] βΊ src/tests/search-results-libraries.e2e.ts:179:7 βΊ Search Results - General βΊ [C290017] Library visibility is correctly displayed:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
2) [Search] βΊ src/tests/search-results-libraries.e2e.ts:179:7 βΊ Search Results - General βΊ [C290017] Library visibility is correctly displayed
"beforeAll" hook timeout of 85000ms exceeded.
103 | });
104 |
> 105 | test.beforeAll(async () => {
| ^
106 | try {
107 | const apiClientFactory = new ApiClientFactory();
108 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
|
[Navigation] βΊ src/tests/sidebar.e2e.ts:69:7 βΊ Sidebar βΊ [C269096] sidebar toggle:
e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L74
1) [Navigation] βΊ src/tests/sidebar.e2e.ts:69:7 βΊ Sidebar βΊ [C269096] sidebar toggle βββββββββββββ
Error: Sidebar not expanded
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
72 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar expanded').toBe(false);
73 | await personalFiles.sidenav.expandSideNav();
> 74 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
| ^
75 | });
76 |
77 | test('[C277224] sidenav returns to the default state when navigating away from the Search Results page', async ({ personalFiles, searchPage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.e2e.ts:74:85
|
[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
2) [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-1pc11' already exists.","statusCode":409,"briefSummary":"030311908 Person 'user-1pc11' 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":"e45fe571-7053-40aa-923a-cfcd6cf9c3a3"}}
at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17)
at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18)
at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
|
[Viewer] βΊ src/tests/viewer-action.e2e.ts:198:7 βΊ viewer action file βΊ [MNT-21058] Upload new version action when node is locked:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L205
1) [Viewer] βΊ src/tests/viewer-action.e2e.ts:198:7 βΊ viewer action file βΊ [MNT-21058] Upload new version action when node is locked
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('adf-new-version-uploader-dialog #adf-new-version-cancel')
Expected: 0
Received: 1
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('adf-new-version-uploader-dialog #adf-new-version-cancel')
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
203 |
204 | await personalFiles.uploadNewVersionDialog.uploadButton.click();
> 205 | await expect(personalFiles.uploadNewVersionDialog.cancelButton).toHaveCount(0);
| ^
206 |
207 | await personalFiles.viewer.waitForViewerToOpen();
208 | expect(await personalFiles.viewer.fileTitleButtonLocator.innerText()).toContain(docxFile);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:205:69
|
[List Views] βΊ src/tests/trash.e2e.ts:92:9 βΊ Trash βΊ Regular user's personal files βΊ [C280500] Location column is empty if parent folder no longer exists:
e2e/playwright/list-views/src/tests/trash.e2e.ts#L1
1) [List Views] βΊ src/tests/trash.e2e.ts:92:9 βΊ Trash βΊ Regular user's personal files βΊ [C280500] Location column is empty if parent folder no longer exists
Test timeout of 85000ms exceeded.
|
[List Views] βΊ src/tests/trash.e2e.ts:92:9 βΊ Trash βΊ Regular user's personal files βΊ [C280500] Location column is empty if parent folder no longer exists:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L279
1) [List Views] βΊ src/tests/trash.e2e.ts:92:9 βΊ Trash βΊ Regular user's personal files βΊ [C280500] Location column is empty if parent folder no longer exists
Error: locator.waitFor: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-1x7cq.txt' }).locator('.aca-location-link').locator('a')
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:279
277 |
278 | async getItemLocationText(name: string): Promise<string> {
> 279 | await this.getItemLocationEl(name).locator('a').waitFor({ state: 'attached' });
| ^
280 | return this.getItemLocationEl(name).innerText();
281 | }
282 |
at DataTableComponent.getItemLocationText (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:279:53)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.e2e.ts:93:40
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
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/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests: aca-shared
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests: aca-content
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: deleteActions
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, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: editActions,favoriteActions
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, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: Playwright (library-actions, 11)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (library-actions, 11)
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/.
|
E2e test suites: uploadDownloadActions
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, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: Playwright (share-action, 9)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (share-action, 9)
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/.
|
E2e test suites: search
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, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2e test suites: Playwright (info-drawer, 12)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (copy-move-actions, 10)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (info-drawer, 12)
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/.
|
E2e test suites: Playwright (search, 13)
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/.
|
E2e test suites: Playwright (copy-move-actions, 10)
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/.
|
E2e test suites: Playwright (pagination, 7)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (pagination, 7)
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/.
|
E2e test suites: Playwright (special-permissions, 6)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (special-permissions, 6)
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/.
|
E2e test suites: Playwright (navigation, 5)
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/.
|
E2e test suites: Playwright (authentication, 4)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (authentication, 4)
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/.
|
E2e test suites: Playwright (viewer, 3)
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/.
|
E2e test suites: Playwright (folder-rules, 2)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (folder-rules, 2)
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/.
|
E2e test suites: Playwright (create-actions, 1)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (create-actions, 1)
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/.
|
E2e test suites: Playwright (list-views, 8)
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/.
|
Finalize
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
π Playwright Run Summary
19 passed (6.5m)
|
π Playwright Run Summary
15 passed (1.8m)
|
π Playwright Run Summary
18 passed (2.1m)
|
π Playwright Run Summary
23 passed (5.8m)
|
π Playwright Run Summary
2 flaky
[Search] βΊ src/tests/search-results-libraries.e2e.ts:161:7 βΊ Search Results - General βΊ [C290014] Search library - description match
[Search] βΊ src/tests/search-results-libraries.e2e.ts:179:7 βΊ Search Results - General βΊ [C290017] Library visibility is correctly displayed
28 passed (7.7m)
|
π Playwright Run Summary
11 passed (2.4m)
|
π Playwright Run Summary
64 passed (5.6m)
|
π Playwright Run Summary
2 flaky
[Navigation] βΊ src/tests/sidebar.e2e.ts:69:7 βΊ Sidebar βΊ [C269096] sidebar toggle ββββββββββββββ
[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
14 passed (1.7m)
|
π Playwright Run Summary
5 passed (22.5s)
|
π Playwright Run Summary
1 flaky
[Viewer] βΊ src/tests/viewer-action.e2e.ts:198:7 βΊ viewer action file βΊ [MNT-21058] Upload new version action when node is locked
26 passed (4.9m)
|
π Playwright Run Summary
3 passed (32.0s)
|
π Playwright Run Summary
20 passed (1.8m)
|
π Playwright Run Summary
1 flaky
[List Views] βΊ src/tests/trash.e2e.ts:92:9 βΊ Trash βΊ Regular user's personal files βΊ [C280500] Location column is empty if parent folder no longer exists
63 passed (7.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
deleteActions
Expired
|
2.14 MB |
|
editActions,favoriteActions
Expired
|
2.13 MB |
|
list-views
Expired
|
1.35 MB |
|
search
Expired
|
2.23 MB |
|
uploadDownloadActions
Expired
|
2.12 MB |
|