PR Robot #26868
prbot.yml
on: merge_group
Matrix: Run e2e tests on Atomic
Check with linter
4m 12s
Run unit tests
4m 50s
Run e2e screenshots tests on Atomic
2m 36s
Run e2e tests on Atomic React
3m 17s
Run e2e tests on Atomic React NextJS
1m 49s
Run e2e tests for IIFE
12s
Run e2e tests on Atomic Angular
2m 33s
Run e2e tests on Vue.js sample
1m 7s
Run e2e tests on Stencil.js sample
3m 10s
Run e2e tests for Atomic Hosted Page
4m 52s
Run e2e tests for Headless Commerce SSR
3m 8s
Run e2e tests on Atomic insight panel
1m 47s
Run e2e tests on Headless SSR App router sample in dev mode
3m 28s
Run e2e tests on Headless SSR App router sample in prod mode
2m 16s
Run e2e tests on Headless SSR Pages router sample in dev mode
3m 6s
Run e2e tests on Headless SSR Pages router sample in prod mode
2m 1s
Verify compatibility of packages
1m 21s
Build typedoc
2m 2s
CDN Checks
5m 2s
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
Merge Playwright reports
1m 20s
Confirm build is valid
10s
Annotations
4 errors, 21 warnings, and 25 notices
[chromium] › src/components/search/atomic-refine-toggle/e2e/atomic-refine-toggle.e2e.ts:19:5 › atomic-refine-toggle › when the button is clicked › should display the facets in the right order:
packages/atomic/src/components/search/atomic-refine-toggle/e2e/atomic-refine-toggle.e2e.ts#L20
1) [chromium] › src/components/search/atomic-refine-toggle/e2e/atomic-refine-toggle.e2e.ts:19:5 › atomic-refine-toggle › when the button is clicked › should display the facets in the right order
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('button', { name: /Expand the \w* facet/ })
- Expected - 11
+ Received + 1
- Array [
- "facet1",
- "facet2",
- "facet3",
- "facet4",
- "facet5",
- "facet6",
- "facet7",
- "facet8",
- "facet9",
- ]
+ Array []
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByRole('button', { name: /Expand the \w* facet/ })
11 × locator resolved to 0 elements
18 |
19 | test('should display the facets in the right order', async ({facet}) => {
> 20 | await expect(facet.expandButtons).toHaveText([
| ^
21 | 'facet1',
22 | 'facet2',
23 | 'facet3',
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-refine-toggle/e2e/atomic-refine-toggle.e2e.ts:20:41
|
[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:22:3 › with an automatic query correction › should display the auto corrected:
packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L26
1) [chromium] › src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:22:3 › with an automatic query correction › should display the auto corrected
Error: expect.toBeVisible: Error: strict mode violation: getByText('coveo', { exact: true }) resolved to 2 elements:
1) <span part="recent-query-text" class="line-clamp-2 break-all">…</span> aka getByRole('button', { name: '“coveo”, recent query. 2 of' })
2) <b part="highlight">coveo</b> aka locator('#code-root').getByText('coveo', { exact: true })
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByText('coveo', { exact: true })
24 | page.getByText('Query was automatically corrected to')
25 | ).toBeVisible();
> 26 | await expect(page.getByText(CORRECTED_QUERY, {exact: true})).toBeVisible();
| ^
27 | });
28 | });
29 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:26:66
|
[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
2) [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-4k6li-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
|
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 33.4s
|
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 19.1s
|
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.0s
|
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 33.2s
|
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.8s
|
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 16.9s
|
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 30.3s
|
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 26.0s
|
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.4s
|
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 28.1s
|
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 24.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.2s
|
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 15.4s
|
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 15.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 24.4s
|
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.0s
|
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 17.9s
|
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.1s
|
🎭 Playwright Run Summary
24 passed (45.1s)
|
🎭 Playwright Run Summary
24 passed (23.4s)
|
🎭 Playwright Run Summary
25 passed (34.4s)
|
🎭 Playwright Run Summary
24 passed (36.9s)
|
🎭 Playwright Run Summary
25 passed (37.5s)
|
🎭 Playwright Run Summary
25 passed (39.0s)
|
🎭 Playwright Run Summary
24 passed (43.2s)
|
🎭 Playwright Run Summary
25 passed (47.5s)
|
🎭 Playwright Run Summary
25 passed (46.2s)
|
🎭 Playwright Run Summary
24 passed (37.9s)
|
🎭 Playwright Run Summary
24 passed (35.2s)
|
🎭 Playwright Run Summary
25 passed (34.0s)
|
🎭 Playwright Run Summary
25 passed (30.5s)
|
🎭 Playwright Run Summary
2 skipped
22 passed (42.3s)
|
🎭 Playwright Run Summary
24 passed (48.7s)
|
🎭 Playwright Run Summary
24 passed (36.4s)
|
🎭 Playwright Run Summary
24 passed (43.9s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › src/components/search/atomic-refine-toggle/e2e/atomic-refine-toggle.e2e.ts:19:5 › atomic-refine-toggle › when the button is clicked › should display the facets in the right order
8 skipped
15 passed (37.1s)
|
🎭 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 (41.1s)
|
🎭 Playwright Run Summary
3 skipped
21 passed (51.1s)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:22:3 › with an automatic query correction › should display the auto corrected
[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
22 passed (44.3s)
|
🎭 Playwright Run Summary
25 passed (36.1s)
|
🎭 Playwright Run Summary
24 passed (56.4s)
|
🎭 Playwright Run Summary
24 passed (34.5s)
|
🎭 Playwright Run Summary
24 passed (55.2s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
atomic-hosted-page-playwright-report
|
172 KB |
|
atomic-playwright-report
|
2.1 MB |
|
blob-report-1
|
22.7 KB |
|
blob-report-10
|
21.5 KB |
|
blob-report-11
|
25.6 KB |
|
blob-report-12
|
24.6 KB |
|
blob-report-13
|
233 KB |
|
blob-report-14
|
22.5 KB |
|
blob-report-15
|
26.1 KB |
|
blob-report-16
|
600 KB |
|
blob-report-17
|
508 KB |
|
blob-report-18
|
22.9 KB |
|
blob-report-19
|
27.1 KB |
|
blob-report-2
|
27.5 KB |
|
blob-report-20
|
26.2 KB |
|
blob-report-21
|
19.8 KB |
|
blob-report-22
|
20.2 KB |
|
blob-report-23
|
22.1 KB |
|
blob-report-24
|
23.5 KB |
|
blob-report-3
|
22.8 KB |
|
blob-report-4
|
23.2 KB |
|
blob-report-5
|
33.3 KB |
|
blob-report-6
|
24.1 KB |
|
blob-report-7
|
24.9 KB |
|
blob-report-8
|
23 KB |
|
blob-report-9
|
22.9 KB |
|
result-lists-screenshots
|
23 MB |
|