fix(headless/commerce): schema validation error when calling deselect method on hierarchical breadcrumb #20561
Annotations
10 errors, 8 warnings, and 1 notice
packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L21
1) [chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:15:7 › default › should allow to filter by selecting and deselecting a value
Error: Timed out 20000ms waiting for expect(locator).not.toBeChecked()
Locator: getByLabel('Inclusion filter on Ecco')
Expected: not checked
Received: <element(s) not found>
Call log:
- expect.not.toBeChecked with timeout 20000ms
- waiting for getByLabel('Inclusion filter on Ecco')
19 | const facetValueBtn = facet.getFacetValueButton('Ecco');
20 |
> 21 | await expect(facetValueBtn).not.toBeChecked();
| ^
22 | await facetValueLabel.click();
23 |
24 | await expect(facetValueBtn).toBeChecked();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:21:37
|
packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L21
1) [chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:15:7 › default › should allow to filter by selecting and deselecting a value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).not.toBeChecked()
Locator: getByLabel('Inclusion filter on Ecco')
Expected: not checked
Received: <element(s) not found>
Call log:
- expect.not.toBeChecked with timeout 20000ms
- waiting for getByLabel('Inclusion filter on Ecco')
19 | const facetValueBtn = facet.getFacetValueButton('Ecco');
20 |
> 21 | await expect(facetValueBtn).not.toBeChecked();
| ^
22 | await facetValueLabel.click();
23 |
24 | await expect(facetValueBtn).toBeChecked();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:21:37
|
packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L21
1) [chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:15:7 › default › should allow to filter by selecting and deselecting a value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).not.toBeChecked()
Locator: getByLabel('Inclusion filter on Ecco')
Expected: not checked
Received: <element(s) not found>
Call log:
- expect.not.toBeChecked with timeout 20000ms
- waiting for getByLabel('Inclusion filter on Ecco')
19 | const facetValueBtn = facet.getFacetValueButton('Ecco');
20 |
> 21 | await expect(facetValueBtn).not.toBeChecked();
| ^
22 | await facetValueLabel.click();
23 |
24 | await expect(facetValueBtn).toBeChecked();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:21:37
|
packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L37
2) [chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:30:7 › default › should allow to filter by selecting multiple values
Error: Timed out 20000ms waiting for expect(locator).not.toBeChecked()
Locator: getByLabel('Inclusion filter on Ecco')
Expected: not checked
Received: <element(s) not found>
Call log:
- expect.not.toBeChecked with timeout 20000ms
- waiting for getByLabel('Inclusion filter on Ecco')
35 | const secondValueBtn = facet.getFacetValueButton('Nike');
36 |
> 37 | await expect(firstValueBtn).not.toBeChecked();
| ^
38 | await expect(secondValueBtn).not.toBeChecked();
39 | await firstValueBtn.click();
40 | await secondValueBtn.click();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:37:37
|
packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L37
2) [chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:30:7 › default › should allow to filter by selecting multiple values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).not.toBeChecked()
Locator: getByLabel('Inclusion filter on Ecco')
Expected: not checked
Received: <element(s) not found>
Call log:
- expect.not.toBeChecked with timeout 20000ms
- waiting for getByLabel('Inclusion filter on Ecco')
35 | const secondValueBtn = facet.getFacetValueButton('Nike');
36 |
> 37 | await expect(firstValueBtn).not.toBeChecked();
| ^
38 | await expect(secondValueBtn).not.toBeChecked();
39 | await firstValueBtn.click();
40 | await secondValueBtn.click();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:37:37
|
packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L37
2) [chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:30:7 › default › should allow to filter by selecting multiple values
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).not.toBeChecked()
Locator: getByLabel('Inclusion filter on Ecco')
Expected: not checked
Received: <element(s) not found>
Call log:
- expect.not.toBeChecked with timeout 20000ms
- waiting for getByLabel('Inclusion filter on Ecco')
35 | const secondValueBtn = facet.getFacetValueButton('Nike');
36 |
> 37 | await expect(firstValueBtn).not.toBeChecked();
| ^
38 | await expect(secondValueBtn).not.toBeChecked();
39 | await firstValueBtn.click();
40 | await secondValueBtn.click();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:37:37
|
packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L1
3) [chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:47:7 › default › should allow to deselect a filter with the clear button
Test timeout of 30000ms exceeded.
|
packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L54
3) [chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:47:7 › default › should allow to deselect a filter with the clear button
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('listitem').filter({ hasText: 'Ecco' })
52 | await expect(facet.clearFilter).toHaveCount(0);
53 |
> 54 | await facetValueLabel.click();
| ^
55 |
56 | await expect(facet.clearFilter).toBeVisible();
57 | await facet.clearFilter.click();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:54:27
|
packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L1
3) [chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:47:7 › default › should allow to deselect a filter with the clear button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L54
3) [chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:47:7 › default › should allow to deselect a filter with the clear button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('listitem').filter({ hasText: 'Ecco' })
52 | await expect(facet.clearFilter).toHaveCount(0);
53 |
> 54 | await facetValueLabel.click();
| ^
55 |
56 | await expect(facet.clearFilter).toBeVisible();
57 | await facet.clearFilter.click();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:54:27
|
packages/atomic/[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 1.2m
|
packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 55.9s
|
packages/atomic/[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts took 52.5s
|
packages/atomic/[firefox] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[firefox] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 48.8s
|
packages/atomic/[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
packages/atomic/[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts took 42.1s
|
|
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "result-lists-screenshots".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
5 failed
[chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:15:7 › default › should allow to filter by selecting and deselecting a value
[chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:30:7 › default › should allow to filter by selecting multiple values
[chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:47:7 › default › should allow to deselect a filter with the clear button
[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:120:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:120:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
3 flaky
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:77:9 › when there are no results › when the query contains HTML characters › should display the query with HTML characters
[firefox] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:56:7 › when a query yield a single product › should display message
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:268:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
526 passed (22.4m)
|
This job failed
Loading