Build(deps-dev): Bump @angular-eslint/template-parser from 16.3.1 to 19.0.1 #4044
Annotations
10 errors, 2 warnings, and 1 notice
Run /./.github/actions/run-e2e-playwright
Timed out waiting 600s for the test suite to run
|
Run /./.github/actions/run-e2e-playwright
Timed out waiting 600s for the teardown for test suite to run
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L46
1) [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files
"beforeAll" hook timeout of 85000ms exceeded.
44 | });
45 |
> 46 | test.beforeAll(async () => {
| ^
47 | try {
48 | const apiClientFactory = new ApiClientFactory();
49 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:46:8
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L74
1) [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'ow110-file.pdf' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'ow110-file.pdf' })
72 |
73 | await expect(searchPage.dataTable.getRowByName(fileJpg)).toBeVisible();
> 74 | await expect(searchPage.dataTable.getRowByName(filePdf)).toBeVisible();
| ^
75 |
76 | await searchPage.searchFiltersLocation.filterByLocation(searchPage, site);
77 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:74:62
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L46
1) [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 85000ms exceeded.
44 | });
45 |
> 46 | test.beforeAll(async () => {
| ^
47 | try {
48 | const apiClientFactory = new ApiClientFactory();
49 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:46:8
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
2) [Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match
"beforeAll" hook timeout of 85000ms exceeded.
103 | });
104 |
> 105 | test.beforeAll(async () => {
| ^
106 | try {
107 | const apiClientFactory = new ApiClientFactory();
108 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
2) [Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 85000ms exceeded.
103 | });
104 |
> 105 | test.beforeAll(async () => {
| ^
106 | try {
107 | const apiClientFactory = new ApiClientFactory();
108 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L1
2) [Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/search/src/tests/search-filters-logic.e2e.ts#L112
3) [Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
110 | await searchPage.dataTable.progressBarWaitForReload();
111 |
> 112 | expect(await searchPage.dataTable.getRowsCount()).toBe(1);
| ^
113 | await expect(searchPage.dataTable.getRowByName(logicFile1.name)).toBeHidden();
114 | await expect(searchPage.dataTable.getRowByName(logicFile2.name)).toBeVisible();
115 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-logic.e2e.ts:112:55
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/search/src/tests/search-filters-properties.e2e.ts#L66
4) [Search] › src/tests/search-filters-properties.e2e.ts:60:7 › Search - Filters - Properties › [C699046-1] Filter by size - At least 1000KB
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'zh76e-fileNameMb.jpg' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'zh76e-fileNameMb.jpg' })
64 | await expect(searchPage.searchFilters.propertiesFilter).toContainText('Properties: At Least 1000 KB');
65 | await expect(searchPage.dataTable.getRowByName(fileNamePdfKb)).toBeHidden();
> 66 | await expect(searchPage.dataTable.getRowByName(fileNameJpgMb)).toBeVisible();
| ^
67 | });
68 |
69 | test('[C699046-2] Filter by size - At most 1MB', async ({ searchPage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-properties.e2e.ts:66:68
|
Run /./.github/actions/run-e2e-playwright:
[Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 36.1s
|
Run /./.github/actions/run-e2e-playwright:
[Search] › src/tests/search-input.e2e.ts#L1
[Search] › src/tests/search-input.e2e.ts took 18.9s
|
Run /./.github/actions/run-e2e-playwright
2 failed
[Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files
[Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match
2 interrupted
[Search] › src/tests/search-sorting.e2e.ts:162:9 › Search sorting › [C277740] Sort by Type ─────
[Search] › src/tests/search-sorting.e2e.ts:162:9 › Search sorting › [C277734] Sort by Created date
7 flaky
[Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude
[Search] › src/tests/search-filters-properties.e2e.ts:60:7 › Search - Filters - Properties › [C699046-1] Filter by size - At least 1000KB
[Search] › src/tests/search-filters-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB
[Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type
[Search] › src/tests/search-highlighting.e2e.ts:75:7 › Search Highlighting › [XAT-17121] Matching phrases should be highlighted in the file content for search results
[Search] › src/tests/search-results-libraries.e2e.ts:161:7 › Search Results - General › [C290014] Search library - description match
[Search] › src/tests/search-results-libraries.e2e.ts:179:7 › Search Results - General › [C290017] Library visibility is correctly displayed
6 did not run
32 passed (10.0m)
|
Loading