[ACS-8688] export playwright shared lib #3425
Annotations
1 error, 2 warnings, and 1 notice
e2e/playwright/search/src/tests/search-results-general.e2e.ts#L112
1) [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
Error: expect(received).toBeTruthy()
Received: false
110 | await searchPage.searchWithin(site, 'libraries');
111 |
> 112 | expect(await searchPage.dataTable.isItemPresent(site)).toBeTruthy();
| ^
113 |
114 | const url = searchPage.page.url();
115 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-general.e2e.ts:112:60
|
[Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 35.9s
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job succeeded
Loading