GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12389457251 JS-API:8.0.0-alpha.7-12389457251 using Tag:7.0.0-alpha.7-12389457251 #4048
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#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-results-libraries.e2e.ts#L87
2) [Search] › src/tests/search-results-libraries.e2e.ts:151:7 › Search Results - General › [C290013] Search library - partial name match
"afterAll" hook timeout of 85000ms exceeded.
85 | });
86 |
> 87 | test.afterAll(async () => {
| ^
88 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed', sitesAdminApi, [
89 | site1.id,
90 | site2.id,
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:87: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:151:7 › Search Results - General › [C290013] Search library - partial name match
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L190
3) [Search] › src/tests/search-results-libraries.e2e.ts:179:7 › Search Results - General › [C290017] Library visibility is correctly displayed
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 5
- Object {}
+ Object {
+ "user-site-gvmxo-moderated": "MODERATED",
+ "user-site-gvmxo-private": "PRIVATE",
+ "user-site-gvmxo-public": "PUBLIC",
+ }
188 | const actualSitesVisibility = await searchPage.dataTable.getSitesNameAndVisibility();
189 |
> 190 | expect(expectedSitesVisibility).toEqual(actualSitesVisibility);
| ^
191 | });
192 |
193 | test('[C290018] User role is correctly displayed', async ({ searchPage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:190:37
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
3) [Search] › src/tests/search-results-libraries.e2e.ts:179:7 › Search Results - General › [C290017] Library visibility is correctly displayed
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
3) [Search] › src/tests/search-results-libraries.e2e.ts:179:7 › Search Results - General › [C290017] Library visibility is correctly displayed
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
[Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 31.3s
|
Run /./.github/actions/run-e2e-playwright:
[Search] › src/tests/search-input.e2e.ts#L1
[Search] › src/tests/search-input.e2e.ts took 17.0s
|
Run /./.github/actions/run-e2e-playwright
7 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:151:7 › Search Results - General › [C290013] Search library - partial name match
[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 › [C277734] Sort by Created date
[Search] › src/tests/search-sorting.e2e.ts:162:9 › Search sorting › [C277732] Sort by Modifier ─
5 flaky
[Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders
[Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude
[Search] › src/tests/search-filters-logic.e2e.ts:146:7 › Search - Filters - Logic › [C699504] Filter with all options
[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
5 did not run
32 passed (10.0m)
|
Loading