Build(deps-dev): Bump @angular-eslint/template-parser from 16.3.1 to 19.0.1 #4044
Annotations
5 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L68
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
"beforeAll" hook timeout of 150000ms exceeded.
66 | const apiClientFactory = new ApiClientFactory();
67 |
> 68 | test.beforeAll(async () => {
| ^
69 | try {
70 | test.setTimeout(timeouts.extendedTest);
71 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:68:8
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L68
2) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:156:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
"beforeAll" hook timeout of 150000ms exceeded.
66 | const apiClientFactory = new ApiClientFactory();
67 |
> 68 | test.beforeAll(async () => {
| ^
69 | try {
70 | test.setTimeout(timeouts.extendedTest);
71 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:68:8
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L68
2) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:156:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
66 | const apiClientFactory = new ApiClientFactory();
67 |
> 68 | test.beforeAll(async () => {
| ^
69 | try {
70 | test.setTimeout(timeouts.extendedTest);
71 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:68:8
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L1
3) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:208:7 › Unshare a file from Search Results › [C307000] Consumer - on Search Results - file shared by the user
Test timeout of 85000ms exceeded.
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L255
3) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:208:7 › Unshare a file from Search Results › [C307000] Consumer - on Search Results - file shared by the user
Error: locator.waitFor: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'search-file-pm8yp-Site2.txt' }).locator(locator('.mat-mdc-checkbox-checked'))
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:255
253 | await row.hover();
254 | await row.locator(this.uncheckedCheckbox).click();
> 255 | await row.locator(this.checkedCheckbox).waitFor({ state: 'attached' });
| ^
256 | }
257 | }
258 | }
at DataTableComponent.selectItems (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:255:49)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:214:5
|
Run /./.github/actions/run-e2e-playwright
3 flaky
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:156:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:208:7 › Unshare a file from Search Results › [C307000] Consumer - on Search Results - file shared by the user
12 passed (8.9m)
|
Loading