feat(quantic): added support for custom options in the quanticSort component #20003
prbot.yml
on: pull_request
Build
7m 1s
Report bundle size
5m 21s
Matrix: Run e2e tests on Atomic
Check with linter
2m 33s
Run unit tests
2m 49s
Run e2e screenshots tests on Atomic
1m 47s
Run e2e tests on Atomic React
1m 24s
Run e2e tests on Atomic React NextJS
1m 12s
Run e2e tests for IIFE
54s
Run e2e tests on Atomic Angular
1m 16s
Run e2e tests on Vue.js sample
33s
Run e2e tests on Stencil.js sample
2m 14s
Run e2e tests for Atomic Hosted Page
1m 22s
Run e2e tests on Atomic insight panel
1m 20s
Run e2e tests on Headless SSR App router sample in dev mode
2m 24s
Run e2e tests on Headless SSR App router sample in prod mode
1m 18s
Run e2e tests on Headless SSR Pages router sample in dev mode
1m 51s
Run e2e tests on Headless SSR Pages router sample in prod mode
1m 33s
Confirm build is valid
0s
Run Quantic E2E tests
/
Setup e2e tests on Quantic
4m 58s
Matrix: Run Quantic E2E tests / Run e2e tests on Quantic
Confirm build is valid
0s
Annotations
11 errors, 84 warnings, and 1 notice
[chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:19:7 › default › should collapse facets when set to 1:
packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts#L24
1) [chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:19:7 › default › should collapse facets when set to 1
Error: Timed out 20000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: false })
Expected: 4
Received: 7
Call log:
- expect.toHaveCount with timeout 20000ms
- waiting for getByRole('button', { expanded: false })
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
22 | });
23 | await expect(facets.expandedFacets).toHaveCount(1);
> 24 | await expect(facets.collapsedFacets).toHaveCount(4);
| ^
25 | });
26 |
27 | test('should disable collapse facets when set to -1', async ({facets}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:24:42
|
[chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:19:7 › default › should collapse facets when set to 1:
packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts#L24
1) [chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:19:7 › default › should collapse facets when set to 1
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: false })
Expected: 4
Received: 7
Call log:
- expect.toHaveCount with timeout 20000ms
- waiting for getByRole('button', { expanded: false })
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
22 | });
23 | await expect(facets.expandedFacets).toHaveCount(1);
> 24 | await expect(facets.collapsedFacets).toHaveCount(4);
| ^
25 | });
26 |
27 | test('should disable collapse facets when set to -1', async ({facets}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:24:42
|
[chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:19:7 › default › should collapse facets when set to 1:
packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts#L24
1) [chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:19:7 › default › should collapse facets when set to 1
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: false })
Expected: 4
Received: 7
Call log:
- expect.toHaveCount with timeout 20000ms
- waiting for getByRole('button', { expanded: false })
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
22 | });
23 | await expect(facets.expandedFacets).toHaveCount(1);
> 24 | await expect(facets.collapsedFacets).toHaveCount(4);
| ^
25 | });
26 |
27 | test('should disable collapse facets when set to -1', async ({facets}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:24:42
|
[chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:27:7 › default › should disable collapse facets when set to -1:
packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts#L32
2) [chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:27:7 › default › should disable collapse facets when set to -1
Error: Timed out 20000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 5
Received: 8
Call log:
- expect.toHaveCount with timeout 20000ms
- waiting for getByRole('button', { expanded: true })
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
30 | });
31 | await expect(facets.collapsedFacets).toHaveCount(0);
> 32 | await expect(facets.expandedFacets).toHaveCount(5);
| ^
33 | });
34 | });
35 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:32:41
|
[chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:27:7 › default › should disable collapse facets when set to -1:
packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts#L32
2) [chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:27:7 › default › should disable collapse facets when set to -1
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 5
Received: 8
Call log:
- expect.toHaveCount with timeout 20000ms
- waiting for getByRole('button', { expanded: true })
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
30 | });
31 | await expect(facets.collapsedFacets).toHaveCount(0);
> 32 | await expect(facets.expandedFacets).toHaveCount(5);
| ^
33 | });
34 | });
35 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:32:41
|
[chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:27:7 › default › should disable collapse facets when set to -1:
packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts#L32
2) [chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:27:7 › default › should disable collapse facets when set to -1
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 5
Received: 8
Call log:
- expect.toHaveCount with timeout 20000ms
- waiting for getByRole('button', { expanded: true })
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
30 | });
31 | await expect(facets.collapsedFacets).toHaveCount(0);
> 32 | await expect(facets.expandedFacets).toHaveCount(5);
| ^
33 | });
34 | });
35 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:32:41
|
[firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:19:7 › default › should collapse facets when set to 1:
packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts#L24
3) [firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:19:7 › default › should collapse facets when set to 1
Error: Timed out 20000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: false })
Expected: 4
Received: 7
Call log:
- expect.toHaveCount with timeout 20000ms
- waiting for getByRole('button', { expanded: false })
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
22 | });
23 | await expect(facets.expandedFacets).toHaveCount(1);
> 24 | await expect(facets.collapsedFacets).toHaveCount(4);
| ^
25 | });
26 |
27 | test('should disable collapse facets when set to -1', async ({facets}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:24:42
|
[firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:19:7 › default › should collapse facets when set to 1:
packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts#L24
3) [firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:19:7 › default › should collapse facets when set to 1
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: false })
Expected: 4
Received: 7
Call log:
- expect.toHaveCount with timeout 20000ms
- waiting for getByRole('button', { expanded: false })
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
22 | });
23 | await expect(facets.expandedFacets).toHaveCount(1);
> 24 | await expect(facets.collapsedFacets).toHaveCount(4);
| ^
25 | });
26 |
27 | test('should disable collapse facets when set to -1', async ({facets}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:24:42
|
[firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:19:7 › default › should collapse facets when set to 1:
packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts#L24
3) [firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:19:7 › default › should collapse facets when set to 1
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: false })
Expected: 4
Received: 7
Call log:
- expect.toHaveCount with timeout 20000ms
- waiting for getByRole('button', { expanded: false })
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
- locator resolved to 7 elements
- unexpected value "7"
22 | });
23 | await expect(facets.expandedFacets).toHaveCount(1);
> 24 | await expect(facets.collapsedFacets).toHaveCount(4);
| ^
25 | });
26 |
27 | test('should disable collapse facets when set to -1', async ({facets}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:24:42
|
[firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:27:7 › default › should disable collapse facets when set to -1:
packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts#L32
4) [firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:27:7 › default › should disable collapse facets when set to -1
Error: Timed out 20000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 5
Received: 8
Call log:
- expect.toHaveCount with timeout 20000ms
- waiting for getByRole('button', { expanded: true })
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
- locator resolved to 8 elements
- unexpected value "8"
30 | });
31 | await expect(facets.collapsedFacets).toHaveCount(0);
> 32 | await expect(facets.expandedFacets).toHaveCount(5);
| ^
33 | });
34 | });
35 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:32:41
|
Confirm build is valid
Process completed with exit code 1.
|
Run e2e tests for IIFE
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (53)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (47)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (21)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (19)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (15)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic React NextJS
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (57)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (45)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (58)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (37)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic Angular
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (60)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (32)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (22)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (51)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (14)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Headless SSR App router sample in prod mode
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic insight panel
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (44)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests for Atomic Hosted Page
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic React
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (16)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (26)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (30)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (46)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (42)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (13)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (48)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (50)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (52)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (54)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Headless SSR Pages router sample in prod mode
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (55)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (17)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (49)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (27)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (39)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (56)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (29)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e screenshots tests on Atomic
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (59)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (12)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Headless SSR Pages router sample in dev mode
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (24)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Stencil.js sample
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (28)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (25)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Headless SSR App router sample in dev mode
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (23)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (36)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (31)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (41)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (40)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (34)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (43)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (33)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (38)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/facets-1/**/*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/facets-2/**/*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/default-1/**/*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
packages/atomic/[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 1.2m
|
Slow Test:
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 49.3s
|
Slow Test:
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 41.4s
|
Slow Test:
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 40.6s
|
Slow Test:
packages/atomic/[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 31.9s
|
Run Playwright tests for Atomic
Unexpected input(s) 'repo', valid inputs are ['app-id', 'app_id', 'private-key', 'private_key', 'owner', 'repositories', 'skip-token-revoke', 'skip_token_revoke', 'github-api-url']
|
Run Playwright tests for Atomic
Unexpected input(s) 'repo', valid inputs are ['app-id', 'app_id', 'private-key', 'private_key', 'owner', 'repositories', 'skip-token-revoke', 'skip_token_revoke', 'github-api-url']
|
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/default-2/**/*)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run e2e tests on Atomic (35)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
|
🎭 Playwright Run Summary
7 failed
[chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:19:7 › default › should collapse facets when set to 1
[chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:27:7 › default › should disable collapse facets when set to -1
[firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:19:7 › default › should collapse facets when set to 1
[firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:27:7 › default › should disable collapse facets when set to -1
[webkit] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:19:7 › default › should collapse facets when set to 1
[webkit] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:27:7 › default › should disable collapse facets when set to -1
[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:117: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
212 passed (13.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
atomic-playwright-report
Expired
|
5.4 MB |
|
result-lists-screenshots
Expired
|
23.8 MB |
|