Skip to content

fix(atomic): use mixin to fetch bindings #26793

fix(atomic): use mixin to fetch bindings

fix(atomic): use mixin to fetch bindings #26793

Triggered via pull request February 18, 2025 18:16
Status Success
Total duration 30m 59s
Artifacts 27

prbot.yml

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

Annotations

4 errors, 29 warnings, and 25 notices
[chromium] › src/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] › src/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] › src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:39:3 › with a manual query correction › search box should contain the original query: packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L40
1) [chromium] › src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:39:3 › with a manual query correction › search box should contain the original query Error: Timed out 7000ms waiting for expect(locator).toHaveValue(expected) Locator: locator('atomic-search-box').getByPlaceholder('Search') Expected string: "coveoo" Received string: "" Call log: - expect.toHaveValue with timeout 7000ms - waiting for locator('atomic-search-box').getByPlaceholder('Search') 11 × locator resolved to <textarea rows="1" part="textarea" autocorrect="off" autocomplete="off" placeholder="Search" autocapitalize="off" aria-haspopup="true" aria-autocomplete="both" class="placeholder-neutral-dark" aria-controls="atomic-search-box-cmu9t-popup" title="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter." aria-label="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter."></textarea> - unexpected value "" 38 | 39 | test('search box should contain the original query', async ({searchBox}) => { > 40 | await expect(searchBox.searchInput).toHaveValue(ORIGINAL_QUERY); | ^ 41 | }); 42 | 43 | test('should show did you mean text', async ({page}) => { at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:40:41
[chromium] › src/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] › src/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] › src/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] › src/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
Build CDN
Cache not found for keys: npm-b755ab29e00d1a512c6b0e720bb8f9cddcfc7595ec785ca20aca665020b76699
Build CDN
Cache not found for keys: quantic-1cc9e83364e54373fe711fadb19abd6f529fc0afffc99d7434781dc3f2fec458}}
Build CDN
Cache not found for keys: cy-1cc9e83364e54373fe711fadb19abd6f529fc0afffc99d7434781dc3f2fec458
Build CDN
Cache not found for keys: nx-e671f74a0f3a0ec5da5588fa77732e0d14740f08-cdn
Build
Cache not found for keys: npm-b755ab29e00d1a512c6b0e720bb8f9cddcfc7595ec785ca20aca665020b76699
Build
Cache not found for keys: quantic-1cc9e83364e54373fe711fadb19abd6f529fc0afffc99d7434781dc3f2fec458}}
Build
Cache not found for keys: cy-1cc9e83364e54373fe711fadb19abd6f529fc0afffc99d7434781dc3f2fec458
Build
Cache not found for keys: nx-e671f74a0f3a0ec5da5588fa77732e0d14740f08-default
Build
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Build
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Build
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Slow Test: packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 35.1s
Slow Test: packages/atomic/[chromium] › src/components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts took 15.9s
Slow Test: packages/atomic/[chromium] › src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts took 22.7s
Slow Test: packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts took 21.0s
Slow Test: packages/atomic/[chromium] › src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[chromium] › src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 21.0s
Slow Test: packages/atomic/[chromium] › src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 23.8s
Slow Test: packages/atomic/[chromium] › src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L1
packages/atomic/[chromium] › src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts took 22.1s
Slow Test: packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts took 24.5s
Slow Test: packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts took 23.6s
Slow Test: packages/atomic/[chromium] › src/components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts#L1
packages/atomic/[chromium] › src/components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts took 26.3s
Slow Test: packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 39.9s
Slow Test: packages/atomic/[chromium] › src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts took 17.6s
Slow Test: packages/atomic/[chromium] › src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts took 28.7s
Slow Test: packages/atomic/[chromium] › src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts#L1
packages/atomic/[chromium] › src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts took 36.7s
Slow Test: packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 39.1s
Slow Test: packages/atomic/[chromium] › src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[chromium] › src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 17.3s
Slow Test: packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts took 20.0s
Slow Test: packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts took 17.5s
🎭 Playwright Run Summary
24 passed (38.8s)
🎭 Playwright Run Summary
25 passed (33.6s)
🎭 Playwright Run Summary
24 passed (30.9s)
🎭 Playwright Run Summary
1 flaky [chromium] › src/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 (37.4s)
🎭 Playwright Run Summary
25 passed (33.5s)
🎭 Playwright Run Summary
1 flaky [chromium] › src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:39:3 › with a manual query correction › search box should contain the original query 23 passed (40.1s)
🎭 Playwright Run Summary
24 passed (33.7s)
🎭 Playwright Run Summary
24 passed (45.1s)
🎭 Playwright Run Summary
25 passed (37.7s)
🎭 Playwright Run Summary
24 passed (26.5s)
🎭 Playwright Run Summary
2 skipped 22 passed (41.4s)
🎭 Playwright Run Summary
3 skipped 21 passed (47.7s)
🎭 Playwright Run Summary
25 passed (27.5s)
🎭 Playwright Run Summary
24 passed (34.7s)
🎭 Playwright Run Summary
24 passed (51.8s)
🎭 Playwright Run Summary
24 passed (40.2s)
🎭 Playwright Run Summary
24 passed (40.3s)
🎭 Playwright Run Summary
25 passed (43.6s)
🎭 Playwright Run Summary
24 passed (47.1s)
🎭 Playwright Run Summary
25 passed (49.7s)
🎭 Playwright Run Summary
24 passed (49.6s)
🎭 Playwright Run Summary
25 passed (1.0m)
🎭 Playwright Run Summary
8 skipped 16 passed (30.5s)
🎭 Playwright Run Summary
1 flaky [chromium] › src/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 24 passed (1.1m)
🎭 Playwright Run Summary
24 passed (45.7s)

Artifacts

Produced during runtime
Name Size
atomic-hosted-page-playwright-report
172 KB
atomic-playwright-report
2.01 MB
blob-report-1
22.7 KB
blob-report-10
21.6 KB
blob-report-11
25.7 KB
blob-report-12
24.6 KB
blob-report-13
233 KB
blob-report-14
22.6 KB
blob-report-15
26.3 KB
blob-report-16
307 KB
blob-report-17
18 KB
blob-report-18
22.3 KB
blob-report-19
28.1 KB
blob-report-2
27.6 KB
blob-report-20
25.1 KB
blob-report-21
19.8 KB
blob-report-22
20.2 KB
blob-report-23
22.1 KB
blob-report-24
23.7 KB
blob-report-3
22.9 KB
blob-report-4
23.1 KB
blob-report-5
33.6 KB
blob-report-6
24.1 KB
blob-report-7
705 KB
blob-report-8
23.5 KB
blob-report-9
22.9 KB
result-lists-screenshots
16.3 MB