[ACS-6435] playwright e2e for list views personal files #1853
Annotations
2 errors and 1 notice
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
|
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
|
|
The logs for this run have expired and are no longer available.
Loading