Build(deps-dev): Bump @angular-eslint/eslint-plugin-template from 16.0.2 to 17.2.0 #2039
Annotations
10 errors and 1 notice
|
|
e2e/playwright/list-views/src/tests/empty-list.spec.ts#L50
1) [List Views] › src/tests/empty-list.spec.ts:48:7 › Empty list views › [C217099] empty My Libraries
Error: list is not empty
Expected: true
Received: false
48 | test('[C217099] empty My Libraries', async ({ myLibrariesPage }) => {
49 | await myLibrariesPage.navigate();
> 50 | expect(await myLibrariesPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
51 | expect(await myLibrariesPage.dataTable.getEmptyStateTitle()).toContain(`You aren't a member of any File Libraries yet`);
52 | expect(await myLibrariesPage.dataTable.getEmptyStateSubtitle()).toContain('Join libraries to upload, view, and share files.');
53 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.spec.ts:50:76
|
e2e/playwright/list-views/src/tests/empty-list.spec.ts#L50
1) [List Views] › src/tests/empty-list.spec.ts:48:7 › Empty list views › [C217099] empty My Libraries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: list is not empty
Expected: true
Received: false
48 | test('[C217099] empty My Libraries', async ({ myLibrariesPage }) => {
49 | await myLibrariesPage.navigate();
> 50 | expect(await myLibrariesPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
51 | expect(await myLibrariesPage.dataTable.getEmptyStateTitle()).toContain(`You aren't a member of any File Libraries yet`);
52 | expect(await myLibrariesPage.dataTable.getEmptyStateSubtitle()).toContain('Join libraries to upload, view, and share files.');
53 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.spec.ts:50:76
|
e2e/playwright/list-views/src/tests/empty-list.spec.ts#L50
1) [List Views] › src/tests/empty-list.spec.ts:48:7 › Empty list views › [C217099] empty My Libraries
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: list is not empty
Expected: true
Received: false
48 | test('[C217099] empty My Libraries', async ({ myLibrariesPage }) => {
49 | await myLibrariesPage.navigate();
> 50 | expect(await myLibrariesPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
51 | expect(await myLibrariesPage.dataTable.getEmptyStateTitle()).toContain(`You aren't a member of any File Libraries yet`);
52 | expect(await myLibrariesPage.dataTable.getEmptyStateSubtitle()).toContain('Join libraries to upload, view, and share files.');
53 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.spec.ts:50:76
|
e2e/playwright/list-views/src/tests/empty-list.spec.ts#L57
2) [List Views] › src/tests/empty-list.spec.ts:55:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed
Error: list is not empty
Expected: true
Received: false
55 | test('[C280134] [C280120] Empty Trash - pagination controls not displayed', async ({ trashPage }) => {
56 | await trashPage.navigate();
> 57 | expect(await trashPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
58 | expect(await trashPage.dataTable.getEmptyStateTitle()).toContain('Trash is empty');
59 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Items you delete are moved to the Trash.');
60 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Empty Trash to permanently delete items.');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.spec.ts:57:70
|
e2e/playwright/list-views/src/tests/empty-list.spec.ts#L57
2) [List Views] › src/tests/empty-list.spec.ts:55:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: list is not empty
Expected: true
Received: false
55 | test('[C280134] [C280120] Empty Trash - pagination controls not displayed', async ({ trashPage }) => {
56 | await trashPage.navigate();
> 57 | expect(await trashPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
58 | expect(await trashPage.dataTable.getEmptyStateTitle()).toContain('Trash is empty');
59 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Items you delete are moved to the Trash.');
60 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Empty Trash to permanently delete items.');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.spec.ts:57:70
|
e2e/playwright/list-views/src/tests/empty-list.spec.ts#L57
2) [List Views] › src/tests/empty-list.spec.ts:55:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: list is not empty
Expected: true
Received: false
55 | test('[C280134] [C280120] Empty Trash - pagination controls not displayed', async ({ trashPage }) => {
56 | await trashPage.navigate();
> 57 | expect(await trashPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
58 | expect(await trashPage.dataTable.getEmptyStateTitle()).toContain('Trash is empty');
59 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Items you delete are moved to the Trash.');
60 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Empty Trash to permanently delete items.');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.spec.ts:57:70
|
e2e/playwright/list-views/src/tests/favorites.spec.ts#L110
3) [List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan
Error: file4-hr42h.txt not displayed
Expected: true
Received: false
108 |
109 | test(`[C213229] file is displayed after it is restored from Trashcan`, async ({ favoritePage }) => {
> 110 | expect(await favoritePage.dataTable.isItemPresent(fileName4), `${fileName4} not displayed`).toBe(true);
| ^
111 | });
112 |
113 | test('[C213231] Location column displays the parent folder of the files', async ({ favoritePage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:110:99
|
e2e/playwright/list-views/src/tests/favorites.spec.ts#L89
3) [List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan
"afterAll" hook timeout of 45000ms exceeded.
87 | });
88 |
> 89 | test.afterAll(async () => {
| ^
90 | await nodesApi.deleteCurrentUserNodes();
91 | await siteActionsAdmin.deleteSites([siteName]);
92 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:89:8
|
5 failed
[List Views] › src/tests/empty-list.spec.ts:48:7 › Empty list views › [C217099] empty My Libraries
[List Views] › src/tests/empty-list.spec.ts:55:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed
[List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan
[List Views] › src/tests/favorites.spec.ts:113:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files
[List Views] › src/tests/favorites.spec.ts:134:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site
51 skipped
3 passed (9.9m)
|
The logs for this run have expired and are no longer available.
Loading