chore(atomic): migrate to Tailwind V4 #26625
prbot.yml
on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
3m 44s
Run unit tests
4m 31s
Run e2e screenshots tests on Atomic
2m 11s
Run e2e tests on Atomic React
2m 12s
Run e2e tests on Atomic React NextJS
1m 41s
Run e2e tests for IIFE
10s
Run e2e tests on Atomic Angular
2m 23s
Run e2e tests on Vue.js sample
1m 4s
Run e2e tests on Stencil.js sample
1m 57s
Run e2e tests for Atomic Hosted Page
2m 19s
Run e2e tests for Headless Commerce SSR
2m 24s
Run e2e tests on Atomic insight panel
2m 4s
Run e2e tests on Headless SSR App router sample in dev mode
2m 49s
Run e2e tests on Headless SSR App router sample in prod mode
2m 31s
Run e2e tests on Headless SSR Pages router sample in dev mode
8m 44s
Run e2e tests on Headless SSR Pages router sample in prod mode
2m 16s
Verify compatibility of packages
1m 11s
Build typedoc
1m 59s
CDN Checks
4m 14s
Run Quantic E2E tests
/
Setup e2e tests on Quantic
15m 13s
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
9m 21s
Merge Playwright reports
1m 40s
Confirm build is valid
8s
Annotations
30 errors, 107 warnings, and 26 notices
[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/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:151:5 › Quickview › when used in mobile mode › should open in full screen:
packages/atomic/src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts#L143
1) [chromium] › src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:151:5 › Quickview › when used in mobile mode › should open in full screen
Test timeout of 30000ms exceeded while running "beforeEach" hook.
141 | const {width, height} = mobileViewportSize();
142 |
> 143 | test.beforeEach(async ({quickview, page}) => {
| ^
144 | await quickview.load();
145 | await page.setViewportSize({width, height});
146 | await quickview.resultButton.click();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:143:10
|
[chromium] › src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:151:5 › Quickview › when used in mobile mode › should open in full screen:
packages/atomic/src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts#L147
1) [chromium] › src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:151:5 › Quickview › when used in mobile mode › should open in full screen
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Quick View' })
- locator resolved to <button part="button" title="Quick View" class="btn-outline-primary p-2 ripple-parent ripple-relative">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-quickview-modal class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" sandbox="allow-popups allow-top-navigation allow-same-origin"></atomic-quickview-modal> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-quickview-modal class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" sandbox="allow-popups allow-top-navigation allow-same-origin"></atomic-quickview-modal> intercepts pointer events
- retrying click action
- waiting 100ms
54 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <atomic-quickview-modal class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" sandbox="allow-popups allow-top-navigation allow-same-origin"></atomic-quickview-modal> intercepts pointer events
- retrying click action
- waiting 500ms
145 | await page.setViewportSize({width, height});
146 | await quickview.resultButton.click();
> 147 | await quickview.resultButton.click();
| ^
148 | await quickview.modal.waitFor({state: 'visible'});
149 | });
150 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:147:36
|
[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/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
6) [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
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-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:
packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L50
7) [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
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/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
8) [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
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-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:
packages/quantic/force-app/main/default/lwc/quanticResultsPerPage/e2e/quanticResultsPerPage.e2e.ts#L27
9) [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
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-disabled] › 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
10) [LWS-disabled] › 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
|
Run e2e tests on Atomic (22)
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic (15)
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic (15)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run e2e tests on Atomic (13)
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic (13)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run e2e tests on Atomic (36)
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic (36)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run e2e tests on Atomic (29)
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 1
|
Run e2e tests on Atomic (29)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run e2e tests on Atomic (39)
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 2
|
Run e2e tests on Atomic (39)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run e2e tests on Atomic (34)
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 3
|
Run e2e tests on Atomic (34)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run e2e tests on Atomic (30)
The process '/opt/hostedtoolcache/node/22.13.1/x64/bin/npx' failed with exit code 2
|
Run e2e tests on Atomic (30)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Confirm build is valid (PR)
Process completed with exit code 1.
|
Confirm build is valid
Process completed with exit code 1.
|
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 36.5s
|
Run e2e tests on Atomic (38)
Failed to restore: Cache service responded with 429
|
Run e2e tests on Headless SSR Pages router sample in dev mode
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (1, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (1, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (1, 24)
Failed to restore: Cache service responded with 429
|
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.3s
|
Run Playwright tests for Atomic (3, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (3, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (3, 24)
Failed to restore: Cache service responded with 429
|
Slow Test:
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts took 17.1s
|
Run Playwright tests for Atomic (2, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (2, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (2, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (2, 24)
Failed to restore: Cache service responded with 429
|
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.9s
|
Run Playwright tests for Atomic (5, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (5, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (5, 24)
Failed to restore: Cache service responded with 429
|
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 35.9s
|
Run Playwright tests for Atomic (4, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (4, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (4, 24)
Failed to restore: Cache service responded with 429
|
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 23.1s
|
Run Playwright tests for Atomic (6, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (6, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (6, 24)
Failed to restore: Cache service responded with 429
|
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.3s
|
Run Playwright tests for Atomic (9, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (9, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (9, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (8, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (8, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (8, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (8, 24)
Failed to restore: Cache service responded with 429
|
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 20.5s
|
Run Playwright tests for Atomic (7, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (7, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (7, 24)
Failed to restore: Cache service responded with 429
|
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.3s
|
Run Playwright tests for Atomic (12, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (12, 24)
Failed to restore: Cache service responded with 429
|
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 25.0s
|
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 18.2s
|
Run Playwright tests for Atomic (10, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (10, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (10, 24)
Failed to restore: Cache service responded with 429
|
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 20.1s
|
Run Playwright tests for Atomic (11, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (11, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (11, 24)
Failed to restore: Cache service responded with 429
|
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 32.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 22.3s
|
Run Playwright tests for Atomic (13, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (13, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (13, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (13, 24)
Failed to restore: Cache service responded with 429
|
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 18.8s
|
Run Playwright tests for Atomic (14, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (14, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (14, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (15, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (15, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (17, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (15, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (17, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (17, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (16, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (18, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (16, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (18, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (18, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (16, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (18, 24)
Failed to restore: Cache service responded with 429
|
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.1s
|
Run Playwright tests for Atomic (22, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (22, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (22, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (22, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (21, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (21, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (21, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (21, 24)
Failed to restore: Cache service responded with 429
|
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.5s
|
Run Playwright tests for Atomic (19, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (19, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (19, 24)
Failed to restore: Cache service responded with 429
|
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.4s
|
Run Playwright tests for Atomic (20, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (20, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (20, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (23, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (23, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (23, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (24, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (24, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (24, 24)
Failed to restore: Cache service responded with 429
|
Run Playwright tests for Atomic (24, 24)
Failed to restore: Cache service responded with 429
|
Run Quantic E2E tests / Setup e2e tests on Quantic
Failed to restore: Cache service responded with 429
|
Run Quantic E2E tests / Setup e2e tests on Quantic
Failed to restore: Cache service responded with 429
|
Run Quantic E2E tests / Setup e2e tests on Quantic
Failed to restore: Cache service responded with 429
|
Run Quantic E2E tests / Setup e2e tests on Quantic
Failed to restore: Cache service responded with 429
|
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.6s
|
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 45.2s
|
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 37.2s
|
Slow Test:
packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts#L1
packages/quantic/[LWS-disabled] › force-app/main/default/lwc/quanticGeneratedAnswer/e2e/quanticGeneratedAnswer.e2e.ts took 37.0s
|
Slow Test:
packages/quantic/[LWS-enabled] › force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts#L1
packages/quantic/[LWS-enabled] › force-app/main/default/lwc/quanticTabBar/e2e/quanticTabBar.e2e.ts took 32.3s
|
🎭 Playwright Run Summary
24 passed (42.2s)
|
🎭 Playwright Run Summary
25 passed (39.1s)
|
🎭 Playwright Run Summary
25 passed (45.5s)
|
🎭 Playwright Run Summary
25 passed (50.3s)
|
🎭 Playwright Run Summary
24 passed (54.9s)
|
🎭 Playwright Run Summary
25 passed (34.6s)
|
🎭 Playwright Run Summary
24 passed (33.6s)
|
🎭 Playwright Run Summary
24 passed (41.1s)
|
🎭 Playwright Run Summary
24 passed (24.3s)
|
🎭 Playwright Run Summary
24 passed (34.0s)
|
🎭 Playwright Run Summary
24 passed (48.7s)
|
🎭 Playwright Run Summary
24 passed (49.0s)
|
🎭 Playwright Run Summary
24 passed (58.8s)
|
🎭 Playwright Run Summary
24 passed (38.1s)
|
🎭 Playwright Run Summary
24 passed (36.4s)
|
🎭 Playwright Run Summary
24 passed (40.0s)
|
🎭 Playwright Run Summary
8 skipped
16 passed (24.4s)
|
🎭 Playwright Run Summary
1 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
23 passed (29.0s)
|
🎭 Playwright Run Summary
24 passed (24.5s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:151:5 › Quickview › when used in mobile mode › should open in full screen
23 passed (1.3m)
|
🎭 Playwright Run Summary
24 passed (35.1s)
|
🎭 Playwright Run Summary
24 passed (37.4s)
|
🎭 Playwright Run Summary
24 passed (35.9s)
|
🎭 Playwright Run Summary
2 skipped
22 passed (51.0s)
|
🎭 Playwright Run Summary
3 skipped
21 passed (55.1s)
|
🎭 Playwright Run Summary
10 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/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
[LWS-disabled] › 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
162 passed (7.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
atomic-e2e-screenshots-
|
225 KB |
|