Pull request #4153
Annotations
10 errors, 1 warning, 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-results-libraries.e2e.ts#L105
1) [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
1) [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
1) [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-results-libraries.e2e.ts#L105
2) [Search] › src/tests/search-results-libraries.e2e.ts:161:7 › Search Results - General › [C290014] Search library - description 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:161:7 › Search Results - General › [C290014] Search library - description 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:161:7 › Search Results - General › [C290014] Search library - description match
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
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
"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
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:
[Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 31.5s
|
Run /./.github/actions/run-e2e-playwright
3 failed
[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: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
2 flaky
[Search] › src/tests/search-filters-logic.e2e.ts:146:7 › Search - Filters - Logic › [C699504] Filter with all options
[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
11 did not run
33 passed (10.0m)
|
Loading