Daily E2E Tests for JSUI #154
Annotations
5 errors, 2 warnings, and 1 notice
|
Run tests:
playwright/e2e/breadcrumb.spec.ts#L9
4) [webkit] › e2e/breadcrumb.spec.ts:59:9 › Breadcrumb › with facetValue of multiple facet ───────
Error: page.goto: Could not connect to coveo-test-search.netlify.app: Connection timed out
Call log:
- navigating to "https://coveo-test-search.netlify.app/custom/DynamicFacets.html", waiting until "load"
7 | test.describe('Breadcrumb', async () => {
8 | test.beforeEach(async ({page}) => {
> 9 | await page.goto(pageURL('DynamicFacets'));
| ^
10 | facetValue = await DynamicFacetSelectors(page).facetValue.first().textContent();
11 | facetTitle = await DynamicFacetSelectors(page).facet.getAttribute('data-title');
12 | facetField = await DynamicFacetSelectors(page).facet.getAttribute('data-field');
at /home/runner/work/search-ui/search-ui/playwright/e2e/breadcrumb.spec.ts:9:20
|
|
Run tests:
playwright/e2e/breadcrumb.spec.ts#L9
3) [webkit] › e2e/breadcrumb.spec.ts:33:9 › Breadcrumb › with multiple facet value ───────────────
Error: page.goto: Could not connect to coveo-test-search.netlify.app: Connection timed out
Call log:
- navigating to "https://coveo-test-search.netlify.app/custom/DynamicFacets.html", waiting until "load"
7 | test.describe('Breadcrumb', async () => {
8 | test.beforeEach(async ({page}) => {
> 9 | await page.goto(pageURL('DynamicFacets'));
| ^
10 | facetValue = await DynamicFacetSelectors(page).facetValue.first().textContent();
11 | facetTitle = await DynamicFacetSelectors(page).facet.getAttribute('data-title');
12 | facetField = await DynamicFacetSelectors(page).facet.getAttribute('data-field');
at /home/runner/work/search-ui/search-ui/playwright/e2e/breadcrumb.spec.ts:9:20
|
|
Run tests:
playwright/e2e/breadcrumb.spec.ts#L9
2) [webkit] › e2e/breadcrumb.spec.ts:16:9 › Breadcrumb › with one facet value ────────────────────
Error: page.goto: Could not connect to coveo-test-search.netlify.app: Connection timed out
Call log:
- navigating to "https://coveo-test-search.netlify.app/custom/DynamicFacets.html", waiting until "load"
7 | test.describe('Breadcrumb', async () => {
8 | test.beforeEach(async ({page}) => {
> 9 | await page.goto(pageURL('DynamicFacets'));
| ^
10 | facetValue = await DynamicFacetSelectors(page).facetValue.first().textContent();
11 | facetTitle = await DynamicFacetSelectors(page).facet.getAttribute('data-title');
12 | facetField = await DynamicFacetSelectors(page).facet.getAttribute('data-field');
at /home/runner/work/search-ui/search-ui/playwright/e2e/breadcrumb.spec.ts:9:20
|
|
Run tests:
playwright/e2e/resultPerPage.spec.ts#L7
1) [chromium] › e2e/resultPerPage.spec.ts:10:9 › ResultPerPage › should change number of result display per page
Error: page.goto: net::ERR_ABORTED; maybe frame was detached?
Call log:
- navigating to "https://coveo-test-search.netlify.app/custom/DynamicFacets.html", waiting until "load"
5 | test.describe('ResultPerPage', async () => {
6 | test.beforeEach(async ({page}) => {
> 7 | await page.goto(pageURL('DynamicFacets'));
| ^
8 | });
9 |
10 | test('should change number of result display per page', async ({page}) => {
at /home/runner/work/search-ui/search-ui/playwright/e2e/resultPerPage.spec.ts:7:20
|
|
Run tests:
playwright/e2e/resultPerPage.spec.ts#L6
1) [chromium] › e2e/resultPerPage.spec.ts:10:9 › ResultPerPage › should change number of result display per page
Test timeout of 180000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('ResultPerPage', async () => {
> 6 | test.beforeEach(async ({page}) => {
| ^
7 | await page.goto(pageURL('DynamicFacets'));
8 | });
9 |
at /home/runner/work/search-ui/search-ui/playwright/e2e/resultPerPage.spec.ts:6:10
|
|
Run actions/upload-artifact@v4
Retention days cannot be greater than the maximum allowed retention set within the repository. Using 15 instead.
|
|
Run tests:
playwright/[chromium] › e2e/resultLayout.spec.ts#L0
playwright/[chromium] › e2e/resultLayout.spec.ts took 2.1m
|
|
Run tests
4 flaky
[chromium] › e2e/resultPerPage.spec.ts:10:9 › ResultPerPage › should change number of result display per page
[webkit] › e2e/breadcrumb.spec.ts:16:9 › Breadcrumb › with one facet value ─────────────────────
[webkit] › e2e/breadcrumb.spec.ts:33:9 › Breadcrumb › with multiple facet value ────────────────
[webkit] › e2e/breadcrumb.spec.ts:59:9 › Breadcrumb › with facetValue of multiple facet ────────
3 skipped
164 passed (8.1m)
|
Loading