Skip to content

feat(quantic): added logic to include quantic version in analytic payloads #24888

feat(quantic): added logic to include quantic version in analytic payloads

feat(quantic): added logic to include quantic version in analytic payloads #24888

Re-run triggered November 26, 2024 13:22
Status Success
Total duration 5m 43s
Artifacts 29

prbot.yml

on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
4m 16s
Check with linter
Run unit tests
3m 10s
Run unit tests
Run e2e screenshots tests on Atomic
4m 58s
Run e2e screenshots tests on Atomic
Run e2e tests on Atomic React
2m 15s
Run e2e tests on Atomic React
Run e2e tests on Atomic React NextJS
2m 16s
Run e2e tests on Atomic React NextJS
Run e2e tests for IIFE
12s
Run e2e tests for IIFE
Run e2e tests on Atomic Angular
2m 20s
Run e2e tests on Atomic Angular
Run e2e tests on Vue.js sample
1m 20s
Run e2e tests on Vue.js sample
Run e2e tests on Stencil.js sample
2m 1s
Run e2e tests on Stencil.js sample
Run e2e tests for Atomic Hosted Page
2m 33s
Run e2e tests for Atomic Hosted Page
Run e2e tests for Headless Commerce SSR
2m 31s
Run e2e tests for Headless Commerce SSR
Run e2e tests on Atomic insight panel
4m 22s
Run e2e tests on Atomic insight panel
Run e2e tests on Headless SSR App router sample in dev mode
3m 41s
Run e2e tests on Headless SSR App router sample in dev mode
Run e2e tests on Headless SSR App router sample in prod mode
3m 34s
Run e2e tests on Headless SSR App router sample in prod mode
Run e2e tests on Headless SSR Pages router sample in dev mode
3m 27s
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 14s
Run e2e tests on Headless SSR Pages router sample in prod mode
Should test Quantic?
1m 43s
Should test Quantic?
Run e2e tests on Atomic CSP
3m 22s
Run e2e tests on Atomic CSP
Determine Playwright E2E tests to run
2m 11s
Determine Playwright E2E tests to run
Verify compatibility of packages
1m 21s
Verify compatibility of packages
Run Quantic E2E tests  /  Setup e2e tests on Quantic
7m 14s
Run Quantic E2E tests / Setup e2e tests on Quantic
Matrix: Run Playwright tests for Atomic
Matrix: Run Quantic E2E tests / Run e2e tests on Quantic
Confirm build is valid (merge group)
0s
Confirm build is valid (merge group)
Merge Playwright reports
1m 54s
Merge Playwright reports
Run Quantic E2E tests  /  e2e-quantic-cleanup
9m 55s
Run Quantic E2E tests / e2e-quantic-cleanup
Confirm build is valid (PR)
9s
Confirm build is valid (PR)
Confirm build is valid
10s
Confirm build is valid
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 22 warnings, and 25 notices
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:5 › 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#L1
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220: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/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:5 › 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#L223
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220: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-commerce-search-box').getByLabel('Clear recent searches.') 221 | searchBox, 222 | }) => { > 223 | await searchBox.clearRecentQueriesButton.click(); | ^ 224 | await expect(searchBox.recentQueries().first()).not.toBeVisible(); 225 | }); 226 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:223:48
[chromium] › components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:28:3 › with a delimiter › when field value does not include the specified delimiter: packages/atomic/src/components/commerce/product-template-components/atomic-product-multi-value-text/e2e/page-object.ts#L39
1) [chromium] › components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:28:3 › with a delimiter › when field value does not include the specified delimiter, should render as a single value TypeError: Cannot read properties of undefined (reading '0') at components/commerce/product-template-components/atomic-product-multi-value-text/e2e/page-object.ts:39 37 | const response = await route.fetch(); 38 | const body = await response.json(); > 39 | body.products[0][field] = values.join(delimiter); | ^ 40 | await route.fulfill({ 41 | response, 42 | json: body, at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-multi-value-text/e2e/page-object.ts:39:20
[chromium] › components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:28:3 › with a delimiter › when field value does not include the specified delimiter: packages/atomic/src/components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts#L37
1) [chromium] › components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:28:3 › with a delimiter › when field value does not include the specified delimiter, should render as a single value Error: expect(locator).toHaveCount(expected) Locator: locator('atomic-product-multi-value-text[class*="hydrated"]').first().locator('li[part="product-multi-value-text-value"]') Expected: 1 Received: 0 Call log: - expect.toHaveCount with timeout 7000ms - waiting for locator('atomic-product-multi-value-text[class*="hydrated"]').first().locator('li[part="product-multi-value-text-value"]') - 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 | }); 36 | > 37 | await expect(productMultiValueText.values).toHaveCount(1); | ^ 38 | await expect(productMultiValueText.separators).toHaveCount(0); 39 | await expect(productMultiValueText.values.first()).toHaveText('a/b/c/d/e'); 40 | await expect(productMultiValueText.moreValuesIndicator()).not.toBeVisible(); 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:37:48
[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
2) [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/commerce/product-template-components/atomic-product-price/e2e/atomic-product-price.e2e.ts:53:3 › when the promotional price is higher than the original price › should render the price: packages/atomic/src/components/commerce/product-template-components/atomic-product-price/e2e/page-object.ts#L31
3) [chromium] › components/commerce/product-template-components/atomic-product-price/e2e/atomic-product-price.e2e.ts:53:3 › when the promotional price is higher than the original price › should render the price TypeError: Cannot read properties of undefined (reading '0') at components/commerce/product-template-components/atomic-product-price/e2e/page-object.ts:31 29 | const response = await route.fetch(); 30 | const body = await response.json(); > 31 | body.products[0].ec_price = price; | ^ 32 | body.products[0].ec_promo_price = promoPrice; 33 | await route.fulfill({ 34 | response, at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-price/e2e/page-object.ts:31:20
[chromium] › components/commerce/product-template-components/atomic-product-price/e2e/atomic-product-price.e2e.ts:53:3 › when the promotional price is higher than the original price › should render the price: packages/atomic/src/components/commerce/product-template-components/atomic-product-price/e2e/atomic-product-price.e2e.ts#L55
3) [chromium] › components/commerce/product-template-components/atomic-product-price/e2e/atomic-product-price.e2e.ts:53:3 › when the promotional price is higher than the original price › should render the price Error: expect(locator).toBeVisible() Locator: getByText('$100.00') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByText('$100.00') 53 | test('should render the price', async ({page}) => { 54 | const price = page.getByText('$100.00'); > 55 | await expect(price).toBeVisible(); | ^ 56 | await expect(price).not.toHaveClass(/.*line-through.*/); 57 | }); 58 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-price/e2e/atomic-product-price.e2e.ts:55:25
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:266:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a dropdown option › should change other component visibility › facets: packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L272
1) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:266:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a dropdown option › 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() - 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" - 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" - 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" - 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" - 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" - 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" - 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)
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:301:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a dropdown option › should change other component visibility › generated answer: packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L310
2) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:301:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a dropdown option › should change other component visibility › generated answer Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByText('Generated answer', { exact: true }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByText('Generated answer', { exact: true }) 308 | await searchBox.searchInput.press('Enter'); 309 | > 310 | await expect(tabManager.generatedAnswer).toBeVisible(); | ^ 311 | }); 312 | }); 313 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:310:52
[chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:27:3 › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the linked atomic-search-interface should be affected: packages/atomic/src/components/search/atomic-external/e2e/atomic-external.e2e.ts#L33
1) [chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:27:3 › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the linked atomic-search-interface should be affected Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected) Locator: locator('atomic-search-interface#interface-2 > atomic-query-summary') Expected pattern: /hello/ Received string: "Results 1-10 of 439,455 in 0.1 second" Call log: - expect.toHaveText with timeout 7000ms - waiting for locator('atomic-search-interface#interface-2 > atomic-query-summary') - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 439,455 in 0.3 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 439,455 in 0.3 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 439,455 in 0.1 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 439,455 in 0.1 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 439,455 in 0.1 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 439,455 in 0.1 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 439,455 in 0.1 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 439,455 in 0.1 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 439,455 in 0.1 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 439,455 in 0.1 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 439,455 in 0.1 second" 31 | 'atomic-search-interface#interface-2 > atomic-query-summary' 32 | ); > 33 | await expect(querySummary).toHaveText(/hello/); | ^ 34 | }); 35 | 36 | test("other components' state under a different atomic-search-interface should not be affected", async ({ at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-external/e2e/atomic-external.e2e.ts:33:32
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 35.5s
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 39.9s
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 19.8s
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.5s
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 40.4s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts took 17.6s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 21.7s
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 35.7s
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 29.7s
Slow Test: packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts took 41.4s
Slow Test: packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts took 36.8s
Slow Test: packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-rating/e2e/atomic-product-rating.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-rating/e2e/atomic-product-rating.e2e.ts took 16.5s
Slow Test: packages/atomic/[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 28.1s
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 22.5s
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 15.6s
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 39.1s
Slow Test: packages/atomic/[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L1
packages/atomic/[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts took 41.6s
Run Quantic E2E tests / e2e-quantic-cleanup
Failed to restore: Cache service responded with 429
Run Quantic E2E tests / e2e-quantic-cleanup
Failed to restore: Cache service responded with 429
Run Quantic E2E tests / e2e-quantic-cleanup
Failed to restore: Cache service responded with 429
Run Quantic E2E tests / e2e-quantic-cleanup
Failed to restore: Cache service responded with 429
Slow Test: packages/atomic/[chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L1
packages/atomic/[chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts took 17.3s
🎭 Playwright Run Summary
23 passed (39.3s)
🎭 Playwright Run Summary
24 passed (52.2s)
🎭 Playwright Run Summary
24 passed (46.7s)
🎭 Playwright Run Summary
24 passed (33.0s)
🎭 Playwright Run Summary
24 passed (44.0s)
🎭 Playwright Run Summary
1 flaky [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button 23 passed (1.0m)
🎭 Playwright Run Summary
24 passed (37.8s)
🎭 Playwright Run Summary
24 passed (25.3s)
🎭 Playwright Run Summary
24 passed (53.2s)
🎭 Playwright Run Summary
24 passed (39.9s)
🎭 Playwright Run Summary
23 passed (45.8s)
🎭 Playwright Run Summary
23 passed (39.8s)
🎭 Playwright Run Summary
23 passed (54.9s)
🎭 Playwright Run Summary
23 passed (50.3s)
🎭 Playwright Run Summary
3 flaky [chromium] › components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:28:3 › with a delimiter › when field value does not include the specified delimiter, should render as a single value [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 [chromium] › components/commerce/product-template-components/atomic-product-price/e2e/atomic-product-price.e2e.ts:53:3 › when the promotional price is higher than the original price › should render the price 20 passed (37.8s)
🎭 Playwright Run Summary
23 passed (26.8s)
🎭 Playwright Run Summary
23 passed (42.3s)
🎭 Playwright Run Summary
23 passed (31.7s)
🎭 Playwright Run Summary
23 passed (27.9s)
🎭 Playwright Run Summary
23 passed (28.2s)
🎭 Playwright Run Summary
23 passed (30.5s)
🎭 Playwright Run Summary
2 flaky [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:266:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a dropdown option › should change other component visibility › facets [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:301:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a dropdown option › should change other component visibility › generated answer 21 passed (1.4m)
🎭 Playwright Run Summary
23 passed (47.9s)
🎭 Playwright Run Summary
23 passed (48.0s)
🎭 Playwright Run Summary
1 flaky [chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:27:3 › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the linked atomic-search-interface should be affected 22 passed (46.9s)

Artifacts

Produced during runtime
Name Size
atomic-playwright-report Expired
5.38 MB
blob-report-17 Expired
1.12 MB