GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12176355098 JS-API:8.0.0-alpha.7-12176355098 using Tag:7.0.0-alpha.7-12176355098 #4016
Annotations
10 errors 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#L46
1) [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"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#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-filters-location.e2e.ts#L46
2) [Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders
"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#L46
2) [Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"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#L46
2) [Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders
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-filters-properties.e2e.ts#L92
3) [Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'uqbwp-fileNameKb.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: 'uqbwp-fileNameKb.pdf' })
90 |
91 | await expect(searchPage.searchFilters.propertiesFilter).toContainText('Properties: pdf');
> 92 | await expect(searchPage.dataTable.getRowByName(fileNamePdfKb)).toBeVisible();
| ^
93 | await expect(searchPage.dataTable.getRowByName(fileNameJpgMb)).toBeHidden();
94 | });
95 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-properties.e2e.ts:92:68
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/search/src/tests/search-filters-properties.e2e.ts#L41
3) [Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 85000ms exceeded.
39 | });
40 |
> 41 | test.beforeAll(async () => {
| ^
42 | try {
43 | const apiClientFactory = new ApiClientFactory();
44 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-properties.e2e.ts:41:8
|
Run /./.github/actions/run-e2e-playwright
28 failed
[Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files
[Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders
[Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type
[Search] › src/tests/search-filters-tags.e2e.ts:77:7 › Search - Filters - Tags › [C698515] Filter with Tags
[Search] › src/tests/search-highlighting.e2e.ts:64:7 › Search Highlighting › [XAT-17119] Matching phrases should be highlighted in the file name for search results
[Search] › src/tests/search-highlighting.e2e.ts:69:7 › Search Highlighting › [XAT-17120] Matching phrases should be highlighted in the file description for search results
[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-input.e2e.ts:45:7 › Search - Input › [C289847] Search icon is displayed in toolbar and clicking on it displays search input container
[Search] › src/tests/search-input.e2e.ts:52:7 › Search - Input › [C289848] Search options are displayed when clicking in the search input
[Search] › src/tests/search-input.e2e.ts:65:7 › Search - Input › [C289849] Search options are correctly enabled / disabled
[Search] › src/tests/search-results-files-folders.e2e.ts:55:7 › Search results - files and folders › [C290029] Search file with special characters
[Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home
[Search] › src/tests/search-results-general.e2e.ts:63:7 › Search Results - General › [C290005] Only files are returned when Files option is the only one checked
[Search] › src/tests/search-results-general.e2e.ts:71:7 › Search Results - General › [C290006] Only folders are returned when Folders option is the only one checked
[Search] › src/tests/search-results-general.e2e.ts:79:7 › Search Results - General › [C290007] Files and folders are returned when both Files and Folders options are checked
[Search] › src/tests/search-results-general.e2e.ts:87:7 › Search Results - General › [C290008] Only libraries are returned when Libraries option is checked
[Search] › src/tests/search-results-general.e2e.ts:95:7 › Search Results - General › [C279162] Results are updated automatically when changing the search term
[Search] › src/tests/search-results-general.e2e.ts:109:7 › Search Results - General › [C279178] Results are returned when accessing an URL containing a search query
[Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match
[Search] › src/tests/search-results-libraries.e2e.ts:151:7 › Search Results - General › [C290013] Search library - partial name match
[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:170:7 › Search Results - General › [C290016] Results page columns
[Search] › src/tests/search-results-libraries.e2e.ts:179:7 › Search Results - General › [C290017] Library visibility is correctly displayed
[Search] › src/tests/search-results-libraries.e2e.ts:214:7 › Search Results - General › [C290028] Search libraries with special characters
[Search] › src/tests/search-sorting.e2e.ts:162:9 › Search sorting › [C277728] Sort by Name ─────
[Search] › src/tests/search-sorting.e2e.ts:162:9 › Search sorting › [C277736] Sort by Modified date
[Search] › src/tests/search-sorting.e2e.ts:162:9 › Search sorting › [C277727] Sort by Relevance
[Search] › src/tests/search-sorting.e2e.ts:162:9 › Search sorting › [C277732] Sort by Modifier ─
3 flaky
[Search] › src/tests/search-filters-logic.e2e.ts:103:7 › S
|
Loading