PR Robot #26840
prbot.yml
on: merge_group
Matrix: Run e2e tests on Atomic
Check with linter
4m 3s
Run unit tests
4m 16s
Run e2e screenshots tests on Atomic
2m 7s
Run e2e tests on Atomic React
2m 18s
Run e2e tests on Atomic React NextJS
1m 38s
Run e2e tests for IIFE
12s
Run e2e tests on Atomic Angular
2m 26s
Run e2e tests on Vue.js sample
1m 3s
Run e2e tests on Stencil.js sample
1m 46s
Run e2e tests for Atomic Hosted Page
2m 50s
Run e2e tests for Headless Commerce SSR
2m 26s
Run e2e tests on Atomic insight panel
1m 51s
Run e2e tests on Headless SSR App router sample in dev mode
2m 29s
Run e2e tests on Headless SSR App router sample in prod mode
2m 13s
Run e2e tests on Headless SSR Pages router sample in dev mode
2m 47s
Run e2e tests on Headless SSR Pages router sample in prod mode
1m 58s
Verify compatibility of packages
1m 18s
Build typedoc
1m 53s
CDN Checks
4m 10s
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 29s
Confirm build is valid
10s
Annotations
4 errors, 19 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/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 1 › 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] › src/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 1 › 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] › 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:49:3 › with a manual query correction › should show manual correction button:
packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L52
2) [chromium] › src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:49:3 › with a manual query correction › should show manual correction button
Error: expect.toBeVisible: Error: strict mode violation: getByRole('button', { name: 'coveo' }) resolved to 2 elements:
1) <button data-query="coveoo" aria-label="“coveoo”, recent query. 2 of 2." part="suggestion suggestion-with-query recent-query-item" id="atomic-search-box-blz00-left-suggestion-recent-coveoo" class="flex px-4 min-h-[40px] items-center text-left text-neutral-dark cursor-pointer">…</button> aka getByRole('button', { name: '“coveoo”, recent query. 2 of' })
2) <button class="link py-1" part="correction-btn">coveo</button> aka getByRole('button', { name: 'coveo', exact: true })
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByRole('button', { name: 'coveo' })
50 | await expect(
51 | page.getByRole('button', {name: CORRECTED_QUERY})
> 52 | ).toBeVisible();
| ^
53 | });
54 |
55 | test('when clicking on the manual correction button, the search box should contain the corrected query', async ({
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:52:7
|
Build CDN
Cache not found for keys: nx-ed12109cc5ed10a4da66d66ce1ebf55aa84ab7eb-cdn
|
Build
Cache not found for keys: nx-ed12109cc5ed10a4da66d66ce1ebf55aa84ab7eb-default
|
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.0s
|
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.6s
|
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 21.9s
|
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.3s
|
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.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 35.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 24.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 20.2s
|
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.3s
|
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 23.8s
|
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 27.5s
|
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.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/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.3s
|
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.8s
|
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 22.4s
|
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 31.9s
|
🎭 Playwright Run Summary
24 passed (41.0s)
|
🎭 Playwright Run Summary
8 skipped
16 passed (25.1s)
|
🎭 Playwright Run Summary
25 passed (32.1s)
|
🎭 Playwright Run Summary
25 passed (37.1s)
|
🎭 Playwright Run Summary
24 passed (34.6s)
|
🎭 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.3s)
|
🎭 Playwright Run Summary
24 passed (43.1s)
|
🎭 Playwright Run Summary
25 passed (41.1s)
|
🎭 Playwright Run Summary
25 passed (30.2s)
|
🎭 Playwright Run Summary
3 skipped
21 passed (48.6s)
|
🎭 Playwright Run Summary
2 skipped
22 passed (42.5s)
|
🎭 Playwright Run Summary
24 passed (27.1s)
|
🎭 Playwright Run Summary
25 passed (28.9s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › src/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 1 › when clicking the "Show More" button › when isCollapsible is false › should not show "Show Less" button
23 passed (57.6s)
|
🎭 Playwright Run Summary
25 passed (48.5s)
|
🎭 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:49:3 › with a manual query correction › should show manual correction button
22 passed (35.7s)
|
🎭 Playwright Run Summary
25 passed (35.4s)
|
🎭 Playwright Run Summary
24 passed (38.1s)
|
🎭 Playwright Run Summary
24 passed (35.6s)
|
🎭 Playwright Run Summary
24 passed (37.4s)
|
🎭 Playwright Run Summary
24 passed (41.0s)
|
🎭 Playwright Run Summary
24 passed (44.5s)
|
🎭 Playwright Run Summary
24 passed (49.1s)
|
🎭 Playwright Run Summary
24 passed (46.2s)
|
🎭 Playwright Run Summary
25 passed (48.8s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
atomic-hosted-page-playwright-report
|
172 KB |
|
atomic-playwright-report
|
1.97 MB |
|
blob-report-1
|
22.7 KB |
|
blob-report-10
|
21.4 KB |
|
blob-report-11
|
388 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
|
589 KB |
|
blob-report-17
|
18 KB |
|
blob-report-18
|
22.3 KB |
|
blob-report-19
|
28.2 KB |
|
blob-report-2
|
27.6 KB |
|
blob-report-20
|
26.2 KB |
|
blob-report-21
|
19.7 KB |
|
blob-report-22
|
20.1 KB |
|
blob-report-23
|
22.1 KB |
|
blob-report-24
|
23.7 KB |
|
blob-report-3
|
22.9 KB |
|
blob-report-4
|
23.2 KB |
|
blob-report-5
|
33.2 KB |
|
blob-report-6
|
24.1 KB |
|
blob-report-7
|
25 KB |
|
blob-report-8
|
23.1 KB |
|
blob-report-9
|
22.9 KB |
|
result-lists-screenshots
|
18.2 MB |
|