docs(atomic): default annotation name #21779
prbot.yml
on: pull_request
Build
7m 49s
Report bundle size
6m 0s
Matrix: Run Playwright tests for Atomic
Matrix: Run e2e tests on Atomic
Check with linter
3m 39s
Run unit tests
3m 6s
Run e2e screenshots tests on Atomic
2m 7s
Run e2e tests on Atomic React
1m 43s
Run e2e tests on Atomic React NextJS
1m 27s
Run e2e tests for IIFE
1m 1s
Run e2e tests on Atomic Angular
1m 26s
Run e2e tests on Vue.js sample
42s
Run e2e tests on Stencil.js sample
2m 18s
Run e2e tests for Atomic Hosted Page
8m 42s
Run e2e tests on Atomic insight panel
8m 31s
Run e2e tests on Headless SSR App router sample in dev mode
4m 4s
Run e2e tests on Headless SSR App router sample in prod mode
4m 46s
Run e2e tests on Headless SSR Pages router sample in dev mode
3m 30s
Run e2e tests on Headless SSR Pages router sample in prod mode
4m 9s
Merge Playwright reports
1m 37s
Run Quantic E2E tests
/
Setup e2e tests on Quantic
Matrix: Run Quantic E2E tests / Run e2e tests on Quantic
Waiting for pending jobs
Confirm build is valid
0s
Annotations
233 errors, 115 warnings, and 24 notices
Run e2e tests on Atomic (47)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic (50)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic (13)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic (49)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 2
|
Run e2e tests on Atomic (48)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 2
|
Run unit tests
Process completed with exit code 1.
|
Run e2e tests on Atomic (52)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 2
|
Run e2e tests on Atomic (51)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 3
|
Run e2e tests on Atomic (54)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Headless SSR Pages router sample in dev mode
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 3
|
Run e2e tests on Atomic (55)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 3
|
[webkit] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:167:7 › with min and max values › should limit the end date to the max value:
packages/atomic/src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L1
1) [webkit] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:167:7 › with min and max values › should limit the end date to the max value
Test timeout of 30000ms exceeded.
|
[webkit] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:167:7 › with min and max values › should limit the end date to the max value:
packages/atomic/src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L168
1) [webkit] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:167:7 › with min and max values › should limit the end date to the max value
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Enter an end date for the No label facet')
166 |
167 | test('should limit the end date to the max value', async ({facet}) => {
> 168 | await facet.facetInputEnd.click();
| ^
169 | await expect(facet.facetInputEnd).toHaveAttribute('max', '2021-01-31');
170 | });
171 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:168:31
|
[firefox] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:113:9 › with min and max values › when selecting an end date › should limit the start date to the selected end date:
packages/atomic/src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L109
1) [firefox] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:113:9 › with min and max values › when selecting an end date › should limit the start date to the selected end date
Test timeout of 30000ms exceeded while running "beforeEach" hook.
107 |
108 | test.describe('when selecting an end date', () => {
> 109 | test.beforeEach(async ({facet}) => {
| ^
110 | await facet.facetInputEnd.fill('2021-01-01');
111 | });
112 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:109:10
|
[firefox] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:113:9 › with min and max values › when selecting an end date › should limit the start date to the selected end date:
packages/atomic/src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L110
1) [firefox] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:113:9 › with min and max values › when selecting an end date › should limit the start date to the selected end date
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Enter an end date for the No label facet')
108 | test.describe('when selecting an end date', () => {
109 | test.beforeEach(async ({facet}) => {
> 110 | await facet.facetInputEnd.fill('2021-01-01');
| ^
111 | });
112 |
113 | test('should limit the start date to the selected end date', async ({
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:110:33
|
[firefox] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:8:7 › Quickview › should render the quickview button:
packages/atomic/src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts#L9
2) [firefox] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:8:7 › Quickview › should render the quickview button
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Quick View' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByRole('button', { name: 'Quick View' })
7 |
8 | test('should render the quickview button', async ({quickview}) => {
> 9 | await expect(quickview.resultButton).toBeVisible();
| ^
10 | });
11 |
12 | test.describe('when the quickview button is clicked', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:9:42
|
Run e2e tests on Headless SSR App router sample in dev mode
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Headless SSR Pages router sample in prod mode
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 2
|
[chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:68:13 › default › when selecting a start date and an end date › when clicking the apply button › when clicking the clear filter button › should hide the clear filter button:
packages/atomic/src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L37
1) [chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:68:13 › default › when selecting a start date and an end date › when clicking the apply button › when clicking the clear filter button › should hide the clear filter button
Test timeout of 30000ms exceeded while running "beforeEach" hook.
35 |
36 | test.describe('when selecting a start date and an end date', () => {
> 37 | test.beforeEach(async ({facet}) => {
| ^
38 | await facet.facetInputStart.fill('2021-01-01');
39 | await facet.facetInputEnd.fill('2021-01-31');
40 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:37:10
|
[chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:68:13 › default › when selecting a start date and an end date › when clicking the apply button › when clicking the clear filter button › should hide the clear filter button:
packages/atomic/src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L38
1) [chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:68:13 › default › when selecting a start date and an end date › when clicking the apply button › when clicking the clear filter button › should hide the clear filter button
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Enter a start date for the No label facet')
36 | test.describe('when selecting a start date and an end date', () => {
37 | test.beforeEach(async ({facet}) => {
> 38 | await facet.facetInputStart.fill('2021-01-01');
| ^
39 | await facet.facetInputEnd.fill('2021-01-31');
40 | });
41 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:38:35
|
Run e2e tests on Atomic (16)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 3
|
Run e2e tests on Headless SSR App router sample in prod mode
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 6
|
[firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:12:7 › default › should display facets:
packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts#L14
1) [firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:12:7 › default › should display facets
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Brand').or(getByText('Color')).or(getByText('Size')).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByText('Brand').or(getByText('Color')).or(getByText('Size')).first()
12 | test('should display facets', async ({facets}) => {
13 | await facets.load();
> 14 | await expect(facets.standardFacets.first()).toBeVisible();
| ^
15 | await expect(facets.numericFacets.first()).toBeVisible();
16 | await expect(facets.categoryFacets.first()).toBeVisible();
17 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:14:49
|
[firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:12:7 › default › should display facets:
packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts#L14
1) [firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:12:7 › default › should display facets
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Brand').or(getByText('Color')).or(getByText('Size')).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByText('Brand').or(getByText('Color')).or(getByText('Size')).first()
12 | test('should display facets', async ({facets}) => {
13 | await facets.load();
> 14 | await expect(facets.standardFacets.first()).toBeVisible();
| ^
15 | await expect(facets.numericFacets.first()).toBeVisible();
16 | await expect(facets.categoryFacets.first()).toBeVisible();
17 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:14:49
|
[firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:12:7 › default › should display facets:
packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts#L14
1) [firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:12:7 › default › should display facets
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Brand').or(getByText('Color')).or(getByText('Size')).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByText('Brand').or(getByText('Color')).or(getByText('Size')).first()
12 | test('should display facets', async ({facets}) => {
13 | await facets.load();
> 14 | await expect(facets.standardFacets.first()).toBeVisible();
| ^
15 | await expect(facets.numericFacets.first()).toBeVisible();
16 | await expect(facets.categoryFacets.first()).toBeVisible();
17 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:14:49
|
[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#L25
2) [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 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- 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 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"
23 | },
24 | });
> 25 | await expect(facets.expandedFacets).toHaveCount(1);
| ^
26 | await expect(facets.collapsedFacets).toHaveCount(7);
27 | });
28 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:25: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#L25
2) [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 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- 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 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"
23 | },
24 | });
> 25 | await expect(facets.expandedFacets).toHaveCount(1);
| ^
26 | await expect(facets.collapsedFacets).toHaveCount(7);
27 | });
28 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:25: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#L25
2) [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 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- 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 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"
23 | },
24 | });
> 25 | await expect(facets.expandedFacets).toHaveCount(1);
| ^
26 | await expect(facets.collapsedFacets).toHaveCount(7);
27 | });
28 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:25:41
|
[firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:29: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#L36
3) [firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:29:7 › default › should disable collapse facets when set to -1
Error: Timed out 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 8
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- 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 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"
34 | });
35 | await expect(facets.collapsedFacets).toHaveCount(0);
> 36 | await expect(facets.expandedFacets).toHaveCount(8);
| ^
37 | });
38 | });
39 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:36:41
|
[firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:29: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#L36
3) [firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:29:7 › default › should disable collapse facets when set to -1
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 8
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- 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 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"
34 | });
35 | await expect(facets.collapsedFacets).toHaveCount(0);
> 36 | await expect(facets.expandedFacets).toHaveCount(8);
| ^
37 | });
38 | });
39 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:36:41
|
[firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:29: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#L36
3) [firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:29:7 › default › should disable collapse facets when set to -1
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 8
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- 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 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"
34 | });
35 | await expect(facets.collapsedFacets).toHaveCount(0);
> 36 | await expect(facets.expandedFacets).toHaveCount(8);
| ^
37 | });
38 | });
39 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:36:41
|
[firefox] › components/commerce/product-template/e2e/atomic-product-template.e2e.ts:4:7 › default › should display atomic product components when a child of a product list:
packages/atomic/src/components/commerce/product-template/e2e/atomic-product-template.e2e.ts#L9
4) [firefox] › components/commerce/product-template/e2e/atomic-product-template.e2e.ts:4:7 › default › should display atomic product components when a child of a product list
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: locator('atomic-product').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('atomic-product').first()
7 | await productTemplate.load({story: 'in-a-product-list'});
8 |
> 9 | await expect(productTemplate.product).toBeVisible();
| ^
10 | });
11 |
12 | test('should display atomic-product components when a child of a recommendation list', async ({
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template/e2e/atomic-product-template.e2e.ts:9:43
|
Run e2e tests on Atomic (18)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 1
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
1) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Test timeout of 30000ms exceeded.
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L11
1) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-facet').getByRole('listitem').first()
9 |
10 | test('should be A11y compliant', async ({breadbox, makeAxeBuilder}) => {
> 11 | await breadbox.getFacetValue('regular').first().click();
| ^
12 |
13 | const accessibilityResults = await makeAxeBuilder().analyze();
14 | expect(accessibilityResults.violations).toEqual([]);
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:11:53
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
1) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L11
1) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-facet').getByRole('listitem').first()
9 |
10 | test('should be A11y compliant', async ({breadbox, makeAxeBuilder}) => {
> 11 | await breadbox.getFacetValue('regular').first().click();
| ^
12 |
13 | const accessibilityResults = await makeAxeBuilder().analyze();
14 | expect(accessibilityResults.violations).toEqual([]);
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:11:53
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
1) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L11
1) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-facet').getByRole('listitem').first()
9 |
10 | test('should be A11y compliant', async ({breadbox, makeAxeBuilder}) => {
> 11 | await breadbox.getFacetValue('regular').first().click();
| ^
12 |
13 | const accessibilityResults = await makeAxeBuilder().analyze();
14 | expect(accessibilityResults.violations).toEqual([]);
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:11:53
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for regular facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
2) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for regular facet value
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Color:Brown' })
Expected string: "Color:Brown"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Color:Brown' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for regular facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
2) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for regular facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Color:Brown' })
Expected string: "Color:Brown"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Color:Brown' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for regular facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
2) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for regular facet value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Color:Brown' })
Expected string: "Color:Brown"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Color:Brown' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[firefox] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:47:11 › AtomicTabManager › when viewport is large enough to display all tabs › should change other component visibility › facets:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L44
3) [firefox] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:47:11 › AtomicTabManager › when viewport is large enough to display all tabs › should change other component visibility › facets
Test timeout of 30000ms exceeded while running "beforeEach" hook.
42 |
43 | test.describe('should change other component visibility', async () => {
> 44 | test.beforeEach(async ({facets}) => {
| ^
45 | await facets.getFacetValue.first().waitFor({state: 'visible'});
46 | });
47 | test('facets', async ({tabManager}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:44:12
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:241:9 › with instant results & query suggestions › after clicking the searchbox input › should display suggested queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L244
1) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:241:9 › with instant results & query suggestions › after clicking the searchbox input › should display suggested queries
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/suggested query\.(?: Button\.)? \d of \d\. In Left list\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\. In Left list\./).first()
242 | await expect(
243 | searchBox.searchSuggestions({listSide: 'Left'}).first()
> 244 | ).toBeVisible();
| ^
245 | });
246 |
247 | test('should display instant results', async ({searchBox}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:244:9
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:241:9 › with instant results & query suggestions › after clicking the searchbox input › should display suggested queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L244
1) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:241:9 › with instant results & query suggestions › after clicking the searchbox input › should display suggested queries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/suggested query\.(?: Button\.)? \d of \d\. In Left list\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\. In Left list\./).first()
242 | await expect(
243 | searchBox.searchSuggestions({listSide: 'Left'}).first()
> 244 | ).toBeVisible();
| ^
245 | });
246 |
247 | test('should display instant results', async ({searchBox}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:244:9
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:241:9 › with instant results & query suggestions › after clicking the searchbox input › should display suggested queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L244
1) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:241:9 › with instant results & query suggestions › after clicking the searchbox input › should display suggested queries
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/suggested query\.(?: Button\.)? \d of \d\. In Left list\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\. In Left list\./).first()
242 | await expect(
243 | searchBox.searchSuggestions({listSide: 'Left'}).first()
> 244 | ).toBeVisible();
| ^
245 | });
246 |
247 | test('should display instant results', async ({searchBox}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:244:9
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:247:9 › with instant results & query suggestions › after clicking the searchbox input › should display instant results:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L250
2) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:247:9 › with instant results & query suggestions › after clicking the searchbox input › should display instant results
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/instant result\.(?: Button\.)? \d of \d\. In Right list\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/instant result\.(?: Button\.)? \d of \d\. In Right list\./).first()
248 | await expect(
249 | searchBox.instantResult({listSide: 'Right'}).first()
> 250 | ).toBeVisible();
| ^
251 | });
252 |
253 | test('should be A11y compliant', async ({searchBox, makeAxeBuilder}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:250:9
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:247:9 › with instant results & query suggestions › after clicking the searchbox input › should display instant results:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L250
2) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:247:9 › with instant results & query suggestions › after clicking the searchbox input › should display instant results
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/instant result\.(?: Button\.)? \d of \d\. In Right list\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/instant result\.(?: Button\.)? \d of \d\. In Right list\./).first()
248 | await expect(
249 | searchBox.instantResult({listSide: 'Right'}).first()
> 250 | ).toBeVisible();
| ^
251 | });
252 |
253 | test('should be A11y compliant', async ({searchBox, makeAxeBuilder}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:250:9
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:247:9 › with instant results & query suggestions › after clicking the searchbox input › should display instant results:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L250
2) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:247:9 › with instant results & query suggestions › after clicking the searchbox input › should display instant results
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/instant result\.(?: Button\.)? \d of \d\. In Right list\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/instant result\.(?: Button\.)? \d of \d\. In Right list\./).first()
248 | await expect(
249 | searchBox.instantResult({listSide: 'Right'}).first()
> 250 | ).toBeVisible();
| ^
251 | });
252 |
253 | test('should be A11y compliant', async ({searchBox, makeAxeBuilder}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:250:9
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:268:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
3) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:268:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
Test timeout of 30000ms exceeded.
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:268:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L272
3) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:268:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\. In Left list\./).first()
270 | }) => {
271 | await searchBox.searchInput.fill('surf');
> 272 | await searchBox.searchSuggestions({listSide: 'Left'}).first().hover();
| ^
273 | await searchBox.searchInput.press('Enter');
274 | await expect(searchBox.searchInput).toHaveValue('surf');
275 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:272:71
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:268:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
3) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:268:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:268:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L272
3) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:268:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\. In Left list\./).first()
270 | }) => {
271 | await searchBox.searchInput.fill('surf');
> 272 | await searchBox.searchSuggestions({listSide: 'Left'}).first().hover();
| ^
273 | await searchBox.searchInput.press('Enter');
274 | await expect(searchBox.searchInput).toHaveValue('surf');
275 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:272:71
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
1) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Test timeout of 30000ms exceeded.
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L11
1) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-facet').getByRole('listitem').first()
9 |
10 | test('should be A11y compliant', async ({breadbox, makeAxeBuilder}) => {
> 11 | await breadbox.getFacetValue('regular').first().click();
| ^
12 |
13 | const accessibilityResults = await makeAxeBuilder().analyze();
14 | expect(accessibilityResults.violations).toEqual([]);
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:11:53
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
1) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L11
1) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-facet').getByRole('listitem').first()
9 |
10 | test('should be A11y compliant', async ({breadbox, makeAxeBuilder}) => {
> 11 | await breadbox.getFacetValue('regular').first().click();
| ^
12 |
13 | const accessibilityResults = await makeAxeBuilder().analyze();
14 | expect(accessibilityResults.violations).toEqual([]);
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:11:53
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
1) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L11
1) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-facet').getByRole('listitem').first()
9 |
10 | test('should be A11y compliant', async ({breadbox, makeAxeBuilder}) => {
> 11 | await breadbox.getFacetValue('regular').first().click();
| ^
12 |
13 | const accessibilityResults = await makeAxeBuilder().analyze();
14 | expect(accessibilityResults.violations).toEqual([]);
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:11:53
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for regular facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
2) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for regular facet value
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Color:Brown' })
Expected string: "Color:Brown"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Color:Brown' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for regular facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
2) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for regular facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Color:Brown' })
Expected string: "Color:Brown"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Color:Brown' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for regular facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
2) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for regular facet value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Color:Brown' })
Expected string: "Color:Brown"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Color:Brown' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for numerical range facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
3) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for numerical range facet value
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Price:$15.00 to $20.00' })
Expected string: "Price:$15.00 to $20.00"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Price:$15.00 to $20.00' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
Run e2e tests on Atomic (58)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic (6)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic (8)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic (60)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 1
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L182
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Test timeout of 30000ms exceeded while running "beforeEach" hook.
180 |
181 | test.describe('after clicking the submit button', () => {
> 182 | test.beforeEach(async ({searchBox}) => {
| ^
183 | await searchBox
184 | .searchSuggestions()
185 | .first()
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:182:12
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L186
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first() to be visible
184 | .searchSuggestions()
185 | .first()
> 186 | .waitFor({state: 'visible', timeout: 10e4});
| ^
187 | await searchBox.submitButton.click();
188 | });
189 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:186:12
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L182
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
180 |
181 | test.describe('after clicking the submit button', () => {
> 182 | test.beforeEach(async ({searchBox}) => {
| ^
183 | await searchBox
184 | .searchSuggestions()
185 | .first()
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:182:12
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L186
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first() to be visible
184 | .searchSuggestions()
185 | .first()
> 186 | .waitFor({state: 'visible', timeout: 10e4});
| ^
187 | await searchBox.submitButton.click();
188 | });
189 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:186:12
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L182
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
180 |
181 | test.describe('after clicking the submit button', () => {
> 182 | test.beforeEach(async ({searchBox}) => {
| ^
183 | await searchBox
184 | .searchSuggestions()
185 | .first()
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:182:12
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L186
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first() to be visible
184 | .searchSuggestions()
185 | .first()
> 186 | .waitFor({state: 'visible', timeout: 10e4});
| ^
187 | await searchBox.submitButton.click();
188 | });
189 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:186:12
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L206
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Test timeout of 30000ms exceeded while running "beforeEach" hook.
204 |
205 | test.describe('with recent queries', () => {
> 206 | test.beforeEach(async ({searchBox, page}) => {
| ^
207 | await searchBox.searchInput.waitFor({state: 'visible'});
208 | await searchBox.searchInput.click();
209 | await searchBox.searchInput.fill('kayak');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:206:10
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L213
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Error: page.waitForLoadState: Test timeout of 30000ms exceeded.
211 | await searchBox.clearButton.waitFor({state: 'visible'});
212 | await searchBox.searchInput.fill('');
> 213 | await page.waitForLoadState('networkidle');
| ^
214 | });
215 |
216 | test('should display recent queries', async ({searchBox}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:213:18
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L206
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
204 |
205 | test.describe('with recent queries', () => {
> 206 | test.beforeEach(async ({searchBox, page}) => {
| ^
207 | await searchBox.searchInput.waitFor({state: 'visible'});
208 | await searchBox.searchInput.click();
209 | await searchBox.searchInput.fill('kayak');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:206:10
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L211
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Clear', { exact: true }) to be visible
209 | await searchBox.searchInput.fill('kayak');
210 | await searchBox.searchInput.press('Enter');
> 211 | await searchBox.clearButton.waitFor({state: 'visible'});
| ^
212 | await searchBox.searchInput.fill('');
213 | await page.waitForLoadState('networkidle');
214 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:211:35
|
Run e2e tests on Atomic (9)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic insight panel
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 4
|
Run e2e tests on Atomic (59)
The process '/opt/hostedtoolcache/node/20.16.0/x64/bin/npx' failed with exit code 1
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L206
1) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Test timeout of 30000ms exceeded while running "beforeEach" hook.
204 |
205 | test.describe('with recent queries', () => {
> 206 | test.beforeEach(async ({searchBox, page}) => {
| ^
207 | await searchBox.searchInput.waitFor({state: 'visible'});
208 | await searchBox.searchInput.click();
209 | await searchBox.searchInput.fill('kayak');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:206:10
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L211
1) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Clear', { exact: true }) to be visible
209 | await searchBox.searchInput.fill('kayak');
210 | await searchBox.searchInput.press('Enter');
> 211 | await searchBox.clearButton.waitFor({state: 'visible'});
| ^
212 | await searchBox.searchInput.fill('');
213 | await page.waitForLoadState('networkidle');
214 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:211:35
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L206
1) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
204 |
205 | test.describe('with recent queries', () => {
> 206 | test.beforeEach(async ({searchBox, page}) => {
| ^
207 | await searchBox.searchInput.waitFor({state: 'visible'});
208 | await searchBox.searchInput.click();
209 | await searchBox.searchInput.fill('kayak');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:206:10
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L211
1) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Clear', { exact: true }) to be visible
209 | await searchBox.searchInput.fill('kayak');
210 | await searchBox.searchInput.press('Enter');
> 211 | await searchBox.clearButton.waitFor({state: 'visible'});
| ^
212 | await searchBox.searchInput.fill('');
213 | await page.waitForLoadState('networkidle');
214 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:211:35
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L206
1) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
204 |
205 | test.describe('with recent queries', () => {
> 206 | test.beforeEach(async ({searchBox, page}) => {
| ^
207 | await searchBox.searchInput.waitFor({state: 'visible'});
208 | await searchBox.searchInput.click();
209 | await searchBox.searchInput.fill('kayak');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:206:10
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L211
1) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Clear', { exact: true }) to be visible
209 | await searchBox.searchInput.fill('kayak');
210 | await searchBox.searchInput.press('Enter');
> 211 | await searchBox.clearButton.waitFor({state: 'visible'});
| ^
212 | await searchBox.searchInput.fill('');
213 | await page.waitForLoadState('networkidle');
214 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:211:35
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L206
2) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
Test timeout of 30000ms exceeded while running "beforeEach" hook.
204 |
205 | test.describe('with recent queries', () => {
> 206 | test.beforeEach(async ({searchBox, page}) => {
| ^
207 | await searchBox.searchInput.waitFor({state: 'visible'});
208 | await searchBox.searchInput.click();
209 | await searchBox.searchInput.fill('kayak');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:206:10
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L211
2) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Clear', { exact: true }) to be visible
209 | await searchBox.searchInput.fill('kayak');
210 | await searchBox.searchInput.press('Enter');
> 211 | await searchBox.clearButton.waitFor({state: 'visible'});
| ^
212 | await searchBox.searchInput.fill('');
213 | await page.waitForLoadState('networkidle');
214 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:211:35
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L206
2) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
204 |
205 | test.describe('with recent queries', () => {
> 206 | test.beforeEach(async ({searchBox, page}) => {
| ^
207 | await searchBox.searchInput.waitFor({state: 'visible'});
208 | await searchBox.searchInput.click();
209 | await searchBox.searchInput.fill('kayak');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:206:10
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L211
2) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Clear', { exact: true }) to be visible
209 | await searchBox.searchInput.fill('kayak');
210 | await searchBox.searchInput.press('Enter');
> 211 | await searchBox.clearButton.waitFor({state: 'visible'});
| ^
212 | await searchBox.searchInput.fill('');
213 | await page.waitForLoadState('networkidle');
214 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:211:35
|
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L137
1) [chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected
Test timeout of 30000ms exceeded while running "beforeEach" hook.
135 |
136 | test.describe('after clicking on page 5', () => {
> 137 | test.beforeEach(async ({pager}) => {
| ^
138 | await pager.numericButton(5).click();
139 | });
140 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:137:10
|
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L138
1) [chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[value="5"]')
136 | test.describe('after clicking on page 5', () => {
137 | test.beforeEach(async ({pager}) => {
> 138 | await pager.numericButton(5).click();
| ^
139 | });
140 |
141 | test('pager button 5 should not be selected', async ({pager}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:138:36
|
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L137
1) [chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
135 |
136 | test.describe('after clicking on page 5', () => {
> 137 | test.beforeEach(async ({pager}) => {
| ^
138 | await pager.numericButton(5).click();
139 | });
140 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:137:10
|
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L138
1) [chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[value="5"]')
136 | test.describe('after clicking on page 5', () => {
137 | test.beforeEach(async ({pager}) => {
> 138 | await pager.numericButton(5).click();
| ^
139 | });
140 |
141 | test('pager button 5 should not be selected', async ({pager}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:138:36
|
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L137
1) [chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
135 |
136 | test.describe('after clicking on page 5', () => {
> 137 | test.beforeEach(async ({pager}) => {
| ^
138 | await pager.numericButton(5).click();
139 | });
140 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:137:10
|
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L138
1) [chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[value="5"]')
136 | test.describe('after clicking on page 5', () => {
137 | test.beforeEach(async ({pager}) => {
> 138 | await pager.numericButton(5).click();
| ^
139 | });
140 |
141 | test('pager button 5 should not be selected', async ({pager}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:138:36
|
[chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:28:7 › when executing an initial search › should not display placeholders:
packages/atomic/src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts#L29
2) [chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:28:7 › when executing an initial search › should not display placeholders
Error: Timed out 7000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('atomic-result-placeholder').first()
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 7000ms
- waiting for locator('atomic-result-placeholder').first()
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
27 |
28 | test('should not display placeholders', async ({productList}) => {
> 29 | await expect(productList.placeholders.first()).not.toBeVisible();
| ^
30 | });
31 | });
32 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:29:56
|
[chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:28:7 › when executing an initial search › should not display placeholders:
packages/atomic/src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts#L29
2) [chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:28:7 › when executing an initial search › should not display placeholders
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('atomic-result-placeholder').first()
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 7000ms
- waiting for locator('atomic-result-placeholder').first()
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
27 |
28 | test('should not display placeholders', async ({productList}) => {
> 29 | await expect(productList.placeholders.first()).not.toBeVisible();
| ^
30 | });
31 | });
32 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:29:56
|
[chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:28:7 › when executing an initial search › should not display placeholders:
packages/atomic/src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts#L29
2) [chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:28:7 › when executing an initial search › should not display placeholders
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('atomic-result-placeholder').first()
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 7000ms
- waiting for locator('atomic-result-placeholder').first()
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
- locator resolved to <atomic-result-placeholder class="hydrated"></atomic-result-placeholder>
- unexpected value "visible"
27 |
28 | test('should not display placeholders', async ({productList}) => {
> 29 | await expect(productList.placeholders.first()).not.toBeVisible();
| ^
30 | });
31 | });
32 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:29:56
|
[chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:50:7 › when gridCellLinkTarget is set to _blank › should open product in new tab:
packages/atomic/src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts#L1
3) [chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:50:7 › when gridCellLinkTarget is set to _blank › should open product in new tab
Test timeout of 30000ms exceeded.
|
[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
1) [firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant
Test timeout of 30000ms exceeded.
|
[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L165
1) [firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-pager[class*="hydrated"]') to be visible
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="false" data-atomic-rendered="false" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-
|
[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
1) [firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L165
1) [firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-pager[class*="hydrated"]') to be visible
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="false" data-atomic-rendered="false" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-o
|
[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
1) [firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L165
1) [firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-pager[class*="hydrated"]') to be visible
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="false" data-atomic-rendered="false" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-o
|
[firefox] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:50:7 › when gridCellLinkTarget is set to _blank › should open product in new tab:
packages/atomic/src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts#L1
2) [firefox] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:50:7 › when gridCellLinkTarget is set to _blank › should open product in new tab
Test timeout of 30000ms exceeded.
|
[firefox] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:50:7 › when gridCellLinkTarget is set to _blank › should open product in new tab:
packages/atomic/src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts#L53
2) [firefox] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:50:7 › when gridCellLinkTarget is set to _blank › should open product in new tab
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-product').first()
51 | const [newTab] = await Promise.all([
52 | context.waitForEvent('page'),
> 53 | productList.products.first().click(),
| ^
54 | ]);
55 | await newTab.waitForLoadState();
56 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:53:36
|
[firefox] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:50:7 › when gridCellLinkTarget is set to _blank › should open product in new tab:
packages/atomic/src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts#L1
2) [firefox] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:50:7 › when gridCellLinkTarget is set to _blank › should open product in new tab
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:50:7 › when gridCellLinkTarget is set to _blank › should open product in new tab:
packages/atomic/src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts#L53
2) [firefox] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:50:7 › when gridCellLinkTarget is set to _blank › should open product in new tab
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-product').first()
51 | const [newTab] = await Promise.all([
52 | context.waitForEvent('page'),
> 53 | productList.products.first().click(),
| ^
54 | ]);
55 | await newTab.waitForLoadState();
56 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:53:36
|
[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#L25
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 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- 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 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 0 elements
- unexpected value "0"
23 | },
24 | });
> 25 | await expect(facets.expandedFacets).toHaveCount(1);
| ^
26 | await expect(facets.collapsedFacets).toHaveCount(7);
27 | });
28 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:25:41
|
[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#L25
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 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- 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 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 0 elements
- unexpected value "0"
23 | },
24 | });
> 25 | await expect(facets.expandedFacets).toHaveCount(1);
| ^
26 | await expect(facets.collapsedFacets).toHaveCount(7);
27 | });
28 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:25:41
|
[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#L25
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 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- 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 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"
23 | },
24 | });
> 25 | await expect(facets.expandedFacets).toHaveCount(1);
| ^
26 | await expect(facets.collapsedFacets).toHaveCount(7);
27 | });
28 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:25:41
|
[chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:29: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#L36
2) [chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:29:7 › default › should disable collapse facets when set to -1
Error: Timed out 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 8
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- 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 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 0 elements
- unexpected value "0"
34 | });
35 | await expect(facets.collapsedFacets).toHaveCount(0);
> 36 | await expect(facets.expandedFacets).toHaveCount(8);
| ^
37 | });
38 | });
39 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:36:41
|
[chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:29: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#L36
2) [chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:29:7 › default › should disable collapse facets when set to -1
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 8
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- 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 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 0 elements
- unexpected value "0"
34 | });
35 | await expect(facets.collapsedFacets).toHaveCount(0);
> 36 | await expect(facets.expandedFacets).toHaveCount(8);
| ^
37 | });
38 | });
39 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:36:41
|
[chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:29: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#L36
2) [chromium] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:29:7 › default › should disable collapse facets when set to -1
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 8
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- 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 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 0 elements
- unexpected value "0"
34 | });
35 | await expect(facets.collapsedFacets).toHaveCount(0);
> 36 | await expect(facets.expandedFacets).toHaveCount(8);
| ^
37 | });
38 | });
39 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:36:41
|
[chromium] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:29:7 › default › should allow to deselect a filter with the clear button:
packages/atomic/src/components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts#L1
3) [chromium] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:29:7 › default › should allow to deselect a filter with the clear button
Test timeout of 30000ms exceeded.
|
[chromium] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:29:7 › default › should allow to deselect a filter with the clear button:
packages/atomic/src/components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts#L34
3) [chromium] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:29:7 › default › should allow to deselect a filter with the clear button
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('listitem').first()
32 | const facetValueLabel = numericFacet.getFacetValueByPosition(0);
33 |
> 34 | await facetValueLabel.click();
| ^
35 |
36 | await expect(numericFacet.clearFilter).toBeVisible();
37 | await numericFacet.clearFilter.click();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:34:27
|
[chromium] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:29:7 › default › should allow to deselect a filter with the clear button:
packages/atomic/src/components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts#L1
3) [chromium] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:29:7 › default › should allow to deselect a filter with the clear button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:29:7 › default › should allow to deselect a filter with the clear button:
packages/atomic/src/components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts#L34
3) [chromium] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:29:7 › default › should allow to deselect a filter with the clear button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('listitem').first()
32 | const facetValueLabel = numericFacet.getFacetValueByPosition(0);
33 |
> 34 | await facetValueLabel.click();
| ^
35 |
36 | await expect(numericFacet.clearFilter).toBeVisible();
37 | await numericFacet.clearFilter.click();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:34:27
|
Run e2e tests for Atomic Hosted Page
Process completed with exit code 1.
|
[webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:25:7 › load more products with products returned by the API › should display a progress bar:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L26
1) [webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:25:7 › load more products with products returned by the API › should display a progress bar
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: locator('[part="progress-bar"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('[part="progress-bar"]')
24 |
25 | test('should display a progress bar', async ({loadMore}) => {
> 26 | await expect(loadMore.progressBar).toBeVisible();
| ^
27 | });
28 |
29 | test('should display a progress value between 1 and 100', async ({
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:26:40
|
[webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:25:7 › load more products with products returned by the API › should display a progress bar:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L26
1) [webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:25:7 › load more products with products returned by the API › should display a progress bar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: locator('[part="progress-bar"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('[part="progress-bar"]')
24 |
25 | test('should display a progress bar', async ({loadMore}) => {
> 26 | await expect(loadMore.progressBar).toBeVisible();
| ^
27 | });
28 |
29 | test('should display a progress value between 1 and 100', async ({
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:26:40
|
[webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:25:7 › load more products with products returned by the API › should display a progress bar:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L26
1) [webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:25:7 › load more products with products returned by the API › should display a progress bar
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: locator('[part="progress-bar"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('[part="progress-bar"]')
24 |
25 | test('should display a progress bar', async ({loadMore}) => {
> 26 | await expect(loadMore.progressBar).toBeVisible();
| ^
27 | });
28 |
29 | test('should display a progress value between 1 and 100', async ({
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:26:40
|
[webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:29:7 › load more products with products returned by the API › should display a progress value between 1 and 100:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L32
2) [webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:29:7 › load more products with products returned by the API › should display a progress value between 1 and 100
Error: Timed out 7000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('[part="progress-bar"] > div')
Expected pattern: /^.+$/
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 7000ms
- waiting for locator('[part="progress-bar"] > div')
30 | loadMore,
31 | }) => {
> 32 | await expect(loadMore.progressValue).toHaveCSS('width', /^.+$/);
| ^
33 | });
34 |
35 | test.describe('after clicking the load more button', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:32:42
|
[webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:29:7 › load more products with products returned by the API › should display a progress value between 1 and 100:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L32
2) [webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:29:7 › load more products with products returned by the API › should display a progress value between 1 and 100
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('[part="progress-bar"] > div')
Expected pattern: /^.+$/
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 7000ms
- waiting for locator('[part="progress-bar"] > div')
30 | loadMore,
31 | }) => {
> 32 | await expect(loadMore.progressValue).toHaveCSS('width', /^.+$/);
| ^
33 | });
34 |
35 | test.describe('after clicking the load more button', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:32:42
|
[webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:29:7 › load more products with products returned by the API › should display a progress value between 1 and 100:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L32
2) [webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:29:7 › load more products with products returned by the API › should display a progress value between 1 and 100
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('[part="progress-bar"] > div')
Expected pattern: /^.+$/
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 7000ms
- waiting for locator('[part="progress-bar"] > div')
30 | loadMore,
31 | }) => {
> 32 | await expect(loadMore.progressValue).toHaveCSS('width', /^.+$/);
| ^
33 | });
34 |
35 | test.describe('after clicking the load more button', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:32:42
|
[webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:36:9 › load more products with products returned by the API › after clicking the load more button › should load more products:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L37
3) [webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:36:9 › load more products with products returned by the API › after clicking the load more button › should load more products
Error: Timed out 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('[part="result-list"] atomic-product')
Expected: 48
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- waiting for locator('[part="result-list"] atomic-product')
- 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 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"
35 | test.describe('after clicking the load more button', () => {
36 | test('should load more products', async ({loadMore, products}) => {
> 37 | await expect(products.products).toHaveCount(48);
| ^
38 | await loadMore.button.click();
39 | const allProducts = await products.products.all();
40 | await Promise.all(
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:37:39
|
[webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:36:9 › load more products with products returned by the API › after clicking the load more button › should load more products:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L37
3) [webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:36:9 › load more products with products returned by the API › after clicking the load more button › should load more products
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('[part="result-list"] atomic-product')
Expected: 48
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- waiting for locator('[part="result-list"] atomic-product')
- 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 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"
35 | test.describe('after clicking the load more button', () => {
36 | test('should load more products', async ({loadMore, products}) => {
> 37 | await expect(products.products).toHaveCount(48);
| ^
38 | await loadMore.button.click();
39 | const allProducts = await products.products.all();
40 | await Promise.all(
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:37:39
|
[webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:36:9 › load more products with products returned by the API › after clicking the load more button › should load more products:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L37
3) [webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:36:9 › load more products with products returned by the API › after clicking the load more button › should load more products
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('[part="result-list"] atomic-product')
Expected: 48
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- waiting for locator('[part="result-list"] atomic-product')
- 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 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"
35 | test.describe('after clicking the load more button', () => {
36 | test('should load more products', async ({loadMore, products}) => {
> 37 | await expect(products.products).toHaveCount(48);
| ^
38 | await loadMore.button.click();
39 | const allProducts = await products.products.all();
40 | await Promise.all(
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:37:39
|
[webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden:
packages/atomic/playwright-utils/base-page-object.ts#L38
4) [webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden
SyntaxError: Unexpected end of JSON input
at ../playwright-utils/base-page-object.ts:38
36 | await this.page.route('**/commerce/v2/search', async (route) => {
37 | const response = await route.fetch();
> 38 | const body = await response.json();
| ^
39 | body.products = [];
40 | if (body.pagination) {
41 | body.pagination.totalEntries = 0;
at /home/runner/work/ui-kit/ui-kit/packages/atomic/playwright-utils/base-page-object.ts:38:20
|
[firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:36:9 › load more products with products returned by the API › after clicking the load more button › should load more products:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L37
1) [firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:36:9 › load more products with products returned by the API › after clicking the load more button › should load more products
Error: Timed out 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('[part="result-list"] atomic-product')
Expected: 48
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- waiting for locator('[part="result-list"] atomic-product')
- 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 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"
35 | test.describe('after clicking the load more button', () => {
36 | test('should load more products', async ({loadMore, products}) => {
> 37 | await expect(products.products).toHaveCount(48);
| ^
38 | await loadMore.button.click();
39 | const allProducts = await products.products.all();
40 | await Promise.all(
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:37:39
|
[firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:36:9 › load more products with products returned by the API › after clicking the load more button › should load more products:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L37
1) [firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:36:9 › load more products with products returned by the API › after clicking the load more button › should load more products
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('[part="result-list"] atomic-product')
Expected: 48
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- waiting for locator('[part="result-list"] atomic-product')
- 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 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"
35 | test.describe('after clicking the load more button', () => {
36 | test('should load more products', async ({loadMore, products}) => {
> 37 | await expect(products.products).toHaveCount(48);
| ^
38 | await loadMore.button.click();
39 | const allProducts = await products.products.all();
40 | await Promise.all(
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:37:39
|
[firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:36:9 › load more products with products returned by the API › after clicking the load more button › should load more products:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L37
1) [firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:36:9 › load more products with products returned by the API › after clicking the load more button › should load more products
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('[part="result-list"] atomic-product')
Expected: 48
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- waiting for locator('[part="result-list"] atomic-product')
- 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 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"
35 | test.describe('after clicking the load more button', () => {
36 | test('should load more products', async ({loadMore, products}) => {
> 37 | await expect(products.products).toHaveCount(48);
| ^
38 | await loadMore.button.click();
39 | const allProducts = await products.products.all();
40 | await Promise.all(
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:37:39
|
[firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden:
packages/atomic/playwright-utils/base-page-object.ts#L38
2) [firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden
SyntaxError: Unexpected end of JSON input
at ../playwright-utils/base-page-object.ts:38
36 | await this.page.route('**/commerce/v2/search', async (route) => {
37 | const response = await route.fetch();
> 38 | const body = await response.json();
| ^
39 | body.products = [];
40 | if (body.pagination) {
41 | body.pagination.totalEntries = 0;
at /home/runner/work/ui-kit/ui-kit/packages/atomic/playwright-utils/base-page-object.ts:38:20
|
[firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L52
2) [firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden
Error: page.waitForLoadState: Test ended.
50 | await loadMore.noProducts();
51 | await loadMore.load({story: 'in-page'});
> 52 | await page.waitForLoadState('networkidle');
| ^
53 | await expect(loadMore.button).not.toBeVisible();
54 | });
55 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:52:16
|
[firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden:
packages/atomic/playwright-utils/base-page-object.ts#L38
2) [firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
SyntaxError: Unexpected end of JSON input
at ../playwright-utils/base-page-object.ts:38
36 | await this.page.route('**/commerce/v2/search', async (route) => {
37 | const response = await route.fetch();
> 38 | const body = await response.json();
| ^
39 | body.products = [];
40 | if (body.pagination) {
41 | body.pagination.totalEntries = 0;
at /home/runner/work/ui-kit/ui-kit/packages/atomic/playwright-utils/base-page-object.ts:38:20
|
[firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L52
2) [firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForLoadState: Test ended.
50 | await loadMore.noProducts();
51 | await loadMore.load({story: 'in-page'});
> 52 | await page.waitForLoadState('networkidle');
| ^
53 | await expect(loadMore.button).not.toBeVisible();
54 | });
55 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:52:16
|
[firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden:
packages/atomic/playwright-utils/base-page-object.ts#L38
2) [firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
SyntaxError: Unexpected end of JSON input
at ../playwright-utils/base-page-object.ts:38
36 | await this.page.route('**/commerce/v2/search', async (route) => {
37 | const response = await route.fetch();
> 38 | const body = await response.json();
| ^
39 | body.products = [];
40 | if (body.pagination) {
41 | body.pagination.totalEntries = 0;
at /home/runner/work/ui-kit/ui-kit/packages/atomic/playwright-utils/base-page-object.ts:38:20
|
[firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L52
2) [firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForLoadState: Test ended.
50 | await loadMore.noProducts();
51 | await loadMore.load({story: 'in-page'});
> 52 | await page.waitForLoadState('networkidle');
| ^
53 | await expect(loadMore.button).not.toBeVisible();
54 | });
55 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:52:16
|
[firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:21:9 › when there are results › after executing a search query that yields no results › should have aria live:
packages/atomic/playwright-utils/base-page-object.ts#L38
3) [firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:21:9 › when there are results › after executing a search query that yields no results › should have aria live
SyntaxError: Unexpected end of JSON input
at ../playwright-utils/base-page-object.ts:38
36 | await this.page.route('**/commerce/v2/search', async (route) => {
37 | const response = await route.fetch();
> 38 | const body = await response.json();
| ^
39 | body.products = [];
40 | if (body.pagination) {
41 | body.pagination.totalEntries = 0;
at /home/runner/work/ui-kit/ui-kit/packages/atomic/playwright-utils/base-page-object.ts:38:20
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L396
1) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
394 |
395 | test('there are search suggestions', async ({searchBox}) => {
> 396 | await expect(searchBox.searchSuggestions().first()).toBeVisible();
| ^
397 | });
398 |
399 | test('should perform requests against the query suggest endpoint', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:396:59
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L396
1) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
394 |
395 | test('there are search suggestions', async ({searchBox}) => {
> 396 | await expect(searchBox.searchSuggestions().first()).toBeVisible();
| ^
397 | });
398 |
399 | test('should perform requests against the query suggest endpoint', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:396:59
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L396
1) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
394 |
395 | test('there are search suggestions', async ({searchBox}) => {
> 396 | await expect(searchBox.searchSuggestions().first()).toBeVisible();
| ^
397 | });
398 |
399 | test('should perform requests against the query suggest endpoint', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:396:59
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:450:7 › standalone searchbox › should redirect to the specified url after submitting a query:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
2) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:450:7 › standalone searchbox › should redirect to the specified url after submitting a query
Test timeout of 30000ms exceeded.
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:450:7 › standalone searchbox › should redirect to the specified url after submitting a query:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L456
2) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:450:7 › standalone searchbox › should redirect to the specified url after submitting a query
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/iframe.html?id=atomic-commerce-search-box--in-page*" until "load"
============================================================
454 | await searchBox.searchInput.fill('kayak');
455 | await searchBox.submitButton.click();
> 456 | await page.waitForURL(
| ^
457 | '**/iframe.html?id=atomic-commerce-search-box--in-page*'
458 | );
459 | await expect(searchBox.searchInput).toHaveValue('kayak');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:456:16
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:450:7 › standalone searchbox › should redirect to the specified url after submitting a query:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
2) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:450:7 › standalone searchbox › should redirect to the specified url after submitting a query
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:450:7 › standalone searchbox › should redirect to the specified url after submitting a query:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L456
2) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:450:7 › standalone searchbox › should redirect to the specified url after submitting a query
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/iframe.html?id=atomic-commerce-search-box--in-page*" until "load"
============================================================
454 | await searchBox.searchInput.fill('kayak');
455 | await searchBox.submitButton.click();
> 456 | await page.waitForURL(
| ^
457 | '**/iframe.html?id=atomic-commerce-search-box--in-page*'
458 | );
459 | await expect(searchBox.searchInput).toHaveValue('kayak');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:456:16
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:450:7 › standalone searchbox › should redirect to the specified url after submitting a query:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
2) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:450:7 › standalone searchbox › should redirect to the specified url after submitting a query
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:450:7 › standalone searchbox › should redirect to the specified url after submitting a query:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L456
2) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:450:7 › standalone searchbox › should redirect to the specified url after submitting a query
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/iframe.html?id=atomic-commerce-search-box--in-page*" until "load"
============================================================
454 | await searchBox.searchInput.fill('kayak');
455 | await searchBox.submitButton.click();
> 456 | await page.waitForURL(
| ^
457 | '**/iframe.html?id=atomic-commerce-search-box--in-page*'
458 | );
459 | await expect(searchBox.searchInput).toHaveValue('kayak');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:456:16
|
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:462:7 › standalone searchbox › should redirect to the specified url after selecting a suggestion:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
3) [firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:462:7 › standalone searchbox › should redirect to the specified url after selecting a suggestion
Test timeout of 30000ms exceeded.
|
[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:101:7 › default › behave correct when searching for a value that does not exist:
packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L1
1) [webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:101:7 › default › behave correct when searching for a value that does not exist
Test timeout of 30000ms exceeded.
|
[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:101:7 › default › behave correct when searching for a value that does not exist:
packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L105
1) [webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:101:7 › default › behave correct when searching for a value that does not exist
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByPlaceholder('Search')
103 | page,
104 | }) => {
> 105 | await facet.searchInput.fill('non-existing-value');
| ^
106 |
107 | await expect(
108 | page.getByText('No matches found for non-existing-value')
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:105:29
|
[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:101:7 › default › behave correct when searching for a value that does not exist:
packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L1
1) [webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:101:7 › default › behave correct when searching for a value that does not exist
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:101:7 › default › behave correct when searching for a value that does not exist:
packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L105
1) [webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:101:7 › default › behave correct when searching for a value that does not exist
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByPlaceholder('Search')
103 | page,
104 | }) => {
> 105 | await facet.searchInput.fill('non-existing-value');
| ^
106 |
107 | await expect(
108 | page.getByText('No matches found for non-existing-value')
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:105:29
|
[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:101:7 › default › behave correct when searching for a value that does not exist:
packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L1
1) [webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:101:7 › default › behave correct when searching for a value that does not exist
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:101:7 › default › behave correct when searching for a value that does not exist:
packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L105
1) [webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:101:7 › default › behave correct when searching for a value that does not exist
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByPlaceholder('Search')
103 | page,
104 | }) => {
> 105 | await facet.searchInput.fill('non-existing-value');
| ^
106 |
107 | await expect(
108 | page.getByText('No matches found for non-existing-value')
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:105:29
|
[webkit] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:12:7 › default › should display facets:
packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts#L14
2) [webkit] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:12:7 › default › should display facets
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Brand').or(getByText('Color')).or(getByText('Size')).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByText('Brand').or(getByText('Color')).or(getByText('Size')).first()
12 | test('should display facets', async ({facets}) => {
13 | await facets.load();
> 14 | await expect(facets.standardFacets.first()).toBeVisible();
| ^
15 | await expect(facets.numericFacets.first()).toBeVisible();
16 | await expect(facets.categoryFacets.first()).toBeVisible();
17 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:14:49
|
[webkit] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:12:7 › default › should display facets:
packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts#L14
2) [webkit] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:12:7 › default › should display facets
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Brand').or(getByText('Color')).or(getByText('Size')).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByText('Brand').or(getByText('Color')).or(getByText('Size')).first()
12 | test('should display facets', async ({facets}) => {
13 | await facets.load();
> 14 | await expect(facets.standardFacets.first()).toBeVisible();
| ^
15 | await expect(facets.numericFacets.first()).toBeVisible();
16 | await expect(facets.categoryFacets.first()).toBeVisible();
17 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:14:49
|
[webkit] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:12:7 › default › should display facets:
packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts#L14
2) [webkit] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:12:7 › default › should display facets
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Brand').or(getByText('Color')).or(getByText('Size')).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByText('Brand').or(getByText('Color')).or(getByText('Size')).first()
12 | test('should display facets', async ({facets}) => {
13 | await facets.load();
> 14 | await expect(facets.standardFacets.first()).toBeVisible();
| ^
15 | await expect(facets.numericFacets.first()).toBeVisible();
16 | await expect(facets.categoryFacets.first()).toBeVisible();
17 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:14:49
|
[webkit] › 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#L25
3) [webkit] › 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 7000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('button', { expanded: true })
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 7000ms
- 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 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"
23 | },
24 | });
> 25 | await expect(facets.expandedFacets).toHaveCount(1);
| ^
26 | await expect(facets.collapsedFacets).toHaveCount(7);
27 | });
28 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:25:41
|
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L137
1) [webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected
Test timeout of 30000ms exceeded while running "beforeEach" hook.
135 |
136 | test.describe('after clicking on page 5', () => {
> 137 | test.beforeEach(async ({pager}) => {
| ^
138 | await pager.numericButton(5).click();
139 | });
140 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:137:10
|
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L138
1) [webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[value="5"]')
136 | test.describe('after clicking on page 5', () => {
137 | test.beforeEach(async ({pager}) => {
> 138 | await pager.numericButton(5).click();
| ^
139 | });
140 |
141 | test('pager button 5 should not be selected', async ({pager}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:138:36
|
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L137
1) [webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
135 |
136 | test.describe('after clicking on page 5', () => {
> 137 | test.beforeEach(async ({pager}) => {
| ^
138 | await pager.numericButton(5).click();
139 | });
140 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:137:10
|
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L138
1) [webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[value="5"]')
136 | test.describe('after clicking on page 5', () => {
137 | test.beforeEach(async ({pager}) => {
> 138 | await pager.numericButton(5).click();
| ^
139 | });
140 |
141 | test('pager button 5 should not be selected', async ({pager}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:138:36
|
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L137
1) [webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
135 |
136 | test.describe('after clicking on page 5', () => {
> 137 | test.beforeEach(async ({pager}) => {
| ^
138 | await pager.numericButton(5).click();
139 | });
140 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:137:10
|
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L138
1) [webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[value="5"]')
136 | test.describe('after clicking on page 5', () => {
137 | test.beforeEach(async ({pager}) => {
> 138 | await pager.numericButton(5).click();
| ^
139 | });
140 |
141 | test('pager button 5 should not be selected', async ({pager}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:138:36
|
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
2) [webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant
Test timeout of 30000ms exceeded.
|
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L165
2) [webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-pager[class*="hydrated"]') to be visible
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="false" data-atomic-rendered="false" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-b
|
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
2) [webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L165
2) [webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-pager[class*="hydrated"]') to be visible
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="false" data-atomic-rendered="false" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="false" data-atomic-rendered="false" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of-pages="5" data-atomic-loaded="true" data-atomic-rendered="true" class="atomic-hidden hydrated" next-button-icon="<svg viewBox="0 0 20 20"><path d="m8.5 15.2 4.3-4.6c.3-.4.3-.9 0-1.3l-4.4-4.5c-.3-.4-.9-.4-1.2 0s-.3.9 0 1.3l3.7 4-3.7 3.9c-.3.4-.3.9 0 1.3.4.3 1 .3 1.3-.1z"/></svg>" previous-button-icon="<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.5 4.8-4.3 4.5c-.3.4-.3.9 0 1.3l4.3 4.6c.3.4.9.4 1.2 0s.3-.9 0-1.3l-3.7-4 3.7-3.9c.3-.4.3-.9 0-1.3-.3-.3-.9-.3-1.2…>↵ ↵ </atomic-commerce-pager>
- locator resolved to hidden <atomic-commerce-pager number-of
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L396
1) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
394 |
395 | test('there are search suggestions', async ({searchBox}) => {
> 396 | await expect(searchBox.searchSuggestions().first()).toBeVisible();
| ^
397 | });
398 |
399 | test('should perform requests against the query suggest endpoint', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:396:59
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L396
1) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
394 |
395 | test('there are search suggestions', async ({searchBox}) => {
> 396 | await expect(searchBox.searchSuggestions().first()).toBeVisible();
| ^
397 | });
398 |
399 | test('should perform requests against the query suggest endpoint', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:396:59
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L396
1) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
394 |
395 | test('there are search suggestions', async ({searchBox}) => {
> 396 | await expect(searchBox.searchSuggestions().first()).toBeVisible();
| ^
397 | });
398 |
399 | test('should perform requests against the query suggest endpoint', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:396:59
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
2) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Test timeout of 30000ms exceeded.
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L417
2) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/Inclusion filter/).first()
415 | searchBox,
416 | }) => {
> 417 | await facets.inclusionFilters.first().click();
| ^
418 | await facets.clearFilters().waitFor({state: 'visible'});
419 | await searchBox.submitButton.click();
420 | await expect(facets.clearFilters()).not.toBeVisible();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:417:43
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
2) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L417
2) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/Inclusion filter/).first()
415 | searchBox,
416 | }) => {
> 417 | await facets.inclusionFilters.first().click();
| ^
418 | await facets.clearFilters().waitFor({state: 'visible'});
419 | await searchBox.submitButton.click();
420 | await expect(facets.clearFilters()).not.toBeVisible();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:417:43
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
2) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L417
2) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/Inclusion filter/).first()
415 | searchBox,
416 | }) => {
> 417 | await facets.inclusionFilters.first().click();
| ^
418 | await facets.clearFilters().waitFor({state: 'visible'});
419 | await searchBox.submitButton.click();
420 | await expect(facets.clearFilters()).not.toBeVisible();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:417:43
|
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:432:7 › with a facet & clear-filters set to false › clicking the submit button should not clear the facet value:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
3) [webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:432:7 › with a facet & clear-filters set to false › clicking the submit button should not clear the facet value
Test timeout of 30000ms exceeded.
|
[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L1
1) [chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button
Test timeout of 30000ms exceeded.
|
[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L21
1) [chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('Load more products') to be visible
19 |
20 | test('should display a load more button', async ({loadMore}) => {
> 21 | await loadMore.button.waitFor({state: 'visible'});
| ^
22 | await expect(loadMore.button).toBeVisible();
23 | });
24 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:21:27
|
[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L1
1) [chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L21
1) [chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('Load more products') to be visible
19 |
20 | test('should display a load more button', async ({loadMore}) => {
> 21 | await loadMore.button.waitFor({state: 'visible'});
| ^
22 | await expect(loadMore.button).toBeVisible();
23 | });
24 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:21:27
|
[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L1
1) [chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button:
packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L21
1) [chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('Load more products') to be visible
19 |
20 | test('should display a load more button', async ({loadMore}) => {
> 21 | await loadMore.button.waitFor({state: 'visible'});
| ^
22 | await expect(loadMore.button).toBeVisible();
23 | });
24 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:21:27
|
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message:
packages/atomic/playwright-utils/base-page-object.ts#L38
2) [chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message
SyntaxError: Unexpected end of JSON input
at ../playwright-utils/base-page-object.ts:38
36 | await this.page.route('**/commerce/v2/search', async (route) => {
37 | const response = await route.fetch();
> 38 | const body = await response.json();
| ^
39 | body.products = [];
40 | if (body.pagination) {
41 | body.pagination.totalEntries = 0;
at /home/runner/work/ui-kit/ui-kit/packages/atomic/playwright-utils/base-page-object.ts:38:20
|
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message:
packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts#L26
2) [chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message
Error: expect(locator).toBeVisible()
Locator: locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find anything for “gahaiusdhgaiuewjfsf”' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find anything for “gahaiusdhgaiuewjfsf”' })
24 |
25 | test('should display no result message', async ({noProducts}) => {
> 26 | await expect(noProducts.message('gahaiusdhgaiuewjfsf')).toBeVisible();
| ^
27 | });
28 | });
29 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:26:63
|
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message:
packages/atomic/playwright-utils/base-page-object.ts#L38
2) [chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
SyntaxError: Unexpected end of JSON input
at ../playwright-utils/base-page-object.ts:38
36 | await this.page.route('**/commerce/v2/search', async (route) => {
37 | const response = await route.fetch();
> 38 | const body = await response.json();
| ^
39 | body.products = [];
40 | if (body.pagination) {
41 | body.pagination.totalEntries = 0;
at /home/runner/work/ui-kit/ui-kit/packages/atomic/playwright-utils/base-page-object.ts:38:20
|
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message:
packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts#L26
2) [chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find anything for “gahaiusdhgaiuewjfsf”' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('[part="no-results"]').filter({ hasText: 'We couldn\'t find anything for “gahaiusdhgaiuewjfsf”' })
24 |
25 | test('should display no result message', async ({noProducts}) => {
> 26 | await expect(noProducts.message('gahaiusdhgaiuewjfsf')).toBeVisible();
| ^
27 | });
28 | });
29 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:26:63
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L396
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
394 |
395 | test('there are search suggestions', async ({searchBox}) => {
> 396 | await expect(searchBox.searchSuggestions().first()).toBeVisible();
| ^
397 | });
398 |
399 | test('should perform requests against the query suggest endpoint', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:396:59
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L396
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
394 |
395 | test('there are search suggestions', async ({searchBox}) => {
> 396 | await expect(searchBox.searchSuggestions().first()).toBeVisible();
| ^
397 | });
398 |
399 | test('should perform requests against the query suggest endpoint', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:396:59
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L396
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
394 |
395 | test('there are search suggestions', async ({searchBox}) => {
> 396 | await expect(searchBox.searchSuggestions().first()).toBeVisible();
| ^
397 | });
398 |
399 | test('should perform requests against the query suggest endpoint', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:396:59
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Test timeout of 30000ms exceeded.
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L417
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/Inclusion filter/).first()
415 | searchBox,
416 | }) => {
> 417 | await facets.inclusionFilters.first().click();
| ^
418 | await facets.clearFilters().waitFor({state: 'visible'});
419 | await searchBox.submitButton.click();
420 | await expect(facets.clearFilters()).not.toBeVisible();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:417:43
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L420
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).not.toBeVisible()
Locator: getByLabel(/Clear \d filter for/)
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 7000ms
- waiting for getByLabel(/Clear \d filter for/)
- locator resolved to <button part="clear-button" aria-label="Clear 1 filter for the Brand facet" class="btn-text-primary flex max-w-full items-baseline p-2 text-sm">…</button>
- unexpected value "visible"
- locator resolved to <button part="clear-button" aria-label="Clear 1 filter for the Brand facet" class="btn-text-primary flex max-w-full items-baseline p-2 text-sm">…</button>
- unexpected value "visible"
- locator resolved to <button part="clear-button" aria-label="Clear 1 filter for the Brand facet" class="btn-text-primary flex max-w-full items-baseline p-2 text-sm">…</button>
- unexpected value "visible"
- locator resolved to <button part="clear-button" aria-label="Clear 1 filter for the Brand facet" class="btn-text-primary flex max-w-full items-baseline p-2 text-sm">…</button>
- unexpected value "visible"
418 | await facets.clearFilters().waitFor({state: 'visible'});
419 | await searchBox.submitButton.click();
> 420 | await expect(facets.clearFilters()).not.toBeVisible();
| ^
421 | });
422 | });
423 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:420:45
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L417
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/Inclusion filter/).first()
415 | searchBox,
416 | }) => {
> 417 | await facets.inclusionFilters.first().click();
| ^
418 | await facets.clearFilters().waitFor({state: 'visible'});
419 | await searchBox.submitButton.click();
420 | await expect(facets.clearFilters()).not.toBeVisible();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:417:43
|
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:432:7 › with a facet & clear-filters set to false › clicking the submit button should not clear the facet value:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
3) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:432:7 › with a facet & clear-filters set to false › clicking the submit button should not clear the facet value
Test timeout of 30000ms exceeded.
|
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
1) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Test timeout of 30000ms exceeded.
|
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L11
1) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-facet').getByRole('listitem').first()
9 |
10 | test('should be A11y compliant', async ({breadbox, makeAxeBuilder}) => {
> 11 | await breadbox.getFacetValue('regular').first().click();
| ^
12 |
13 | const accessibilityResults = await makeAxeBuilder().analyze();
14 | expect(accessibilityResults.violations).toEqual([]);
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:11:53
|
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
1) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L11
1) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-facet').getByRole('listitem').first()
9 |
10 | test('should be A11y compliant', async ({breadbox, makeAxeBuilder}) => {
> 11 | await breadbox.getFacetValue('regular').first().click();
| ^
12 |
13 | const accessibilityResults = await makeAxeBuilder().analyze();
14 | expect(accessibilityResults.violations).toEqual([]);
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:11:53
|
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
1) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L11
1) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-facet').getByRole('listitem').first()
9 |
10 | test('should be A11y compliant', async ({breadbox, makeAxeBuilder}) => {
> 11 | await breadbox.getFacetValue('regular').first().click();
| ^
12 |
13 | const accessibilityResults = await makeAxeBuilder().analyze();
14 | expect(accessibilityResults.violations).toEqual([]);
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:11:53
|
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:77:9 › Default › when a regular facet value is selected › should disappear when clicking on the breadcrumb button:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L65
2) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:77:9 › Default › when a regular facet value is selected › should disappear when clicking on the breadcrumb button
Test timeout of 30000ms exceeded while running "beforeEach" hook.
63 | let firstValueText: string | RegExp;
64 |
> 65 | test.beforeEach(async ({breadbox}) => {
| ^
66 | firstValueText = (await breadbox
67 | .getFacetValue('regular')
68 | .locator('span')
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:65:10
|
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:77:9 › Default › when a regular facet value is selected › should disappear when clicking on the breadcrumb button:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L70
2) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:77:9 › Default › when a regular facet value is selected › should disappear when clicking on the breadcrumb button
Error: locator.textContent: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-facet').getByRole('listitem').locator('span').first()
68 | .locator('span')
69 | .first()
> 70 | .textContent()) as string;
| ^
71 | await breadbox.getFacetValue('regular', firstValueText).click();
72 | await breadbox
73 | .getBreadcrumbButtons(firstValueText)
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:70:10
|
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:77:9 › Default › when a regular facet value is selected › should disappear when clicking on the breadcrumb button:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L65
2) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:77:9 › Default › when a regular facet value is selected › should disappear when clicking on the breadcrumb button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
63 | let firstValueText: string | RegExp;
64 |
> 65 | test.beforeEach(async ({breadbox}) => {
| ^
66 | firstValueText = (await breadbox
67 | .getFacetValue('regular')
68 | .locator('span')
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:65:10
|
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:77:9 › Default › when a regular facet value is selected › should disappear when clicking on the breadcrumb button:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L70
2) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:77:9 › Default › when a regular facet value is selected › should disappear when clicking on the breadcrumb button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-facet').getByRole('listitem').locator('span').first()
68 | .locator('span')
69 | .first()
> 70 | .textContent()) as string;
| ^
71 | await breadbox.getFacetValue('regular', firstValueText).click();
72 | await breadbox
73 | .getBreadcrumbButtons(firstValueText)
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:70:10
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
1) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category facet value
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories' })
Expected string: "Category:Accessories"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
1) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories' })
Expected string: "Category:Accessories"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
1) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category facet value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories' })
Expected string: "Category:Accessories"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category (nested) facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
2) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category (nested) facet value
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories / Surf Accessories' })
Expected string: "Category:Accessories / Surf Accessories"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories / Surf Accessories' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category (nested) facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
2) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category (nested) facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories / Surf Accessories' })
Expected string: "Category:Accessories / Surf Accessories"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories / Surf Accessories' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category (nested) facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
2) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category (nested) facet value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories / Surf Accessories' })
Expected string: "Category:Accessories / Surf Accessories"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories / Surf Accessories' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:118:9 › Default › when a category facet value is selected › should contain the selected value and the facet name in the breadcrumb button:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L96
3) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:118:9 › Default › when a category facet value is selected › should contain the selected value and the facet name in the breadcrumb button
Test timeout of 30000ms exceeded while running "beforeEach" hook.
94 | test.describe('when a category facet value is selected', () => {
95 | let firstValueText: string | RegExp;
> 96 | test.beforeEach(async ({breadbox}) => {
| ^
97 | firstValueText = (await breadbox
98 | .getFacetValue('category')
99 | .first()
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:96:10
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:118:9 › Default › when a category facet value is selected › should contain the selected value and the facet name in the breadcrumb button:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L102
3) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:118:9 › Default › when a category facet value is selected › should contain the selected value and the facet name in the breadcrumb button
Error: locator.textContent: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-category-facet').getByRole('listitem').first().locator('span').first()
100 | .locator('span')
101 | .first()
> 102 | .textContent()) as string;
| ^
103 | await breadbox.getFacetValue('category', firstValueText).click();
104 | await breadbox
105 | .getBreadcrumbButtons(firstValueText)
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:102:10
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:118:9 › Default › when a category facet value is selected › should contain the selected value and the facet name in the breadcrumb button:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L96
3) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:118:9 › Default › when a category facet value is selected › should contain the selected value and the facet name in the breadcrumb button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
94 | test.describe('when a category facet value is selected', () => {
95 | let firstValueText: string | RegExp;
> 96 | test.beforeEach(async ({breadbox}) => {
| ^
97 | firstValueText = (await breadbox
98 | .getFacetValue('category')
99 | .first()
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:96:10
|
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:118:9 › Default › when a category facet value is selected › should contain the selected value and the facet name in the breadcrumb button:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L102
3) [firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:118:9 › Default › when a category facet value is selected › should contain the selected value and the facet name in the breadcrumb button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-category-facet').getByRole('listitem').first().locator('span').first()
100 | .locator('span')
101 | .first()
> 102 | .textContent()) as string;
| ^
103 | await breadbox.getFacetValue('category', firstValueText).click();
104 | await breadbox
105 | .getBreadcrumbButtons(firstValueText)
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:102:10
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for numerical range facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
1) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for numerical range facet value
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Price:$15.00 to $20.00' })
Expected string: "Price:$15.00 to $20.00"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Price:$15.00 to $20.00' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for numerical range facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
1) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for numerical range facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Price:$15.00 to $20.00' })
Expected string: "Price:$15.00 to $20.00"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Price:$15.00 to $20.00' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for numerical range facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
1) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for numerical range facet value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Price:$15.00 to $20.00' })
Expected string: "Price:$15.00 to $20.00"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Price:$15.00 to $20.00' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for date range facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
2) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for date range facet value
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Date:2024-05-27 to 2025-05-27' })
Expected string: "Date:2024-05-27 to 2025-05-27"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Date:2024-05-27 to 2025-05-27' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for date range facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
2) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for date range facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Date:2024-05-27 to 2025-05-27' })
Expected string: "Date:2024-05-27 to 2025-05-27"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Date:2024-05-27 to 2025-05-27' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for date range facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
2) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for date range facet value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Date:2024-05-27 to 2025-05-27' })
Expected string: "Date:2024-05-27 to 2025-05-27"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Date:2024-05-27 to 2025-05-27' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
3) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category facet value
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories' })
Expected string: "Category:Accessories"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
3) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category facet value
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories' })
Expected string: "Category:Accessories"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category facet value:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
3) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category facet value
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories' })
Expected string: "Category:Accessories"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Category:Accessories' })
55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel);
56 |
> 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel);
| ^
58 | });
59 | });
60 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
|
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:109:9 › Default › when a category facet value is selected › should disappear when clicking on the breadcrumb button:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L96
4) [webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:109:9 › Default › when a category facet value is selected › should disappear when clicking on the breadcrumb button
Test timeout of 30000ms exceeded while running "beforeEach" hook.
94 | test.describe('when a category facet value is selected', () => {
95 | let firstValueText: string | RegExp;
> 96 | test.beforeEach(async ({breadbox}) => {
| ^
97 | firstValueText = (await breadbox
98 | .getFacetValue('category')
99 | .first()
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:96:10
|
Confirm build is valid (PR)
Process completed with exit code 1.
|
Confirm build is valid
Process completed with exit code 1.
|
Run e2e tests for IIFE
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (11)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic React NextJS
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic Angular
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (26)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (3)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (19)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (10)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic React
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (14)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (32)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (38)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e screenshots tests on Atomic
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (15)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (29)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (30)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (21)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Stencil.js sample
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (12)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (5)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (46)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (20)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (47)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (50)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (45)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (13)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (43)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (49)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (48)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (52)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (51)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (22)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (23)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (54)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Headless SSR Pages router sample in dev mode
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (55)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
packages/atomic/[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 24.9s
|
Run e2e tests on Atomic (28)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (27)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (24)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (37)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Headless SSR App router sample in dev mode
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
packages/atomic/[webkit] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L1
packages/atomic/[webkit] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts took 2.3m
|
Run e2e tests on Headless SSR Pages router sample in prod mode
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
packages/atomic/[chromium] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts#L1
packages/atomic/[chromium] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts took 20.7s
|
Run e2e tests on Atomic (42)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (16)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (25)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Headless SSR App router sample in prod mode
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (17)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
packages/atomic/[firefox] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts#L1
packages/atomic/[firefox] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts took 25.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 23.9s
|
Run e2e tests on Atomic (18)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (41)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (1)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (31)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (34)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (2)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (44)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (33)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (58)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (58)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (58)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (58)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
|
Run e2e tests on Atomic (58)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (6)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (8)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (6)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (8)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (6)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (8)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (6)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
|
Run e2e tests on Atomic (6)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (8)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
|
Run e2e tests on Atomic (8)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (60)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (60)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (60)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (60)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
|
Run e2e tests on Atomic (60)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (9)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (9)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (9)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (9)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
|
Run e2e tests on Atomic (9)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic insight panel
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (59)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (59)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (59)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (59)
No files were found with the provided path: packages/atomic/cypress/screenshots. No artifacts will be uploaded.
|
Run e2e tests on Atomic (59)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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 21.4s
|
Slow Test:
packages/atomic/[firefox] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L1
packages/atomic/[firefox] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts took 17.4s
|
Run e2e tests on Atomic (57)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (57)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (56)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (56)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (40)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (40)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (53)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (53)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
packages/atomic/[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 39.5s
|
Run e2e tests on Atomic (7)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Atomic (7)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (7)
Failed to download action 'https://api.github.com/repos/cypress-io/github-action/tarball/248bde77443c376edc45906ede03a1aba9da0462'. Error: Connection reset by peer (api.github.com:443)
|
Run e2e tests on Atomic (7)
Back off 24.299 seconds before retry.
|
Slow Test:
packages/atomic/[webkit] › components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts took 27.0s
|
Run e2e tests on Atomic (39)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (4)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run e2e tests on Atomic (35)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
packages/atomic/[webkit] › components/commerce/facets/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/facets/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts took 30.2s
|
Run e2e tests on Atomic (36)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
packages/atomic/[chromium] › components/commerce/facets/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/facets/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts took 21.6s
|
Slow Test:
packages/atomic/[webkit] › components/commerce/atomic-commerce-interface/e2e/atomic-commerce-interface.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/atomic-commerce-interface/e2e/atomic-commerce-interface.e2e.ts took 19.3s
|
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: "atomic-e2e-screenshots-", "result-lists-screenshots", "ssr-app-dev-screenshots", "ssr-app-prd-screenshots", "ssr-page-dev-screenshots", "ssr-pages-prd-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
1 flaky
[webkit] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:167:7 › with min and max values › should limit the end date to the max value
34 passed (2.4m)
|
🎭 Playwright Run Summary
2 flaky
[firefox] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:113:9 › with min and max values › when selecting an end date › should limit the start date to the selected end date
[firefox] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:8:7 › Quickview › should render the quickview button
33 passed (2.4m)
|
🎭 Playwright Run Summary
35 passed (2.5m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:68:13 › default › when selecting a start date and an end date › when clicking the apply button › when clicking the clear filter button › should hide the clear filter button
34 passed (2.3m)
|
🎭 Playwright Run Summary
6 failed
[firefox] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:12:7 › default › should display facets
[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:29:7 › default › should disable collapse facets when set to -1
[firefox] › components/commerce/product-template/e2e/atomic-product-template.e2e.ts:4:7 › default › should display atomic product components when a child of a product list
[firefox] › components/commerce/product-template/e2e/atomic-product-template.e2e.ts:12:7 › default › should display atomic-product components when a child of a recommendation list
[firefox] › components/commerce/product-template/e2e/atomic-product-template.e2e.ts:20:7 › default › should display atomic-product components when a child of a search box instant products
29 passed (3.8m)
|
🎭 Playwright Run Summary
2 failed
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for regular facet value
2 flaky
[firefox] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:47:11 › AtomicTabManager › when viewport is large enough to display all tabs › should change other component visibility › facets
[firefox] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:237:13 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a dropdown option › should change other component visibility › sort dropdown
31 passed (4.3m)
|
🎭 Playwright Run Summary
3 failed
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:241:9 › with instant results & query suggestions › after clicking the searchbox input › should display suggested queries
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:247:9 › with instant results & query suggestions › after clicking the searchbox input › should display instant results
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:268:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
2 flaky
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
30 passed (4.7m)
|
🎭 Playwright Run Summary
4 failed
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for regular facet value
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for numerical range facet value
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for date range facet value
2 flaky
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:47:11 › AtomicTabManager › when viewport is large enough to display all tabs › should change other component visibility › facets
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:290:13 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a dropdown option › when resizing viewport › should hide tabs dropdown
29 passed (5.4m)
|
🎭 Playwright Run Summary
4 failed
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:227:9 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused
1 flaky
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:241:9 › with instant results & query suggestions › after clicking the searchbox input › should display suggested queries
31 passed (6.8m)
|
🎭 Playwright Run Summary
3 failed
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:227:9 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused
1 flaky
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
31 passed (6.5m)
|
🎭 Playwright Run Summary
5 failed
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected
[chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:28:7 › when executing an initial search › should not display placeholders
[chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:50:7 › when gridCellLinkTarget is set to _blank › should open product in new tab
[chromium] › components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts:13:7 › default › should be A11Y compliant
[chromium] › components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts:25:7 › default › should execute the first query with the default number of products
1 flaky
[chromium] › components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts:38:7 › default › should render the component with the number of products selected
30 passed (6.8m)
|
🎭 Playwright Run Summary
4 failed
[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant
[firefox] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:50:7 › when gridCellLinkTarget is set to _blank › should open product in new tab
[firefox] › components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts:13:7 › default › should be A11Y compliant
[firefox] › components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts:25:7 › default › should execute the first query with the default number of products
1 flaky
[firefox] › components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts:38:7 › default › should render the component with the number of products selected
30 passed (7.2m)
|
🎭 Playwright Run Summary
5 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:29:7 › default › should disable collapse facets when set to -1
[chromium] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:29:7 › default › should allow to deselect a filter with the clear button
[chromium] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:42:7 › default › should allow to filter by entering a valid minimum and maximum value
[chromium] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:51:7 › default › should prevent from filtering by entering an invalid minimum and maximum value
2 flaky
[chromium] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:8:7 › default › should be A11y compliant
[chromium] › components/commerce/product-template/e2e/atomic-product-template.e2e.ts:4:7 › default › should display atomic product components when a child of a product list
29 passed (7.0m)
|
🎭 Playwright Run Summary
16 failed
[webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:25:7 › load more products with products returned by the API › should display a progress bar
[webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:29:7 › load more products with products returned by the API › should display a progress value between 1 and 100
[webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:36:9 › load more products with products returned by the API › after clicking the load more button › should load more products
[webkit] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden
[webkit] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message
[webkit] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:55:7 › when there are no products › should be present in the page
[webkit] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:59:7 › when there are no products › should display no result message
[webkit] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:63:7 › when there are no products › should display search tips
[webkit] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:74:9 › when there are no products › when the query contains HTML characters › should display the query with HTML characters
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:8:7 › Default › nextButton should be enabled
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:12:7 › Default › previousButton should be disabled
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:16:7 › Default › should be A11y compliant
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:22:7 › Default › should display 5 pages
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:26:7 › Default › should display numeric Button
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:32:7 › Default › should display a previous button
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:36:7 › Default › should display a next button
2 flaky
[webkit] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:21:9 › when there are results › after executing a search query that yields no results › should have aria live
[webkit] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:37:9 › when there are results › after executing a search query that returns results › should remove aria live
17 passed (7.1m)
|
🎭 Playwright Run Summary
9 failed
[firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:36:9 › load more products with products returned by the API › after clicking the load more button › should load more products
[firefox] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:49:7 › load more products when there are no products › should be hidden
[firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:21:9 › when there are results › after executing a search query that yields no results › should have aria live
[firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message
[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:16:7 › Default › should be A11y compliant
[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:22:7 › Default › should display 5 pages
[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:26:7 › Default › should display numeric Button
[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:32:7 › Default › should display a previous button
[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:36:7 › Default › should display a next button
4 flaky
[firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:37:9 › when there are results › after executing a search query that returns results › should remove aria live
[firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:63:7 › when there are no products › should display search tips
[firefox] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:74:9 › when there are no products › when the query contains HTML characters › should display the query with HTML characters
[firefox] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:45:9 › Default › after clicking the button next › pager button 2 should be selected
22 passed (6.8m)
|
🎭 Playwright Run Summary
3 failed
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:450:7 › standalone searchbox › should redirect to the specified url after submitting a query
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:462:7 › standalone searchbox › should redirect to the specified url after selecting a suggestion
2 flaky
[firefox] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
[firefox] › components/commerce/facets/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts:8:7 › default › should be A11y compliant
30 passed (7.3m)
|
🎭 Playwright Run Summary
6 failed
[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:101:7 › default › behave correct when searching for a value that does not exist
[webkit] › components/commerce/facets/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts:12:7 › default › should display facets
[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:29:7 › default › should disable collapse facets when set to -1
[webkit] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:8:7 › default › should be A11y compliant
[webkit] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:14:7 › default › should allow to select and deselect a range
1 flaky
[webkit] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:29:7 › default › should allow to deselect a filter with the clear button
28 passed (7.4m)
|
🎭 Playwright Run Summary
10 failed
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:141:9 › Default › after clicking on page 5 › pager button 5 should not be selected
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:164:7 › with a valid page in the hash › should be A11y compliant
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:176:7 › with number-of-pages=3 › should display 3 pages
[webkit] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:199:7 › should allow custom icons › previous button
[webkit] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:28:7 › when executing an initial search › should not display placeholders
[webkit] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:21:7 › after searching for kayak › should not display duration by default
[webkit] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:34:7 › when search yields no products › should not display anything
[webkit] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:45:7 › when search yields multiple products › screen readers should read out
[webkit] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:70:7 › when a query yield a single product › should display message
[webkit] › components/commerce/atomic-commerce-query-summary/e2e/atomic-commerce-query-summary.e2e.ts:75:7 › when a query yield a single product › screen readers should read out
1 flaky
[webkit] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts:50:7 › when gridCellLinkTarget is set to _blank › should open product in new tab
24 passed (8.7m)
|
🎭 Playwright Run Summary
8 failed
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:432:7 › with a facet & clear-filters set to false › clicking the submit button should not clear the facet value
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:450:7 › standalone searchbox › should redirect to the specified url after submitting a query
[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:30:7 › default › should allow to filter by selecting multiple values
[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:47:7 › default › should allow to deselect a filter with the clear button
[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:62:7 › default › should allow to show more values and show less values
[webkit] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:80:7 › default › allow to search for a value
1 flaky
[webkit] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:462:7 › standalone searchbox › should redirect to the specified url after selecting a suggestion
26 passed (11.6m)
|
🎭 Playwright Run Summary
15 failed
[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:25:9 › when there are results › after executing a search query that yields no results › should display no result message
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:37:9 › when there are results › after executing a search query that returns results › should remove aria live
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:55:7 › when there are no products › should be present in the page
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:59:7 › when there are no products › should display no result message
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:63:7 › when there are no products › should display search tips
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:74:9 › when there are no products › when the query contains HTML characters › should display the query with HTML characters
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:8:7 › Default › nextButton should be enabled
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:12:7 › Default › previousButton should be disabled
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:16:7 › Default › should be A11y compliant
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:22:7 › Default › should display 5 pages
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:26:7 › Default › should display numeric Button
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:32:7 › Default › should display a previous button
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:96:9 › Default › after clicking the button previous › nextButton should be enabled
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:100:9 › Default › after clicking the button previous › previousButton should be disabled
4 flaky
[chromium] › components/commerce/atomic-commerce-no-products/e2e/atomic-commerce-no-products.e2e.ts:21:9 › when there are results › after executing a search query that yields no results › should have aria live
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:36:7 › Default › should display a next button
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:92:9 › Default › after clicking the button previous › should not include the first page in the hash
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:110:9 › Default › after clicking the pager button › pager button 3 should be selected
17 passed (11.5m)
|
🎭 Playwright Run Summary
7 failed
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:395:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:413:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:432:7 › with a facet & clear-filters set to false › clicking the submit button should not clear the facet value
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:450:7 › standalone searchbox › should redirect to the specified url after submitting a query
[chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:62:7 › default › should allow to show more values and show less values
[chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:80:7 › default › allow to search for a value
[chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:92:7 › default › allow to clear the search input
2 flaky
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:462:7 › standalone searchbox › should redirect to the specified url after selecting a suggestion
[chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:101:7 › default › behave correct when searching for a value that does not exist
27 passed (11.2m)
|
🎭 Playwright Run Summary
5 failed
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:10:7 › Default › should be A11y compliant
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:77:9 › Default › when a regular facet value is selected › should disappear when clicking on the breadcrumb button
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:86:9 › Default › when a regular facet value is selected › should contain the selected value and the facet name in the breadcrumb button
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:192:9 › Default › when a numerical facet value is selected › should contain the selected value and the facet name in the breadcrumb button
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:217:9 › Default › when a date range facet value is selected › should disappear when clicking on the breadcrumb button
4 flaky
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for regular facet value
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:109:9 › Default › when a category facet value is selected › should disappear when clicking on the breadcrumb button
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:159:11 › Default › when a category facet value is selected › when a nested category facet value is selected › should contain the selected value and the facet name in the breadcrumb button
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:226:9 › Default › when a date range facet value is selected › should contain the selected value and the facet name in the breadcrumb button
27 passed (12.2m)
|
🎭 Playwright Run Summary
7 failed
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category facet value
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category (nested) facet value
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:118:9 › Default › when a category facet value is selected › should contain the selected value and the facet name in the breadcrumb button
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:150:11 › Default › when a category facet value is selected › when a nested category facet value is selected › should disappear when clicking on the breadcrumb button
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:159:11 › Default › when a category facet value is selected › when a nested category facet value is selected › should contain the selected value and the facet name in the breadcrumb button
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:310:11 › Default › when selecting multiple facet values › when clicking on a breadcrumb button › should update the "Show More" button count
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:321:11 › Default › when selecting multiple facet values › when clicking on the "Show More" button › should display all facet values
2 flaky
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:109:9 › Default › when a category facet value is selected › should disappear when clicking on the breadcrumb button
[firefox] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:326:11 › Default › when selecting multiple facet values › when clicking on the "Show More" button › should display the "Show Less" button
26 passed (11.7m)
|
🎭 Playwright Run Summary
8 failed
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for numerical range facet value
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for date range facet value
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for category facet value
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:109:9 › Default › when a category facet value is selected › should disappear when clicking on the breadcrumb button
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:118:9 › Default › when a category facet value is selected › should contain the selected value and the facet name in the breadcrumb button
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:150:11 › Default › when a category facet value is selected › when a nested category facet value is selected › should disappear when clicking on the breadcrumb button
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:259:11 › Default › when selecting multiple facet values › when clicking on the "Clear all" button › should hide all breadcrumb buttons
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:266:9 › Default › when selecting multiple facet values › should group extra facet values in the "Show More" button based on the viewport size
2 flaky
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:192:9 › Default › when a numerical facet value is selected › should contain the selected value and the facet name in the breadcrumb button
[webkit] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:294:11 › Default › when selecting multiple facet values › when clicking on a breadcrumb button › should hide the breadcrumb button
25 passed (12.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
atomic-e2e-screenshots-
|
10.5 MB |
|
atomic-hosted-page-playwright-report
Expired
|
1.61 MB |
|
atomic-playwright-report
Expired
|
178 MB |
|
blob-report-1
Expired
|
6.15 MB |
|
blob-report-10
Expired
|
8.91 MB |
|
blob-report-11
Expired
|
12.4 MB |
|
blob-report-12
Expired
|
5.55 MB |
|
blob-report-13
Expired
|
7.08 MB |
|
blob-report-14
Expired
|
5.72 MB |
|
blob-report-15
Expired
|
1.09 MB |
|
blob-report-16
Expired
|
2.91 MB |
|
blob-report-17
Expired
|
7.68 MB |
|
blob-report-18
Expired
|
8.17 MB |
|
blob-report-19
Expired
|
5.31 MB |
|
blob-report-2
Expired
|
15.2 MB |
|
blob-report-20
Expired
|
2.05 MB |
|
blob-report-21
Expired
|
16 MB |
|
blob-report-22
Expired
|
9.45 MB |
|
blob-report-23
Expired
|
414 KB |
|
blob-report-24
Expired
|
35.8 KB |
|
blob-report-3
Expired
|
10.9 MB |
|
blob-report-4
Expired
|
6.21 MB |
|
blob-report-5
Expired
|
21.3 MB |
|
blob-report-6
Expired
|
11.1 MB |
|
blob-report-7
Expired
|
309 KB |
|
blob-report-8
Expired
|
4.86 MB |
|
blob-report-9
Expired
|
9.46 MB |
|
result-lists-screenshots
|
1.85 MB |
|
ssr-app-dev-screenshots
|
78.8 KB |
|
ssr-app-prd-screenshots
|
600 KB |
|
ssr-page-dev-screenshots
|
380 KB |
|
ssr-pages-prd-screenshots
|
235 KB |
|