chore(deps): update all dependencies j:kit-282 #20001
prbot.yml
on: pull_request
Build
6m 21s
Report bundle size
1m 11s
Matrix: Run e2e tests on Atomic
Check with linter
2m 37s
Run unit tests
3m 0s
Run e2e screenshots tests on Atomic
1m 48s
Run e2e tests on Atomic React
1m 38s
Run e2e tests on Atomic React NextJS
1m 5s
Run e2e tests for IIFE
1m 7s
Run e2e tests on Atomic Angular
1m 12s
Run e2e tests on Vue.js sample
34s
Run e2e tests on Stencil.js sample
1m 50s
Run e2e tests for Atomic Hosted Page
1m 23s
Run e2e tests on Atomic insight panel
1m 19s
Run e2e tests on Headless SSR App router sample in dev mode
2m 10s
Run e2e tests on Headless SSR App router sample in prod mode
1m 47s
Run e2e tests on Headless SSR Pages router sample in dev mode
2m 11s
Run e2e tests on Headless SSR Pages router sample in prod mode
1m 20s
Confirm build is valid
0s
Run Quantic E2E tests
/
Setup e2e tests on Quantic
4m 19s
Matrix: Run Quantic E2E tests / Run e2e tests on Quantic
Confirm build is valid
0s
Annotations
15 errors, 84 warnings, and 1 notice
Report bundle size
Process completed with exit code 1.
|
Run e2e tests on Atomic CSP
Process completed with exit code 1.
|
[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 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 #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"
- 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 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
|
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/default-1/**/*)
Cypress tests: 1 failed
|
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/default-1/**/*)
Artifact name is not valid: quantic-screenshots-cypress/e2e/default-1/**/*. Contains the following character: Asterisk *
Invalid characters include: Double quote ", Colon :, Less than <, Greater than >, Vertical bar |, Asterisk *, Question mark ?, Carriage return \r, Line feed \n, Backslash \, Forward slash /
These characters are not allowed in the artifact name due to limitations with certain file systems such as NTFS. To maintain file system agnostic behavior, these characters are intentionally not allowed to prevent potential problems with downloads on different file systems.
|
Confirm build is valid
Process completed with exit code 1.
|
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 (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 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 (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 (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 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 (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 (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 (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 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 (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 (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 (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 (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 (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 (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 (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 (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 (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 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 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 (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 (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 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 (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 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 (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 (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 (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 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 (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 (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 (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 (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 (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 (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 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 (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 (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 (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 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 (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 (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 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 (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 (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 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 (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 (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 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 (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 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 (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 (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 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 (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 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 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 (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 (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 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 (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 (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 (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 (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 (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 (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/.
|
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 47.0s
|
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 37.6s
|
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 36.0s
|
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 28.5s
|
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 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, 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 (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
6 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
3 flaky
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:108:9 › with instant results & query suggestions › after clicking the searchbox input › should display in the search box what has been submitted
[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:102:9 › with instant results & query suggestions › after clicking the searchbox input › should be A11y compliant
[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:108:9 › with instant results & query suggestions › after clicking the searchbox input › should display in the search box what has been submitted
210 passed (12.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
atomic-playwright-report
Expired
|
7.62 MB |
|
result-lists-screenshots
Expired
|
22.8 MB |
|