[ACS-6435] playwright e2e for list views personal files #1853
pull-request.yml
on: pull_request
Annotations
3 errors, 6 warnings, and 8 notices
[List Views] › src/tests/favorites.spec.ts:108:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns:
e2e/playwright/list-views/src/tests/favorites.spec.ts#L111
1) [List Views] › src/tests/favorites.spec.ts:108:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns
Error: expect(received).toEqual(expected) // deep equality
- Expected - 8
+ Received + 1
- Array [
- "Name",
- "Location",
- "Size",
- "Modified",
- "Modified by",
- "Tags",
- ]
+ Array []
109 | const expectedColumns = ['Name', 'Location', 'Size', 'Modified', 'Modified by', 'Tags'];
110 | const actualColumns = await favoritePage.dataTable.getColumnHeaders();
> 111 | expect(actualColumns).toEqual(expectedColumns);
| ^
112 | });
113 |
114 | test(`[C213228] deleted favorite file does not appear`, async ({ favoritePage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:111:29
|
[List Views] › src/tests/favorites.spec.ts:108:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns:
e2e/playwright/list-views/src/tests/favorites.spec.ts#L111
1) [List Views] › src/tests/favorites.spec.ts:108:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 8
+ Received + 1
- Array [
- "Name",
- "Location",
- "Size",
- "Modified",
- "Modified by",
- "Tags",
- ]
+ Array []
109 | const expectedColumns = ['Name', 'Location', 'Size', 'Modified', 'Modified by', 'Tags'];
110 | const actualColumns = await favoritePage.dataTable.getColumnHeaders();
> 111 | expect(actualColumns).toEqual(expectedColumns);
| ^
112 | });
113 |
114 | test(`[C213228] deleted favorite file does not appear`, async ({ favoritePage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:111:29
|
[Pagination] › src/tests/personal-files.ts:55:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280079] current page menu items:
e2e/playwright/pagination/src/tests/personal-files.ts#L60
1) [Pagination] › src/tests/personal-files.ts:55:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280079] current page menu items
Error: expect(received).toBe(expected) // Object.is equality
Expected: 3
Received: 0
58 | expect(await personalFiles.pagination.getMaxItems()).toContain('25');
59 | expect(await personalFiles.pagination.getTotalPages()).toContain('of 3');
> 60 | expect(await personalFiles.pagination.getItemsCount()).toBe(3);
| ^
61 |
62 | await personalFiles.pagination.openMaxItemsMenu();
63 | await personalFiles.pagination.clickMenuItem('50');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:60:62
|
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 (authentication, 4)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (navigation, 5)
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 (special-permissions, 6)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (actions, 1)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
3 passed (27.0s)
|
🎭 Playwright Run Summary
5 passed (19.3s)
|
🎭 Playwright Run Summary
16 passed (1.1m)
|
🎭 Playwright Run Summary
1 flaky
[List Views] › src/tests/favorites.spec.ts:108:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns
11 passed (1.3m)
|
🎭 Playwright Run Summary
1 flaky
[Pagination] › src/tests/personal-files.ts:55:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280079] current page menu items
12 passed (2.7m)
|
🎭 Playwright Run Summary
21 passed (2.5m)
|
🎭 Playwright Run Summary
64 passed (5.5m)
|
🎭 Playwright Run Summary
83 passed (7.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
copyMoveActions
Expired
|
2.16 MB |
|
deleteActions
Expired
|
2.14 MB |
|
editActions,favoriteActions
Expired
|
2.13 MB |
|
list-views
Expired
|
2.99 MB |
|
pagination
Expired
|
2.77 MB |
|
search
Expired
|
2.27 MB |
|
shareActions
Expired
|
2.18 MB |
|
uploadDownloadActions
Expired
|
2.12 MB |
|
viewer,infoDrawer,extensions
Expired
|
2.18 MB |
|