Skip to content

fix(deps): update all dependencies j:kit-282 #26671

fix(deps): update all dependencies j:kit-282

fix(deps): update all dependencies j:kit-282 #26671

Triggered via pull request February 11, 2025 20:38
Status Success
Total duration 35m 48s
Artifacts 28

prbot.yml

on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
3m 55s
Check with linter
Run unit tests
4m 13s
Run unit tests
Run e2e screenshots tests on Atomic
2m 4s
Run e2e screenshots tests on Atomic
Run e2e tests on Atomic React
2m 16s
Run e2e tests on Atomic React
Run e2e tests on Atomic React NextJS
1m 42s
Run e2e tests on Atomic React NextJS
Run e2e tests for IIFE
11s
Run e2e tests for IIFE
Run e2e tests on Atomic Angular
2m 40s
Run e2e tests on Atomic Angular
Run e2e tests on Vue.js sample
1m 3s
Run e2e tests on Vue.js sample
Run e2e tests on Stencil.js sample
1m 53s
Run e2e tests on Stencil.js sample
Run e2e tests for Atomic Hosted Page
3m 58s
Run e2e tests for Atomic Hosted Page
Run e2e tests for Headless Commerce SSR
2m 20s
Run e2e tests for Headless Commerce SSR
Run e2e tests on Atomic insight panel
2m 8s
Run e2e tests on Atomic insight panel
Run e2e tests on Headless SSR App router sample in dev mode
2m 34s
Run e2e tests on Headless SSR App router sample in dev mode
Run e2e tests on Headless SSR App router sample in prod mode
2m 14s
Run e2e tests on Headless SSR App router sample in prod mode
Run e2e tests on Headless SSR Pages router sample in dev mode
2m 32s
Run e2e tests on Headless SSR Pages router sample in dev mode
Run e2e tests on Headless SSR Pages router sample in prod mode
2m 12s
Run e2e tests on Headless SSR Pages router sample in prod mode
Should test Quantic?
1m 34s
Should test Quantic?
Run e2e tests on Atomic CSP
2m 40s
Run e2e tests on Atomic CSP
Determine Playwright E2E tests to run
1m 46s
Determine Playwright E2E tests to run
Verify compatibility of packages
1m 20s
Verify compatibility of packages
Build typedoc
2m 5s
Build typedoc
Run Quantic E2E tests  /  Setup e2e tests on Quantic
8m 17s
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
Run Quantic E2E tests  /  Run Playwright e2e tests on Quantic
12m 37s
Run Quantic E2E tests / Run Playwright e2e tests on Quantic
Confirm build is valid (merge group)
0s
Confirm build is valid (merge group)
Merge Playwright reports
1m 35s
Merge Playwright reports
Run Quantic E2E tests  /  e2e-quantic-cleanup
1m 26s
Run Quantic E2E tests / e2e-quantic-cleanup
Confirm build is valid (PR)
9s
Confirm build is valid (PR)
Confirm build is valid
9s
Confirm build is valid
Fit to window
Zoom out
Zoom in

Annotations

15 errors, 35 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/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/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 55 × 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: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
2) [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
3) [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
4) [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-enabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts:119:9 › quantic smart snippet in the search use case › feedback modal interactions › when trying to open the feedback modal after executing the same query › should not allow to open the feedback modal: packages/quantic/force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts#L136
5) [LWS-enabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts:119:9 › quantic smart snippet in the search use case › feedback modal interactions › when trying to open the feedback modal after executing the same query › should not allow to open the feedback modal Error: expect(locator).not.toBeVisible() Locator: getByTestId('feedback__explain-why-button') Expected: not visible Received: visible Call log: - expect.not.toBeVisible with timeout 5000ms - waiting for getByTestId('feedback__explain-why-button') 134 | expect(smartSnippet.dislikeButton).not.toBeNull(); 135 | await smartSnippet.clickDislikeButton(); > 136 | expect(smartSnippet.explainWhyButton).not.toBeVisible(); | ^ 137 | }); 138 | }); 139 | at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts:136:53
[LWS-enabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts:141:9 › quantic smart snippet in the search use case › feedback modal interactions › when trying to open the feedback modal after executing a query that gave a new answer › should allow to open the feedback modal: packages/quantic/force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts#L163
6) [LWS-enabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts:141:9 › quantic smart snippet in the search use case › feedback modal interactions › when trying to open the feedback modal after executing a query that gave a new answer › should allow to open the feedback modal Error: expect(locator).toBeVisible() Locator: getByTestId('feedback__explain-why-button') Expected: visible Received: undefined Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTestId('feedback__explain-why-button') 161 | expect(smartSnippet.dislikeButton).not.toBeNull(); 162 | await smartSnippet.clickDislikeButton(); > 163 | expect(smartSnippet.explainWhyButton).toBeVisible(); | ^ 164 | }); 165 | }); 166 | }); at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts:163:49
[LWS-enabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts:141:9 › quantic smart snippet in the insight use case › feedback modal interactions › when trying to open the feedback modal after executing a query that gave a new answer › should allow to open the feedback modal: packages/quantic/force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts#L163
7) [LWS-enabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts:141:9 › quantic smart snippet in the insight use case › feedback modal interactions › when trying to open the feedback modal after executing a query that gave a new answer › should allow to open the feedback modal Error: expect(locator).toBeVisible() Locator: getByTestId('feedback__explain-why-button') Expected: visible Received: undefined Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTestId('feedback__explain-why-button') 161 | expect(smartSnippet.dislikeButton).not.toBeNull(); 162 | await smartSnippet.clickDislikeButton(); > 163 | expect(smartSnippet.explainWhyButton).toBeVisible(); | ^ 164 | }); 165 | }); 166 | }); at /home/runner/work/ui-kit/ui-kit/packages/quantic/force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts:163:49
[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
8) [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
9) [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
10) [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
Build CDN
Cache not found for keys: npm-cfd31c09d564c7ec78022c6975337a2b284f009196e5efe8553b319524a2ae5d
Build CDN
Cache not found for keys: quantic-2d2bf948b6eec245fbc9451fb09b02a879f26cc7e793525d100a84d0769d8a71}}
Build CDN
Cache not found for keys: cy-2d2bf948b6eec245fbc9451fb09b02a879f26cc7e793525d100a84d0769d8a71
Build CDN
Cache not found for keys: nx-14ba9146c6f35cd4f308bc74f69a8887a9529f9a-cdn
Build
Cache not found for keys: npm-cfd31c09d564c7ec78022c6975337a2b284f009196e5efe8553b319524a2ae5d
Build
Cache not found for keys: quantic-2d2bf948b6eec245fbc9451fb09b02a879f26cc7e793525d100a84d0769d8a71}}
Build
Cache not found for keys: cy-2d2bf948b6eec245fbc9451fb09b02a879f26cc7e793525d100a84d0769d8a71
Build
Cache not found for keys: nx-14ba9146c6f35cd4f308bc74f69a8887a9529f9a-default
Build
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Build
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Build
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Slow Test: packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 41.3s
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 18.8s
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-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.5s
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 19.8s
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.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 33.2s
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.7s
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 25.8s
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.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 22.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 17.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 31.7s
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 25.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 28.6s
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 19.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 17.6s
Run Quantic E2E tests / Setup e2e tests on Quantic
Cache not found for keys: quantic-cypress-config-14ba9146c6f35cd4f308bc74f69a8887a9529f9a
Run Quantic E2E tests / Setup e2e tests on Quantic
Cache not found for keys: quantic-playwright-env-14ba9146c6f35cd4f308bc74f69a8887a9529f9a
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 54.0s
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 52.8s
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 38.8s
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 34.9s
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 34.3s
🎭 Playwright Run Summary
24 passed (47.9s)
🎭 Playwright Run Summary
24 passed (25.4s)
🎭 Playwright Run Summary
24 passed (25.2s)
🎭 Playwright Run Summary
25 passed (35.0s)
🎭 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 (30.1s)
🎭 Playwright Run Summary
24 passed (29.0s)
🎭 Playwright Run Summary
24 passed (32.3s)
🎭 Playwright Run Summary
24 passed (29.7s)
🎭 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 (35.2s)
🎭 Playwright Run Summary
25 passed (38.7s)
🎭 Playwright Run Summary
2 skipped 22 passed (42.8s)
🎭 Playwright Run Summary
24 passed (34.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 (38.0s)
🎭 Playwright Run Summary
24 passed (36.1s)
🎭 Playwright Run Summary
24 passed (44.7s)
🎭 Playwright Run Summary
24 passed (40.9s)
🎭 Playwright Run Summary
24 passed (46.0s)
🎭 Playwright Run Summary
25 passed (48.4s)
🎭 Playwright Run Summary
25 passed (40.0s)
🎭 Playwright Run Summary
24 passed (39.5s)
🎭 Playwright Run Summary
24 passed (54.1s)
🎭 Playwright Run Summary
24 passed (45.4s)
🎭 Playwright Run Summary
24 passed (44.1s)
🎭 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
3 skipped 21 passed (49.7s)
🎭 Playwright Run Summary
14 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: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-enabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts:119:9 › quantic smart snippet in the search use case › feedback modal interactions › when trying to open the feedback modal after executing the same query › should not allow to open the feedback modal [LWS-enabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts:141:9 › quantic smart snippet in the search use case › feedback modal interactions › when trying to open the feedback modal after executing a query that gave a new answer › should allow to open the feedback modal [LWS-enabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts:141:9 › quantic smart snippet in the insight use case › feedback modal interactions › when trying to open the feedback modal after executing a query that gave a new answer › should allow to open the feedback modal [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/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts:119:9 › quantic smart snippet in the search use case › feedback modal interactions › when trying to open the feedback modal after executing the same query › should not allow to open the feedback modal [LWS-disabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts:141:9 › quantic smart snippet in the search use case › feedback modal interactions › when trying to open the feedback modal after executing a query that gave a new answer › should allow to open the feedback modal [LWS-disabled] › force-app/main/default/lwc/quanticSmartSnippet/e2e/quanticSmartSnippet.e2e.ts:141:9 › quantic smart snippet in the insight use case › feedback modal interactions › when trying to open the feedback modal after executing a query that gave a new answer › should allow to open the feedback modal 176 passed (10.2m)

Artifacts

Produced during runtime
Name Size
atomic-hosted-page-playwright-report Expired
172 KB
atomic-playwright-report Expired
2.71 MB
blob-report-1 Expired
22.7 KB
blob-report-10 Expired
21.2 KB
blob-report-11 Expired
25.4 KB
blob-report-12 Expired
23.8 KB
blob-report-13 Expired
25 KB
blob-report-14 Expired
232 KB
blob-report-15 Expired
26.1 KB
blob-report-16 Expired
312 KB
blob-report-17 Expired
509 KB
blob-report-18 Expired
22.4 KB
blob-report-19 Expired
27.6 KB
blob-report-2 Expired
27.6 KB
blob-report-20 Expired
24.9 KB
blob-report-21 Expired
19.8 KB
blob-report-22 Expired
928 KB
blob-report-23 Expired
22.1 KB
blob-report-24 Expired
23.6 KB
blob-report-3 Expired
22.8 KB
blob-report-4 Expired
23 KB
blob-report-5 Expired
32.2 KB
blob-report-6 Expired
23.1 KB
blob-report-7 Expired
24.3 KB
blob-report-8 Expired
22 KB
blob-report-9 Expired
22.6 KB
quantic-playwright-report Expired
29 MB
result-lists-screenshots
20.8 MB