[ACS-8694] Cleanup of visibility rules for extensions in ACA #3865
Annotations
3 errors, 1 warning, and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L1
1) [List Views] › src/tests/empty-list.e2e.ts:108:9 › Empty list views › [C213169] empty Recent Files
Test timeout of 85000ms exceeded.
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L318
1) [List Views] › src/tests/empty-list.e2e.ts:108:9 › Empty list views › [C213169] empty Recent Files
Error: locator.innerText: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-empty-content__title')
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:318
316 |
317 | async getEmptyStateTitle(): Promise<string> {
> 318 | return (await this.isEmpty()) ? this.emptyListTitle.innerText() : '';
| ^
319 | }
320 |
321 | async getEmptyStateSubtitle(): Promise<string> {
at DataTableComponent.getEmptyStateTitle (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:318:57)
at openEmptyTab (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:84:12)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:109:7
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/list-views/src/tests/permissions.e2e.ts#L171
2) [List Views] › src/tests/permissions.e2e.ts:169:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213178] on Recent Files
Error: Incorrect number of items
expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
169 | test('[C213178] on Recent Files', async ({ recentFilesPage }) => {
170 | await recentFilesPage.navigate();
> 171 | expect(await recentFilesPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(1);
| ^
172 | expect(await recentFilesPage.dataTable.getItemLocationText(fileName)).toEqual('Unknown');
173 | });
174 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.e2e.ts:171:91
|
Run /./.github/actions/run-e2e-playwright:
[List Views] › src/tests/generic-errors.e2e.ts#L1
[List Views] › src/tests/generic-errors.e2e.ts took 15.2s
|
Run /./.github/actions/run-e2e-playwright
2 flaky
[List Views] › src/tests/empty-list.e2e.ts:108:9 › Empty list views › [C213169] empty Recent Files
[List Views] › src/tests/permissions.e2e.ts:169:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213178] on Recent Files
66 passed (8.1m)
|
Loading