GH Auto: Upstream dependencies ADF:6.6.0-7146652899 JS-API:7.5.0-7146652899 using Tag:6.6.0-7146652899 #1890
pull-request.yml
on: pull_request
Annotations
15 errors, 16 warnings, and 5 notices
[Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home:
e2e/playwright/navigation/src/tests/breadcrumb-admin.spec.ts#L55
1) [Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 0
Array [
"Personal Files",
- "User Homes",
- "userAdmin-5wwpz",
"userFolder-xe1es",
]
53 | await personalFiles.navigate({ remoteUrl: `#/personal-files/${userFolderId}` });
54 | personalFiles.breadcrumb.getItemByTitle(username).waitFor({ state: 'attached' });
> 55 | expect(await personalFiles.breadcrumb.getAllItems()).toEqual(['Personal Files', 'User Homes', username, userFolder]);
| ^
56 | });
57 | });
58 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb-admin.spec.ts:55:58
|
[Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home:
e2e/playwright/navigation/src/tests/breadcrumb-admin.spec.ts#L55
1) [Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 0
Array [
"Personal Files",
- "User Homes",
- "userAdmin-l2wg3",
"userFolder-1z0wp",
]
53 | await personalFiles.navigate({ remoteUrl: `#/personal-files/${userFolderId}` });
54 | personalFiles.breadcrumb.getItemByTitle(username).waitFor({ state: 'attached' });
> 55 | expect(await personalFiles.breadcrumb.getAllItems()).toEqual(['Personal Files', 'User Homes', username, userFolder]);
| ^
56 | });
57 | });
58 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb-admin.spec.ts:55:58
|
[Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L67
2) [Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
TypeError: Cannot read properties of null (reading 'entry')
65 | await sitesApiAction.createSite(siteName, Site.VisibilityEnum.PUBLIC);
66 | docLibId = await sitesApiAction.getDocLibId(siteName);
> 67 | parentFromSiteId = (await nodesApiAction.createFolder(parentFromSite, docLibId)).entry.id;
| ^
68 | subFolder1FromSiteId = (await nodesApiAction.createFolder(subFolder1FromSite, parentFromSiteId)).entry.id;
69 | subFolder2FromSiteId = (await nodesApiAction.createFolder(subFolder2FromSite, subFolder1FromSiteId)).entry.id;
70 | await nodesApiAction.createFile(fileName1FromSite, subFolder2FromSiteId);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:67:86
|
[Pagination] › src/tests/favorites.ts:55:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280115] current page menu items:
e2e/playwright/pagination/src/tests/favorites.ts#L60
1) [Pagination] › src/tests/favorites.ts:55:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280115] current page menu items
Error: expect(received).toBe(expected) // Object.is equality
Expected: 3
Received: 0
58 | expect(await favoritePage.pagination.getMaxItems()).toContain('25');
59 | expect(await favoritePage.pagination.getTotalPages()).toContain('of 3');
> 60 | expect(await favoritePage.pagination.getItemsCount()).toBe(3);
| ^
61 | await favoritePage.pagination.closeMenu();
62 |
63 | await favoritePage.pagination.openMaxItemsMenu();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/favorites.ts:60:61
|
[Pagination] › src/tests/favorites.ts:55:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280115] current page menu items:
e2e/playwright/pagination/src/tests/favorites.ts#L1
1) [Pagination] › src/tests/favorites.ts:55:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280115] current page menu items
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":401,"briefSummary":"110821468 Authentication failed for Web Script org/alfresco/api/ResourceWebScript.delete","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"}}
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)
|
[Pagination] › src/tests/favorites.ts:55:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280115] current page menu items:
e2e/playwright/pagination/src/tests/favorites.ts#L72
1) [Pagination] › src/tests/favorites.ts:55:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280115] current page menu items
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "100"
Received string: "50"
70 | await favoritePage.pagination.openMaxItemsMenu();
71 | await favoritePage.pagination.clickMenuItem('100');
> 72 | expect(await favoritePage.pagination.getMaxItems()).toContain('100');
| ^
73 | expect(await favoritePage.pagination.getTotalPages()).toContain('of 1');
74 |
75 | await favoritePage.pagination.resetToDefaultPageSize();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/favorites.ts:72:59
|
E2e test suites: Playwright (pagination, 7)
Process completed with exit code 1.
|
E2e test suites: uploadDownloadActions
The operation was canceled.
|
E2e test suites: listViews
The operation was canceled.
|
E2e test suites: viewer,infoDrawer,extensions
The operation was canceled.
|
E2e test suites: shareActions
The operation was canceled.
|
E2e test suites: search
The operation was canceled.
|
E2e test suites: Playwright (actions, 1)
Canceling since a higher priority waiting request for 'Pull request-refs/pull/3550/merge' exists
|
E2e test suites: Playwright (special-permissions, 6)
Canceling since a higher priority waiting request for 'Pull request-refs/pull/3550/merge' exists
|
Finalize
Process completed with exit code 1.
|
lint:
projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts#L340
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts#L359
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/src/lib/services/app.service.ts#L132
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/src/lib/services/app.service.ts#L167
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L47
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L59
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L118
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L121
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L143
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.spec.ts#L90
Unknown word: "Cproperties"
|
E2e test suites: copyMoveActions
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
|
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 (folder-rules, 2)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (viewer, 3)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (actions, 1)
Runner GitHub Actions 33 did not respond to a cancelation request with 00:05:00.
|
E2e test suites: Playwright (special-permissions, 6)
Runner GitHub Actions 35 did not respond to a cancelation request with 00:05:00.
|
🎭 Playwright Run Summary
5 passed (20.7s)
|
🎭 Playwright Run Summary
3 passed (30.2s)
|
🎭 Playwright Run Summary
2 flaky
[Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home
[Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
14 passed (1.4m)
|
🎭 Playwright Run Summary
21 passed (2.8m)
|
🎭 Playwright Run Summary
1 failed
[Pagination] › src/tests/favorites.ts:55:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280115] current page menu items
12 passed (3.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
deleteActions
Expired
|
2.14 MB |
|
editActions,favoriteActions
Expired
|
2.13 MB |
|
listViews
Expired
|
2.09 MB |
|
navigation
Expired
|
1.36 MB |
|
pagination
Expired
|
5.94 MB |
|
search
Expired
|
2.09 MB |
|
shareActions
Expired
|
2.09 MB |
|
uploadDownloadActions
Expired
|
2.09 MB |
|
viewer,infoDrawer,extensions
Expired
|
2.09 MB |
|