Skip to content

fix(quantic): babel async await plugin setup added to fix quantic issue with firefox #24365

fix(quantic): babel async await plugin setup added to fix quantic issue with firefox

fix(quantic): babel async await plugin setup added to fix quantic issue with firefox #24365

Triggered via pull request November 5, 2024 20:56
@mmitichemmitiche
synchronize #4620
SFINT-5784
Status Success
Total duration 30m 59s
Artifacts 27

prbot.yml

on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
3m 34s
Check with linter
Run unit tests
2m 48s
Run unit tests
Run e2e screenshots tests on Atomic
4m 4s
Run e2e screenshots tests on Atomic
Run e2e tests on Atomic React
1m 49s
Run e2e tests on Atomic React
Run e2e tests on Atomic React NextJS
1m 52s
Run e2e tests on Atomic React NextJS
Run e2e tests for IIFE
5s
Run e2e tests for IIFE
Run e2e tests on Atomic Angular
1m 27s
Run e2e tests on Atomic Angular
Run e2e tests on Vue.js sample
46s
Run e2e tests on Vue.js sample
Run e2e tests on Stencil.js sample
1m 19s
Run e2e tests on Stencil.js sample
Run e2e tests for Atomic Hosted Page
2m 11s
Run e2e tests for Atomic Hosted Page
Run e2e tests on Atomic insight panel
4m 10s
Run e2e tests on Atomic insight panel
Run e2e tests on Headless SSR App router sample in dev mode
2m 29s
Run e2e tests on Headless SSR App router sample in dev mode
Run e2e tests on Headless SSR App router sample in prod mode
1m 52s
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 45s
Run e2e tests on Headless SSR Pages router sample in dev mode
Run e2e tests on Headless SSR Pages router sample in prod mode
1m 46s
Run e2e tests on Headless SSR Pages router sample in prod mode
Should test Quantic?
1m 7s
Should test Quantic?
Run e2e tests on Atomic CSP
3m 25s
Run e2e tests on Atomic CSP
Determine Playwright E2E tests to run
1m 22s
Determine Playwright E2E tests to run
Verify compatibility of packages
59s
Verify compatibility of packages
Run Quantic E2E tests  /  Setup e2e tests on Quantic
6m 0s
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
1m 25s
Merge Playwright reports
Run Quantic E2E tests  /  e2e-quantic-cleanup
1m 6s
Run Quantic E2E tests / e2e-quantic-cleanup
Confirm build is valid (PR)
0s
Confirm build is valid (PR)
Confirm build is valid
0s
Confirm build is valid
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 92 warnings, and 25 notices
[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/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:88:1 › with no recommendations returned by the API: packages/atomic/src/components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts#L1
1) [chromium] › components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:88:1 › with no recommendations returned by the API, should render placeholders Test timeout of 30000ms exceeded.
[chromium] › components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:88:1 › with no recommendations returned by the API: packages/atomic/src/components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts#L96
1) [chromium] › components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:88:1 › with no recommendations returned by the API, should render placeholders Error: page.waitForLoadState: Test timeout of 30000ms exceeded. 94 | await recsList.hydrated.waitFor(); 95 | > 96 | await page.waitForLoadState('networkidle'); | ^ 97 | await expect(recsList.placeholder.first()).toBeVisible(); 98 | }); 99 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:96:14
[chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:39:3 › with a manual query correction › search box should contain the original query: packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L40
1) [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:39:3 › with a manual query correction › search box should contain the original query Error: Timed out 7000ms waiting for expect(locator).toHaveValue(expected) Locator: locator('atomic-search-box').getByPlaceholder('Search') Expected string: "ceveo" Received string: "" Call log: - expect.toHaveValue with timeout 7000ms - waiting for locator('atomic-search-box').getByPlaceholder('Search') - locator resolved to <textarea rows="1" part="textarea" autocorrect="off" autocomplete="off" placeholder="Search" autocapitalize="off" aria-haspopup="true" aria-autocomplete="both" class="placeholder-neutral-dark" aria-controls="atomic-search-box-3jsjx-popup" title="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter." aria-label="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter."></textarea> - unexpected value "" - locator resolved to <textarea rows="1" part="textarea" autocorrect="off" autocomplete="off" placeholder="Search" autocapitalize="off" aria-haspopup="true" aria-autocomplete="both" class="placeholder-neutral-dark" aria-controls="atomic-search-box-3jsjx-popup" title="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter." aria-label="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter."></textarea> - unexpected value "" - locator resolved to <textarea rows="1" part="textarea" autocorrect="off" autocomplete="off" placeholder="Search" autocapitalize="off" aria-haspopup="true" aria-autocomplete="both" class="placeholder-neutral-dark" aria-controls="atomic-search-box-3jsjx-popup" title="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter." aria-label="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter."></textarea> - unexpected value "" - locator resolved to <textarea rows="1" part="textarea" autocorrect="off" autocomplete="off" placeholder="Search" autocapitalize="off" aria-haspopup="true" aria-autocomplete="both" class="placeholder-neutral-dark" aria-controls="atomic-search-box-3jsjx-popup" title="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter." aria-label="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter."></textarea> - unexpected value "" - locator resolved to <textarea rows="1" part="textarea" autocorrect="off" autocomplete="off" placeholder="Search" autocapitalize="off" aria-haspopup="true" aria-autocomplete="both" class="placeholder-neutral-dark" aria-controls="atomic-search-box-3jsjx-popup" title="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter." aria-label="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter."></textarea> - unexpected value "" - locator resolved to <textarea rows="1" part="textarea" autocorrect="off" autocomplete="off" placeholder="Search" autocapitalize="off" aria-haspopup="true" aria-autocomplete="both" class="placeholder-neutral-dark" aria-controls="atomic-search-box-3jsjx-popup" title="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter." aria-label="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter."></textarea> - unexpected value "" - locator resolved to <textarea rows="1" part="textarea" autocorrect="off" autocomplete="off" placeholder="Search" autocapitalize="off" aria-haspopup="true"
[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 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 resolved to hidden <atomic-did-you-mean class="hydrated" data-atomic-
[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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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-query="">↵
Run e2e tests on Stencil.js sample
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 32.2s
Run e2e tests on Atomic Angular
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Headless SSR Pages router sample in prod mode
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic React
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Headless SSR App router sample in prod mode
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic React NextJS
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Headless SSR App router sample in dev mode
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Headless SSR Pages router sample in dev mode
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (59)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (57)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (56)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (49)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (58)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (3)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (5)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (42)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (33)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (48)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (21)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (7)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (53)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (46)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: packages/atomic/[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
packages/atomic/[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts took 21.3s
Run e2e tests on Atomic (12)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (60)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (41)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (15)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (45)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (50)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (54)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (44)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (25)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (14)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (10)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (8)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 18.3s
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.7s
Run e2e tests on Atomic (38)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (4)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (13)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (24)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (52)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (40)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 18.3s
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 18.2s
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.4s
Run e2e tests on Atomic (16)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (43)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 28.1s
Run e2e tests on Atomic (51)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (27)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (55)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 15.6s
Run e2e tests on Atomic (47)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (22)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (9)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (17)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (11)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 22.8s
Run e2e tests on Atomic (23)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (6)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 28.7s
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.5s
Run e2e screenshots tests on Atomic
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5, actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 26.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 20.7s
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 38.5s
Run e2e tests on Atomic insight panel
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 43.9s
Run e2e tests on Atomic (35)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (26)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (32)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (18)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 37.4s
Run e2e tests on Atomic (37)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (2)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (20)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (19)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (36)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (29)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (39)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (1)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (28)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (31)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (34)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/facets-2/**/*)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/facets-1/**/*)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (30)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/default-1/**/*)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/default-2/**/*)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "result-lists-screenshots". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
🎭 Playwright Run Summary
22 passed (35.6s)
🎭 Playwright Run Summary
22 passed (22.3s)
🎭 Playwright Run Summary
22 passed (24.7s)
🎭 Playwright Run Summary
22 passed (29.8s)
🎭 Playwright Run Summary
22 passed (22.8s)
🎭 Playwright Run Summary
22 passed (33.5s)
🎭 Playwright Run Summary
22 passed (25.2s)
🎭 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 21 passed (31.4s)
🎭 Playwright Run Summary
23 passed (38.5s)
🎭 Playwright Run Summary
22 passed (40.2s)
🎭 Playwright Run Summary
23 passed (44.9s)
🎭 Playwright Run Summary
23 passed (32.7s)
🎭 Playwright Run Summary
1 flaky [chromium] › components/recommendations/atomic-recs-list/e2e/atomic-recs-list.e2e.ts:88:1 › with no recommendations returned by the API, should render placeholders 21 passed (52.6s)
🎭 Playwright Run Summary
22 passed (31.5s)
🎭 Playwright Run Summary
22 passed (28.6s)
🎭 Playwright Run Summary
22 passed (45.6s)
🎭 Playwright Run Summary
23 passed (43.5s)
🎭 Playwright Run Summary
22 passed (50.3s)
🎭 Playwright Run Summary
23 passed (41.9s)
🎭 Playwright Run Summary
22 passed (40.3s)
🎭 Playwright Run Summary
22 passed (47.5s)
🎭 Playwright Run Summary
22 passed (35.7s)
🎭 Playwright Run Summary
22 passed (30.3s)
🎭 Playwright Run Summary
22 passed (42.0s)
🎭 Playwright Run Summary
2 flaky [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:39:3 › with a manual query correction › search box should contain the original query [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 20 passed (1.7m)

Artifacts

Produced during runtime
Name Size
atomic-hosted-page-playwright-report
184 KB
atomic-playwright-report
2.88 MB
blob-report-1
20.7 KB
blob-report-10
20.9 KB
blob-report-11
20.8 KB
blob-report-12
24.7 KB
blob-report-13
23 KB
blob-report-14
20.6 KB
blob-report-15
231 KB
blob-report-16
24.8 KB
blob-report-17
1.27 MB
blob-report-18
819 KB
blob-report-19
20.9 KB
blob-report-2
25.2 KB
blob-report-20
21.8 KB
blob-report-21
19.8 KB
blob-report-22
17.8 KB
blob-report-23
21.7 KB
blob-report-24
23.2 KB
blob-report-3
23.7 KB
blob-report-4
17.8 KB
blob-report-5
31.9 KB
blob-report-6
19.6 KB
blob-report-7
22.6 KB
blob-report-8
22.1 KB
blob-report-9
20.2 KB
result-lists-screenshots
21.1 MB