Skip to content

feat(atomic): add Lit equivalent for @MapProp decorator #25944

feat(atomic): add Lit equivalent for @MapProp decorator

feat(atomic): add Lit equivalent for @MapProp decorator #25944

Re-run triggered January 15, 2025 22:08
Status Failure
Total duration 6h 0m 58s
Artifacts 28

prbot.yml

on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
3m 49s
Check with linter
Run unit tests
3m 10s
Run unit tests
Run e2e screenshots tests on Atomic
2m 44s
Run e2e screenshots tests on Atomic
Run e2e tests on Atomic React
5m 39s
Run e2e tests on Atomic React
Run e2e tests on Atomic React NextJS
1m 47s
Run e2e tests on Atomic React NextJS
Run e2e tests for IIFE
10s
Run e2e tests for IIFE
Run e2e tests on Atomic Angular
8m 35s
Run e2e tests on Atomic Angular
Run e2e tests on Vue.js sample
1m 6s
Run e2e tests on Vue.js sample
Run e2e tests on Stencil.js sample
1m 42s
Run e2e tests on Stencil.js sample
Run e2e tests for Atomic Hosted Page
3m 15s
Run e2e tests for Atomic Hosted Page
Run e2e tests for Headless Commerce SSR
9m 22s
Run e2e tests for Headless Commerce SSR
Run e2e tests on Atomic insight panel
1m 47s
Run e2e tests on Atomic insight panel
Run e2e tests on Headless SSR App router sample in dev mode
2m 52s
Run e2e tests on Headless SSR App router sample in dev mode
Run e2e tests on Headless SSR App router sample in prod mode
2m 18s
Run e2e tests on Headless SSR App router sample in prod mode
Run e2e tests on Headless SSR Pages router sample in dev mode
4m 8s
Run e2e tests on Headless SSR Pages router sample in dev mode
Run e2e tests on Headless SSR Pages router sample in prod mode
2m 59s
Run e2e tests on Headless SSR Pages router sample in prod mode
Should test Quantic?
1m 28s
Should test Quantic?
Run e2e tests on Atomic CSP
2m 45s
Run e2e tests on Atomic CSP
Determine Playwright E2E tests to run
1m 42s
Determine Playwright E2E tests to run
Verify compatibility of packages
1m 19s
Verify compatibility of packages
Build typedoc
1m 59s
Build typedoc
Run Quantic E2E tests  /  Setup e2e tests on Quantic
Run Quantic E2E tests / Setup e2e tests on Quantic
Matrix: Run Playwright tests for Atomic
Matrix: Run Quantic E2E tests / Run Cypress e2e tests on Quantic
Waiting for pending jobs
Confirm build is valid (merge group)
0s
Confirm build is valid (merge group)
Merge Playwright reports
7m 29s
Merge Playwright reports
Run Quantic E2E tests  /  Run Playwright e2e tests on Quantic
Run Quantic E2E tests / Run Playwright e2e tests on Quantic
Run Quantic E2E tests  /  e2e-quantic-cleanup
Run Quantic E2E tests / e2e-quantic-cleanup
Confirm build is valid (PR)
9s
Confirm build is valid (PR)
Confirm build is valid
9s
Confirm build is valid
Fit to window
Zoom out
Zoom in

Annotations

18 errors, 174 warnings, and 25 notices
[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:93:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 2 › when clicking the "Show More" button › when isCollapsible is true › should show "Show Less" button: packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts#L29
1) [chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:93:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 2 › when clicking the "Show More" button › when isCollapsible is true › should show "Show Less" button TypeError: Cannot read properties of undefined (reading '0') at components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts:29 27 | const response = await route.fetch(); 28 | const body = await response.json(); > 29 | body.products[0].excerpt = | ^ 30 | 'This is a long excerpt that should be truncated'.repeat(10); 31 | await route.fulfill({ 32 | response, at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts:29:20
[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:93:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 2 › when clicking the "Show More" button › when isCollapsible is true › should show "Show Less" button: packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts#L84
1) [chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:93:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 2 › when clicking the "Show More" button › when isCollapsible is true › should show "Show Less" button Error: locator.waitFor: Test ended. Call log: - waiting for locator('atomic-product-excerpt[class*="hydrated"]').first() to be visible 82 | args: {truncateAfter: value, isCollapsible: true}, 83 | }); > 84 | await productExcerpt.hydrated.first().waitFor(); | ^ 85 | await productExcerpt.showMoreButton.first().click(); 86 | }); 87 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:84:53
[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:98:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 2 › when clicking the "Show More" button › when isCollapsible is true › should collapse excerpt when clicking the "Show Less" button: packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts#L29
2) [chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:98:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 2 › when clicking the "Show More" button › when isCollapsible is true › should collapse excerpt when clicking the "Show Less" button TypeError: Cannot read properties of undefined (reading '0') at components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts:29 27 | const response = await route.fetch(); 28 | const body = await response.json(); > 29 | body.products[0].excerpt = | ^ 30 | 'This is a long excerpt that should be truncated'.repeat(10); 31 | await route.fulfill({ 32 | response, at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts:29:20
[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:98:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 2 › when clicking the "Show More" button › when isCollapsible is true › should collapse excerpt when clicking the "Show Less" button: packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts#L84
2) [chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:98:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 2 › when clicking the "Show More" button › when isCollapsible is true › should collapse excerpt when clicking the "Show Less" button Error: locator.waitFor: Test ended. Call log: - waiting for locator('atomic-product-excerpt[class*="hydrated"]').first() to be visible 82 | args: {truncateAfter: value, isCollapsible: true}, 83 | }); > 84 | await productExcerpt.hydrated.first().waitFor(); | ^ 85 | await productExcerpt.showMoreButton.first().click(); 86 | }); 87 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:84:53
[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:122:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 2 › when clicking the "Show More" button › when isCollapsible is false › should not show "Show Less" button: packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts#L29
3) [chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:122:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 2 › when clicking the "Show More" button › when isCollapsible is false › should not show "Show Less" button TypeError: Cannot read properties of undefined (reading '0') at components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts:29 27 | const response = await route.fetch(); 28 | const body = await response.json(); > 29 | body.products[0].excerpt = | ^ 30 | 'This is a long excerpt that should be truncated'.repeat(10); 31 | await route.fulfill({ 32 | response, at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts:29:20
[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:122:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 2 › when clicking the "Show More" button › when isCollapsible is false › should not show "Show Less" button: packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts#L113
3) [chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:122:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 2 › when clicking the "Show More" button › when isCollapsible is false › should not show "Show Less" button Error: locator.waitFor: Test ended. Call log: - waiting for locator('atomic-product-excerpt[class*="hydrated"]').first() to be visible 111 | args: {truncateAfter: value, isCollapsible: false}, 112 | }); > 113 | await productExcerpt.hydrated.first().waitFor(); | ^ 114 | await productExcerpt.showMoreButton.first().click(); 115 | }); 116 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:113:53
[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:98:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is true › should collapse excerpt when clicking the "Show Less" button: packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts#L29
4) [chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:98:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is true › should collapse excerpt when clicking the "Show Less" button TypeError: Cannot read properties of undefined (reading '0') at components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts:29 27 | const response = await route.fetch(); 28 | const body = await response.json(); > 29 | body.products[0].excerpt = | ^ 30 | 'This is a long excerpt that should be truncated'.repeat(10); 31 | await route.fulfill({ 32 | response, at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/page-object.ts:29:20
[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:98:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is true › should collapse excerpt when clicking the "Show Less" button: packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts#L84
4) [chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:98:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is true › should collapse excerpt when clicking the "Show Less" button Error: locator.waitFor: Test ended. Call log: - waiting for locator('atomic-product-excerpt[class*="hydrated"]').first() to be visible 82 | args: {truncateAfter: value, isCollapsible: true}, 83 | }); > 84 | await productExcerpt.hydrated.first().waitFor(); | ^ 85 | await productExcerpt.showMoreButton.first().click(); 86 | }); 87 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:84:53
[chromium] › components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts:41:5 › with a custom fallback image › when the product image is missing › should render the fallback image: packages/atomic/src/components/commerce/product-template-components/atomic-product-image/e2e/page-object.ts#L34
5) [chromium] › components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts:41:5 › with a custom fallback image › when the product image is missing › should render the fallback image TypeError: Cannot read properties of undefined (reading '0') at components/commerce/product-template-components/atomic-product-image/e2e/page-object.ts:34 32 | const response = await route.fetch(); 33 | const body = await response.json(); > 34 | body.products[0].ec_thumbnails = thumbnails; | ^ 35 | 36 | await route.fulfill({ 37 | response, at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-image/e2e/page-object.ts:34:20
[chromium] › components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts:41:5 › with a custom fallback image › when the product image is missing › should render the fallback image: packages/atomic/src/components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts#L38
5) [chromium] › components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts:41:5 › with a custom fallback image › when the product image is missing › should render the fallback image Error: locator.waitFor: Test ended. Call log: - waiting for getByRole('img').first() to be visible 36 | await productImage.withCustomThumbnails([]); 37 | await productImage.load({story: 'with-a-fallback-image'}); > 38 | await productImage.noCarouselImage.waitFor(); | ^ 39 | }); 40 | 41 | test('should render the fallback image', async ({productImage}) => { at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts:38:42
[chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:152:13 › atomic-product-description › when description is truncated › when truncateAfter is set to 4 › when clicking the "Show More" button › when isCollapsible is false › should not show "Show Less" button: packages/atomic/src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts#L155
1) [chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:152:13 › atomic-product-description › when description is truncated › when truncateAfter is set to 4 › when clicking the "Show More" button › when isCollapsible is false › should not show "Show Less" button Error: expect(locator).not.toBeVisible() Locator: getByRole('button', { name: 'Show less' }) Expected: not visible Received: visible Call log: - expect.not.toBeVisible with timeout 7000ms - waiting for getByRole('button', { name: 'Show less' }) 2 × locator resolved to <button title="Show less" class="btn-text-primary expandable-text-button p-1 text-xs ripple-parent ripple-relative">…</button> - unexpected value "visible" 153 | productDescription, 154 | }) => { > 155 | expect(productDescription.showLessButton).not.toBeVisible(); | ^ 156 | }); 157 | }); 158 | }); at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:155:61
[chromium] › components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:105:3 › with max-values-to-display set to total number of values (6) › should not render an indicator that more values are available: packages/atomic/src/components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts#L108
1) [chromium] › components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:105:3 › with max-values-to-display set to total number of values (6) › should not render an indicator that more values are available Error: expect(locator).not.toBeVisible() Locator: locator('atomic-product-multi-value-text[class*="hydrated"]').first().getByText('more...') Expected: not visible Received: visible Call log: - expect.not.toBeVisible with timeout 7000ms - waiting for locator('atomic-product-multi-value-text[class*="hydrated"]').first().getByText('more...') 106 | productMultiValueText, 107 | }) => { > 108 | expect(productMultiValueText.moreValuesIndicator()).not.toBeVisible(); | ^ 109 | }); 110 | }); 111 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:108:61
[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button: packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
1) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button Test timeout of 30000ms exceeded.
[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button: packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L75
1) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('atomic-search-box').getByLabel('Clear recent searches.') 73 | searchBox, 74 | }) => { > 75 | await searchBox.clearRecentQueriesButton.click(); | ^ 76 | await expect(searchBox.recentQueries().first()).not.toBeVisible(); 77 | }); 78 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:75:48
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:347:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets: packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L353
1) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:347:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: locator('atomic-refine-modal').getByLabel(/^included-facet$/).first() Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 7000ms - waiting for locator('atomic-refine-modal').getByLabel(/^included-facet$/).first() 11 × locator resolved to <atomic-facet with-search="" is-collapsed="" field="filetype" heading-level="0" is-refine-modal="" facet-id="filetype" number-of-values="8" filter-facet-count="" data-atomic-loaded="true" sort-criteria="automatic" aria-label="included-facet" tabs-included="["article"]" data-atomic-rendered="true" display-values-as="checkbox" class="atomic-hidden hydrated" label="File type (included facet)" results-must-match="atLeastOneValue"></atomic-facet> - unexpected value "hidden" 351 | const includedFacets = await tabManager.includedModalFacet.all(); 352 | for (let i = 0; i < includedFacets.length; i++) { > 353 | await expect(includedFacets[i]).toBeVisible(); | ^ 354 | } 355 | 356 | const excludedFacets = await tabManager.excludedModalFacet.all(); at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:353:45
Run e2e tests on Atomic (2)
The job running on runner GitHub Actions 57 has exceeded the maximum execution time of 360 minutes.
Confirm build is valid (PR)
Process completed with exit code 1.
Confirm build is valid
Process completed with exit code 1.
Build
Failed to restore: Cache service responded with 429
Build
Failed to restore: Cache service responded with 429
Build
Failed to restore: Cache service responded with 429
Report bundle size
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build CDN
Failed to restore: Cache service responded with 429
Build CDN
Failed to restore: Cache service responded with 429
Build CDN
Failed to restore: Cache service responded with 429
Check with linter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check with linter: packages/atomic/src/autoloader/index.ts#L1
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Verify compatibility of packages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic CSP
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Determine Playwright E2E tests to run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build typedoc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic Angular
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic insight panel
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic React NextJS
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic React
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e screenshots tests on Atomic
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Stencil.js sample
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Vue.js sample
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests for IIFE
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests for Atomic Hosted Page
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests for Headless Commerce SSR
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 32.1s
Run e2e tests on Headless SSR App router sample in prod mode
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Headless SSR Pages router sample in prod mode
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Headless SSR App router sample in dev mode
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Headless SSR Pages router sample in dev mode
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Should test Quantic?
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (5)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (7)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (13)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (14)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (15)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (21)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (16)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (19)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (23)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (27)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (24)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (25)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (28)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (26)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (30)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (31)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (29)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (33)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (34)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (32)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (36)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (35)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (38)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (37)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (39)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (40)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (41)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (44)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (42)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (43)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (45)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (48)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (46)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (47)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (50)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (51)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (52)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (49)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (53)
Failed to restore: Cache service responded with 429
Run e2e tests on Atomic (55)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (54)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (56)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (57)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (59)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (58)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run e2e tests on Atomic (60)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run Playwright tests for Atomic (1, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (1, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (1, 24)
Failed to restore: Cache service responded with 429
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 41.6s
Run Playwright tests for Atomic (5, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (5, 24)
Failed to restore: Cache service responded with 429
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts took 29.9s
Run Playwright tests for Atomic (2, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (2, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (2, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (2, 24)
Failed to restore: Cache service responded with 429
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 1.2m
Run Playwright tests for Atomic (3, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (3, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (3, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (3, 24)
Failed to restore: Cache service responded with 429
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts took 16.9s
Run Playwright tests for Atomic (4, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (4, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (4, 24)
Failed to restore: Cache service responded with 429
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts took 26.2s
Run Playwright tests for Atomic (7, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (7, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (7, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (7, 24)
Failed to restore: Cache service responded with 429
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 26.4s
Run Playwright tests for Atomic (8, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (9, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (8, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (9, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (8, 24)
Failed to restore: Cache service responded with 429
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 20.1s
Run Playwright tests for Atomic (9, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (12, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (12, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (11, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (11, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (11, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (13, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (13, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (13, 24)
Failed to restore: Cache service responded with 429
Slow Test: packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts took 24.6s
Run Playwright tests for Atomic (14, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (14, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (14, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (15, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (15, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (16, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (16, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (16, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (16, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (17, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (17, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (17, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (18, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (18, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (18, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (21, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (21, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (21, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (21, 24)
Failed to restore: Cache service responded with 429
Slow Test: packages/atomic/[chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L1
packages/atomic/[chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts took 17.7s
Run Playwright tests for Atomic (20, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (20, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (20, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (20, 24)
Failed to restore: Cache service responded with 429
Slow Test: packages/atomic/[chromium] › components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts#L1
packages/atomic/[chromium] › components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts took 23.4s
Run Playwright tests for Atomic (19, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (19, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (19, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (19, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (23, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (23, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (23, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (22, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (22, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (22, 24)
Failed to restore: Cache service responded with 429
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 31.3s
Run Playwright tests for Atomic (24, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (24, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (24, 24)
Failed to restore: Cache service responded with 429
Run Playwright tests for Atomic (24, 24)
Failed to restore: Cache service responded with 429
Merge Playwright reports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Confirm build is valid (PR)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Confirm build is valid
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
23 passed (36.0s)
🎭 Playwright Run Summary
24 passed (45.1s)
🎭 Playwright Run Summary
24 passed (44.1s)
🎭 Playwright Run Summary
24 passed (1.4m)
🎭 Playwright Run Summary
24 passed (41.6s)
🎭 Playwright Run Summary
24 passed (28.2s)
🎭 Playwright Run Summary
24 passed (32.2s)
🎭 Playwright Run Summary
24 passed (30.0s)
🎭 Playwright Run Summary
24 passed (24.0s)
🎭 Playwright Run Summary
24 passed (40.6s)
🎭 Playwright Run Summary
24 passed (40.4s)
🎭 Playwright Run Summary
8 flaky [chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:93:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 2 › when clicking the "Show More" button › when isCollapsible is true › should show "Show Less" button [chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:98:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 2 › when clicking the "Show More" button › when isCollapsible is true › should collapse excerpt when clicking the "Show Less" button [chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:122:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 2 › when clicking the "Show More" button › when isCollapsible is false › should not show "Show Less" button [chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:98:13 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › when clicking the "Show More" button › when isCollapsible is true › should collapse excerpt when clicking the "Show Less" button [chromium] › components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts:41:5 › with a custom fallback image › when the product image is missing › should render the fallback image [chromium] › components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts:59:5 › with a custom fallback image › when the product image is invalid › should render the fallback image [chromium] › components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts:64:5 › with a custom fallback image › when the product image is invalid › should have a 1:1 aspect ratio [chromium] › components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts:82:5 › with a custom fallback image › when the product image is not a string › should have a 1:1 aspect ratio 16 passed (1.0m)
🎭 Playwright Run Summary
1 flaky [chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:152:13 › atomic-product-description › when description is truncated › when truncateAfter is set to 4 › when clicking the "Show More" button › when isCollapsible is false › should not show "Show Less" button 23 passed (54.4s)
🎭 Playwright Run Summary
24 passed (37.3s)
🎭 Playwright Run Summary
1 flaky [chromium] › components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:105:3 › with max-values-to-display set to total number of values (6) › should not render an indicator that more values are available 23 passed (34.1s)
🎭 Playwright Run Summary
23 passed (36.5s)
🎭 Playwright Run Summary
23 passed (21.5s)
🎭 Playwright Run Summary
8 skipped 15 passed (20.9s)
🎭 Playwright Run Summary
1 flaky [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button 22 passed (55.7s)
🎭 Playwright Run Summary
23 passed (30.9s)
🎭 Playwright Run Summary
23 passed (32.1s)
🎭 Playwright Run Summary
23 passed (23.2s)
🎭 Playwright Run Summary
3 skipped 20 passed (40.6s)
🎭 Playwright Run Summary
23 passed (39.9s)
🎭 Playwright Run Summary
1 flaky [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:347:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets 2 skipped 20 passed (57.4s)