Skip to content

docs(headless commerce SSR): basics for commerce SSR + Remix sample #24854

docs(headless commerce SSR): basics for commerce SSR + Remix sample

docs(headless commerce SSR): basics for commerce SSR + Remix sample #24854

Triggered via pull request November 25, 2024 19:48
Status Failure
Total duration 30m 30s
Artifacts 27

prbot.yml

on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
3m 21s
Check with linter
Run unit tests
3m 13s
Run unit tests
Run e2e screenshots tests on Atomic
4m 41s
Run e2e screenshots tests on Atomic
Run e2e tests on Atomic React
2m 10s
Run e2e tests on Atomic React
Run e2e tests on Atomic React NextJS
2m 1s
Run e2e tests on Atomic React NextJS
Run e2e tests for IIFE
13s
Run e2e tests for IIFE
Run e2e tests on Atomic Angular
2m 7s
Run e2e tests on Atomic Angular
Run e2e tests on Vue.js sample
1m 24s
Run e2e tests on Vue.js sample
Run e2e tests on Stencil.js sample
2m 4s
Run e2e tests on Stencil.js sample
Run e2e tests for Atomic Hosted Page
2m 41s
Run e2e tests for Atomic Hosted Page
Run e2e tests for Headless Commerce SSR
3m 0s
Run e2e tests for Headless Commerce SSR
Run e2e tests on Atomic insight panel
4m 16s
Run e2e tests on Atomic insight panel
Run e2e tests on Headless SSR App router sample in dev mode
3m 6s
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 36s
Run e2e tests on Headless SSR App router sample in prod mode
Run e2e tests on Headless SSR Pages router sample in dev mode
3m 4s
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 44s
Run e2e tests on Headless SSR Pages router sample in prod mode
Should test Quantic?
1m 43s
Should test Quantic?
Run e2e tests on Atomic CSP
3m 40s
Run e2e tests on Atomic CSP
Determine Playwright E2E tests to run
2m 18s
Determine Playwright E2E tests to run
Verify compatibility of packages
1m 25s
Verify compatibility of packages
CDN Checks
0s
CDN Checks
Run Quantic E2E tests  /  Setup e2e tests on Quantic
5m 36s
Run Quantic E2E tests / Setup e2e tests on Quantic
Matrix: Run Playwright tests for Atomic
Matrix: Run Quantic E2E tests / Run e2e tests on Quantic
Confirm build is valid (merge group)
0s
Confirm build is valid (merge group)
Merge Playwright reports
2m 14s
Merge Playwright reports
Run Quantic E2E tests  /  e2e-quantic-cleanup
1m 46s
Run Quantic E2E tests / e2e-quantic-cleanup
Confirm build is valid (PR)
12s
Confirm build is valid (PR)
Confirm build is valid
10s
Confirm build is valid
Fit to window
Zoom out
Zoom in

Annotations

22 errors, 17 warnings, and 24 notices
Build CDN
Process completed with exit code 1.
Run e2e tests for Headless Commerce SSR
Process completed with exit code 1.
[chromium] › 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] › 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] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:68:5 › with instant results & query suggestions › with recent queries › should display recent queries: packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L69
1) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:68:5 › with instant results & query suggestions › with recent queries › should display recent queries Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByLabel(/recent query\.(?: Button\.)? \d of \d\./).first() Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByLabel(/recent query\.(?: Button\.)? \d of \d\./).first() 67 | }); 68 | test('should display recent queries', async ({searchBox}) => { > 69 | await expect(searchBox.recentQueries().first()).toBeVisible(); | ^ 70 | }); 71 | 72 | test('should clear recent queries when clicking the clear button', async ({ at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:69:55
[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:105:5 › with instant results & query suggestions › after clicking the searchbox input › should be A11y compliant: packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L108
2) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:105:5 › with instant results & query suggestions › after clicking the searchbox input › should be A11y compliant Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 423 - Array [] + Array [ + Object { + "description": "Ensures links have discernible text", + "help": "Links must have discernible text", + "helpUrl": "https://dequeuniversity.com/rules/axe/4.9/link-name?application=playwright", + "id": "link-name", + "impact": "serious", + "nodes": Array [ + Object { + "all": Array [], + "any": Array [ + Object { + "data": null, + "id": "has-visible-text", + "impact": "serious", + "message": "Element does not have text that is visible to screen readers", + "relatedNodes": Array [], + }, + Object { + "data": null, + "id": "aria-label", + "impact": "serious", + "message": "aria-label attribute does not exist or is empty", + "relatedNodes": Array [], + }, + Object { + "data": null, + "id": "aria-labelledby", + "impact": "serious", + "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty", + "relatedNodes": Array [], + }, + Object { + "data": Object { + "messageKey": "noAttr", + }, + "id": "non-empty-title", + "impact": "serious", + "message": "Element has no title attribute", + "relatedNodes": Array [], + }, + ], + "failureSummary": "Fix all of the following: + Element is in tab order and does not have accessible text + + Fix any of the following: + Element does not have text that is visible to screen readers + aria-label attribute does not exist or is empty + aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty + Element has no title attribute", + "html": "<a href=\"https://fashion.coveodemo.com/pdp/340135_E9E\" target=\"_self\"><atomic-result-text></atomic-result-text></a>", + "impact": "serious", + "none": Array [ + Object { + "data": null, + "id": "focusable-no-name", + "impact": "serious", + "message": "Element is in tab order and does not have accessible text", + "relatedNodes": Array [], + }, + ], + "target": Array [ + Array [ + "atomic-search-box", + "#atomic-search-box-ylf4p-right-suggestion-instant-result-42463385136https584747fashion46coveodemo46com47pdp47340135_E9E > atomic-result", + "a[target=\"_self\"]", + ], + ], + }, + Object { + "all": Array [], + "any": Array [ + Object { + "data": null, + "id": "has-visible-text", + "impact": "serious", + "message": "Element does not have text that is visible to screen readers", + "relatedNodes": Array [], + }, + Object { + "data": null, + "id": "aria-label", + "impact": "serious", + "message": "aria-label attribute does not exist or is empty", + "relatedNodes": Array [], + }, + Object { + "data": null, + "id": "aria-labelledby", +
[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:105:5 › with instant results & query suggestions › after clicking the searchbox input › should be A11y compliant: packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L108
2) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:105:5 › with instant results & query suggestions › after clicking the searchbox input › should be A11y compliant Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 423 - Array [] + Array [ + Object { + "description": "Ensures links have discernible text", + "help": "Links must have discernible text", + "helpUrl": "https://dequeuniversity.com/rules/axe/4.9/link-name?application=playwright", + "id": "link-name", + "impact": "serious", + "nodes": Array [ + Object { + "all": Array [], + "any": Array [ + Object { + "data": null, + "id": "has-visible-text", + "impact": "serious", + "message": "Element does not have text that is visible to screen readers", + "relatedNodes": Array [], + }, + Object { + "data": null, + "id": "aria-label", + "impact": "serious", + "message": "aria-label attribute does not exist or is empty", + "relatedNodes": Array [], + }, + Object { + "data": null, + "id": "aria-labelledby", + "impact": "serious", + "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty", + "relatedNodes": Array [], + }, + Object { + "data": Object { + "messageKey": "noAttr", + }, + "id": "non-empty-title", + "impact": "serious", + "message": "Element has no title attribute", + "relatedNodes": Array [], + }, + ], + "failureSummary": "Fix all of the following: + Element is in tab order and does not have accessible text + + Fix any of the following: + Element does not have text that is visible to screen readers + aria-label attribute does not exist or is empty + aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty + Element has no title attribute", + "html": "<a href=\"https://fashion.coveodemo.com/pdp/340135_E9E\" target=\"_self\"><atomic-result-text></atomic-result-text></a>", + "impact": "serious", + "none": Array [ + Object { + "data": null, + "id": "focusable-no-name", + "impact": "serious", + "message": "Element is in tab order and does not have accessible text", + "relatedNodes": Array [], + }, + ], + "target": Array [ + Array [ + "atomic-search-box", + "#atomic-search-box-4ag0r-right-suggestion-instant-result-42463385136https584747fashion46coveodemo46com47pdp47340135_E9E > atomic-result", + "a[target=\"_self\"]", + ], + ], + }, + Object { + "all": Array [], + "any": Array [ + Object { + "data": null, + "id": "has-visible-text", + "impact": "serious", + "message": "Element does not have text that is visible to screen readers", + "relatedNodes": Array [], + }, + Object { + "data": null, + "id": "aria-label", + "impact": "serious", + "message": "aria-label attribute does not exist or is empty", + "relatedNodes": Array [], + }, +
[chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:88:3 › with a query trigger › should show undo button: packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L67
1) [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:88:3 › with a query trigger › should show undo button Test timeout of 30000ms exceeded while running "beforeEach" hook. 65 | const ORIGINAL_QUERY = 'Japan'; 66 | const TRIGGER_QUERY = 'China'; > 67 | test.beforeEach(async ({didYouMean}) => { | ^ 68 | await didYouMean.load({story: 'query-trigger'}); 69 | await didYouMean.hydrated.waitFor(); 70 | }); at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:67:8
[chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:88:3 › with a query trigger › should show undo button: packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L69
1) [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:88:3 › with a query trigger › should show undo button Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for locator('atomic-did-you-mean[class*="hydrated"]') to be visible - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator
[chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:94:3 › with a query trigger › when clicking on the undo button: packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L67
2) [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:94:3 › with a query trigger › when clicking on the undo button, the search box should contain the original query Test timeout of 30000ms exceeded while running "beforeEach" hook. 65 | const ORIGINAL_QUERY = 'Japan'; 66 | const TRIGGER_QUERY = 'China'; > 67 | test.beforeEach(async ({didYouMean}) => { | ^ 68 | await didYouMean.load({story: 'query-trigger'}); 69 | await didYouMean.hydrated.waitFor(); 70 | }); at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:67:8
[chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:94:3 › with a query trigger › when clicking on the undo button: packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L69
2) [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:94:3 › with a query trigger › when clicking on the undo button, the search box should contain the original query Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for locator('atomic-did-you-mean[class*="hydrated"]') to be visible - locator resolved to hidden <atomic-did-you-mean data-atomic-loaded="false" data-atomic-rendered="false" query-correction-mode="next" class="atomic-hidden hydrated" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct-query="">↵ ↵ </atomic-did-you-mean> - locator resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true" query-correction-mode="next" automatically-correct
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] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts took 27.7s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-recommendation-list/e2e/atomic-commerce-recommendation-list.e2e.ts took 15.2s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 21.9s
Slow Test: packages/atomic/[chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L1
packages/atomic/[chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts took 17.1s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 35.5s
Slow Test: packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts took 29.5s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 35.6s
Slow Test: packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts took 36.0s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 15.4s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-product-list/e2e/atomic-commerce-product-list.e2e.ts took 33.6s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts took 19.0s
Slow Test: packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts took 27.5s
Slow Test: packages/atomic/[chromium] › components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts#L1
packages/atomic/[chromium] › components/search/facets/atomic-facet/e2e/atomic-facet.e2e.ts took 32.0s
Slow Test: packages/atomic/[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L1
packages/atomic/[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts took 46.9s
Slow Test: packages/atomic/[chromium] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts#L1
packages/atomic/[chromium] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts took 41.7s
Slow Test: packages/atomic/[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L1
packages/atomic/[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts took 44.1s
Slow Test: packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts took 42.6s
🎭 Playwright Run Summary
24 passed (36.3s)
🎭 Playwright Run Summary
23 passed (39.5s)
🎭 Playwright Run Summary
24 passed (34.3s)
🎭 Playwright Run Summary
23 passed (27.8s)
🎭 Playwright Run Summary
24 passed (25.5s)
🎭 Playwright Run Summary
23 passed (29.9s)
🎭 Playwright Run Summary
24 passed (39.1s)
🎭 Playwright Run Summary
23 passed (37.7s)
🎭 Playwright Run Summary
23 passed (43.0s)
🎭 Playwright Run Summary
1 flaky [chromium] › 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 22 passed (35.9s)
🎭 Playwright Run Summary
24 passed (49.2s)
🎭 Playwright Run Summary
2 flaky [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:68:5 › with instant results & query suggestions › with recent queries › should display recent queries [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:105:5 › with instant results & query suggestions › after clicking the searchbox input › should be A11y compliant 21 passed (47.0s)
🎭 Playwright Run Summary
23 passed (49.7s)
🎭 Playwright Run Summary
24 passed (43.2s)
🎭 Playwright Run Summary
24 passed (51.7s)
🎭 Playwright Run Summary
24 passed (46.2s)
🎭 Playwright Run Summary
23 passed (26.7s)
🎭 Playwright Run Summary
24 passed (31.1s)
🎭 Playwright Run Summary
23 passed (38.7s)
🎭 Playwright Run Summary
23 passed (50.6s)
🎭 Playwright Run Summary
23 passed (51.2s)
🎭 Playwright Run Summary
23 passed (51.2s)
🎭 Playwright Run Summary
23 passed (55.7s)
🎭 Playwright Run Summary
2 flaky [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:88:3 › with a query trigger › should show undo button [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:94:3 › with a query trigger › when clicking on the undo button, the search box should contain the original query 21 passed (1.6m)

Artifacts

Produced during runtime
Name Size
atomic-hosted-page-playwright-report Expired
184 KB
atomic-playwright-report Expired
4.2 MB
blob-report-1 Expired
21.8 KB
blob-report-10 Expired
20.4 KB
blob-report-11 Expired
24.8 KB
blob-report-12 Expired
24.8 KB
blob-report-13 Expired
22.3 KB
blob-report-14 Expired
231 KB
blob-report-15 Expired
25.4 KB
blob-report-16 Expired
21.2 KB
blob-report-17 Expired
520 KB
blob-report-18 Expired
2.87 MB
blob-report-19 Expired
22.5 KB
blob-report-2 Expired
25.9 KB
blob-report-20 Expired
21.8 KB
blob-report-21 Expired
19.1 KB
blob-report-22 Expired
19.6 KB
blob-report-23 Expired
23 KB
blob-report-24 Expired
24.3 KB
blob-report-3 Expired
24.2 KB
blob-report-4 Expired
20.5 KB
blob-report-5 Expired
30.8 KB
blob-report-6 Expired
23 KB
blob-report-7 Expired
25.1 KB
blob-report-8 Expired
22.5 KB
blob-report-9 Expired
22.3 KB
result-lists-screenshots
22.3 MB