PR Robot #26481
prbot.yml
on: merge_group
Matrix: Run e2e tests on Atomic
Check with linter
3m 48s
Run unit tests
3m 57s
Run e2e screenshots tests on Atomic
2m 11s
Run e2e tests on Atomic React
2m 15s
Run e2e tests on Atomic React NextJS
1m 35s
Run e2e tests for IIFE
12s
Run e2e tests on Atomic Angular
2m 50s
Run e2e tests on Vue.js sample
1m 13s
Run e2e tests on Stencil.js sample
1m 48s
Run e2e tests for Atomic Hosted Page
2m 27s
Run e2e tests for Headless Commerce SSR
2m 28s
Run e2e tests on Atomic insight panel
1m 50s
Run e2e tests on Headless SSR App router sample in dev mode
2m 38s
Run e2e tests on Headless SSR App router sample in prod mode
1m 59s
Run e2e tests on Headless SSR Pages router sample in dev mode
2m 48s
Run e2e tests on Headless SSR Pages router sample in prod mode
2m 20s
Verify compatibility of packages
1m 12s
Build typedoc
2m 6s
CDN Checks
4m 18s
Run Quantic E2E tests
/
Setup e2e tests on Quantic
8m 3s
Matrix: Run Playwright tests for Atomic
Matrix: Run Quantic E2E tests / Run Cypress e2e tests on Quantic
Run Quantic E2E tests
/
Run Playwright e2e tests on Quantic
11m 59s
Merge Playwright reports
1m 20s
Confirm build is valid
10s
Annotations
14 errors, 19 warnings, and 26 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: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-x0ssj-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
|
[chromium] › src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:55:3 › with a manual query correction › when clicking on the manual correction button:
packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L59
3) [chromium] › src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:55:3 › with a manual query correction › when clicking on the manual correction button, the search box should contain the corrected query
Error: locator.click: 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-z8nap-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:
- waiting for getByRole('button', { name: 'coveo' })
57 | page,
58 | }) => {
> 59 | await page.getByRole('button', {name: CORRECTED_QUERY}).click();
| ^
60 | await expect(searchBox.searchInput).toHaveValue(CORRECTED_QUERY);
61 | });
62 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:59:61
|
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the search use case › with default options › should load as expected:
packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L27
1) [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the search use case › with default options › should load as expected
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
Expected string: "10"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
25 | test
26 | .expect(resultsPerPage.selectedResultsPerPageOption)
> 27 | .toHaveText(defaultInitialChoice.toString());
| ^
28 | });
29 |
30 | test.describe('when selecting a new results per page option', () => {
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:27:12
|
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the search use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics:
packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L50
2) [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the search use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
Expected string: "25"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
48 | test
49 | .expect(resultsPerPage.selectedResultsPerPageOption)
> 50 | .toHaveText(newChoice.toString());
| ^
51 | test
52 | .expect(searchResponse.request().postDataJSON()?.numberOfResults)
53 | .toBe(newChoice);
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:50:14
|
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:81:9 › quantic results per page in the search use case › when loading from URL hash › should load the right number of results per page:
packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L92
3) [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:81:9 › quantic results per page in the search use case › when loading from URL hash › should load the right number of results per page
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
Expected string: "50"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
90 | test
91 | .expect(resultsPerPage.selectedResultsPerPageOption)
> 92 | .toHaveText(expectedResultsPerPage.toString());
| ^
93 | });
94 | });
95 | }
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:92:14
|
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the insight use case › with default options › should load as expected:
packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L27
4) [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the insight use case › with default options › should load as expected
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
Expected string: "10"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
25 | test
26 | .expect(resultsPerPage.selectedResultsPerPageOption)
> 27 | .toHaveText(defaultInitialChoice.toString());
| ^
28 | });
29 |
30 | test.describe('when selecting a new results per page option', () => {
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:27:12
|
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the insight use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics:
packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L50
5) [LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the insight use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics
Error: expect(locator).toHaveText(expected)
Locator: getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
Expected string: "25"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('results-per-page').locator('c-quantic-number-button').filter({ has: locator('button.slds-button_brand') })
48 | test
49 | .expect(resultsPerPage.selectedResultsPerPageOption)
> 50 | .toHaveText(newChoice.toString());
| ^
51 | test
52 | .expect(searchResponse.request().postDataJSON()?.numberOfResults)
53 | .toBe(newChoice);
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:50:14
|
[LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:101:7 › quantic generated answer in the insight use case › when copying the generated answer to clipboard › should send a copy to clipboard analytics event:
packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts#L1
6) [LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:101:7 › quantic generated answer in the insight use case › when copying the generated answer to clipboard › should send a copy to clipboard analytics event
Test timeout of 30000ms exceeded.
|
[LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:101:7 › quantic generated answer in the insight use case › when copying the generated answer to clipboard › should send a copy to clipboard analytics event:
packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts#L234
6) [LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:101:7 › quantic generated answer in the insight use case › when copying the generated answer to clipboard › should send a copy to clipboard analytics event
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
at main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:234
232 | customChecker?: Function
233 | ): Promise<Request> {
> 234 | const uaRequest = this.page.waitForRequest((request) => {
| ^
235 | if (isUaCustomEvent(request)) {
236 | const requestBody = request.postDataJSON?.();
237 | const expectedFields: Record<string, any> = {
at GeneratedAnswerObject.waitForGeneratedAnswerCustomUaAnalytics (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:234:33)
at GeneratedAnswerObject.waitForCopyToClipboardUaAnalytics (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:135:17)
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:105:27
|
[LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:101:7 › quantic generated answer in the insight use case › when copying the generated answer to clipboard › should send a copy to clipboard analytics event:
packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts#L111
6) [LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:101:7 › quantic generated answer in the insight use case › when copying the generated answer to clipboard › should send a copy to clipboard analytics event
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Copy' })
at main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:111
109 |
110 | async clickCopyToClipboardButton(): Promise<void> {
> 111 | await this.copyToClipboardButton.click();
| ^
112 | }
113 |
114 | async clickToggleButton(): Promise<void> {
at GeneratedAnswerObject.clickCopyToClipboardButton (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:111:38)
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:106:31
|
[LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:151:9 › quantic generated answer in the insight use case › when interacting with citations › when clicking on a citation › should log citation click analytics:
packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts#L1
7) [LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:151:9 › quantic generated answer in the insight use case › when interacting with citations › when clicking on a citation › should log citation click analytics
Test timeout of 30000ms exceeded.
|
[LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:151:9 › quantic generated answer in the insight use case › when interacting with citations › when clicking on a citation › should log citation click analytics:
packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts#L201
7) [LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:151:9 › quantic generated answer in the insight use case › when interacting with citations › when clicking on a citation › should log citation click analytics
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
at main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:201
199 | customChecker?: Function
200 | ): Promise<Request> {
> 201 | const uaRequest = this.page.waitForRequest((request) => {
| ^
202 | if (isUaClickEvent(request)) {
203 | const requestBody = request.postDataJSON?.();
204 | const requestData = JSON.parse(requestBody.clickEvent);
at GeneratedAnswerObject.waitForGeneratedAnswerClickUaAnalytics (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:201:33)
at GeneratedAnswerObject.waitForCitationClickUaAnalytics (/home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/pageObject.ts:182:17)
at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:158:29
|
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/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 18.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 19.5s
|
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.1s
|
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 23.6s
|
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.9s
|
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.2s
|
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 32.1s
|
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/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 29.6s
|
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/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 31.0s
|
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 27.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 37.7s
|
Slow Test:
packages/quantic/[LWS-enabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts#L1
packages/quantic/[LWS-enabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts took 49.9s
|
Slow Test:
packages/quantic/[LWS-enabled] › force-app/main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts#L1
packages/quantic/[LWS-enabled] › force-app/main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts took 42.6s
|
Slow Test:
packages/quantic/[LWS-enabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts#L1
packages/quantic/[LWS-enabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts took 41.6s
|
Slow Test:
packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts#L1
packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticBreadcrumbManager/e2e/quanticBreadcrumbManager.e2e.ts took 39.8s
|
Slow Test:
packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts#L1
packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts took 38.6s
|
🎭 Playwright Run Summary
23 passed (36.7s)
|
🎭 Playwright Run Summary
23 passed (24.7s)
|
🎭 Playwright Run Summary
23 passed (25.2s)
|
🎭 Playwright Run Summary
24 passed (23.4s)
|
🎭 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 (33.1s)
|
🎭 Playwright Run Summary
24 passed (28.2s)
|
🎭 Playwright Run Summary
24 passed (36.2s)
|
🎭 Playwright Run Summary
23 passed (25.8s)
|
🎭 Playwright Run Summary
24 passed (42.4s)
|
🎭 Playwright Run Summary
24 passed (31.8s)
|
🎭 Playwright Run Summary
2 skipped
21 passed (47.9s)
|
🎭 Playwright Run Summary
23 passed (23.6s)
|
🎭 Playwright Run Summary
24 passed (42.6s)
|
🎭 Playwright Run Summary
3 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
[chromium] › src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:55:3 › with a manual query correction › when clicking on the manual correction button, the search box should contain the corrected query
8 skipped
12 passed (30.8s)
|
🎭 Playwright Run Summary
24 passed (41.6s)
|
🎭 Playwright Run Summary
23 passed (40.4s)
|
🎭 Playwright Run Summary
23 passed (47.4s)
|
🎭 Playwright Run Summary
24 passed (45.7s)
|
🎭 Playwright Run Summary
24 passed (43.5s)
|
🎭 Playwright Run Summary
24 passed (37.7s)
|
🎭 Playwright Run Summary
3 skipped
20 passed (39.5s)
|
🎭 Playwright Run Summary
23 passed (31.4s)
|
🎭 Playwright Run Summary
24 passed (45.4s)
|
🎭 Playwright Run Summary
24 passed (34.4s)
|
🎭 Playwright Run Summary
24 passed (53.2s)
|
🎭 Playwright Run Summary
11 flaky
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the search use case › with default options › should load as expected
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the search use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:81:9 › quantic results per page in the search use case › when loading from URL hash › should load the right number of results per page
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the insight use case › with default options › should load as expected
[LWS-enabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the insight use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics
[LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:101:7 › quantic generated answer in the insight use case › when copying the generated answer to clipboard › should send a copy to clipboard analytics event
[LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts:151:9 › quantic generated answer in the insight use case › when interacting with citations › when clicking on a citation › should log citation click analytics
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the search use case › with default options › should load as expected
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:31:9 › quantic results per page in the search use case › with default options › when selecting a new results per page option › should trigger a new search and log analytics
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:81:9 › quantic results per page in the search use case › when loading from URL hash › should load the right number of results per page
[LWS-disabled] › force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts:20:7 › quantic results per page in the insight use case › with default options › should load as expected
161 passed (9.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
atomic-hosted-page-playwright-report
|
172 KB |
|
atomic-playwright-report
|
1.88 MB |
|
blob-report-1
|
21.8 KB |
|
blob-report-10
|
21.1 KB |
|
blob-report-11
|
24.7 KB |
|
blob-report-12
|
23.8 KB |
|
blob-report-13
|
25.7 KB |
|
blob-report-14
|
232 KB |
|
blob-report-15
|
26.2 KB |
|
blob-report-16
|
20.3 KB |
|
blob-report-17
|
864 KB |
|
blob-report-18
|
22 KB |
|
blob-report-19
|
25.6 KB |
|
blob-report-2
|
26.1 KB |
|
blob-report-20
|
25 KB |
|
blob-report-21
|
19.1 KB |
|
blob-report-22
|
20.3 KB |
|
blob-report-23
|
20.1 KB |
|
blob-report-24
|
23.5 KB |
|
blob-report-3
|
23.2 KB |
|
blob-report-4
|
20.5 KB |
|
blob-report-5
|
34 KB |
|
blob-report-6
|
22.3 KB |
|
blob-report-7
|
24.4 KB |
|
blob-report-8
|
22.6 KB |
|
blob-report-9
|
22.5 KB |
|
quantic-playwright-report
|
11.9 MB |
|
result-lists-screenshots
|
19.9 MB |
|