Skip to content

fix(quantic): Clear icon not being displayed after selecting a suggestion in quantic searchbox #23558

fix(quantic): Clear icon not being displayed after selecting a suggestion in quantic searchbox

fix(quantic): Clear icon not being displayed after selecting a suggestion in quantic searchbox #23558

Triggered via pull request October 3, 2024 19:48
Status Failure
Total duration 22m 57s
Artifacts 25

prbot.yml

on: pull_request
Matrix: Run Playwright tests for Atomic
Matrix: Run e2e tests on Atomic
Check with linter
3m 44s
Check with linter
Run unit tests
2m 20s
Run unit tests
Run e2e screenshots tests on Atomic
3m 57s
Run e2e screenshots tests on Atomic
Run e2e tests on Atomic React
1m 25s
Run e2e tests on Atomic React
Run e2e tests on Atomic React NextJS
1m 16s
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 29s
Run e2e tests on Atomic Angular
Run e2e tests on Vue.js sample
47s
Run e2e tests on Vue.js sample
Run e2e tests on Stencil.js sample
1m 17s
Run e2e tests on Stencil.js sample
Run e2e tests for Atomic Hosted Page
1m 49s
Run e2e tests for Atomic Hosted Page
Run e2e tests on Atomic insight panel
3m 24s
Run e2e tests on Atomic insight panel
Run e2e tests on Headless SSR App router sample in dev mode
2m 14s
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 15s
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 16s
Should test Quantic?
Run e2e tests on Atomic CSP
3m 8s
Run e2e tests on Atomic CSP
Merge Playwright reports
1m 14s
Merge Playwright reports
Confirm build is valid (merge group)
0s
Confirm build is valid (merge group)
Run Quantic E2E tests  /  Setup e2e tests on Quantic
4m 41s
Run Quantic E2E tests / Setup e2e tests on Quantic
Matrix: Run Quantic E2E tests / Run e2e tests on Quantic
Run Quantic E2E tests  /  e2e-quantic-cleanup
1m 3s
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

14 errors, 86 warnings, and 25 notices
[chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:15:5 › External Test Suite › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the same atomic-external should be affected: packages/atomic/src/components/search/atomic-external/e2e/atomic-external.e2e.ts#L18
1) [chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:15:5 › External Test Suite › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the same atomic-external should be affected Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected) Locator: locator('atomic-external > atomic-query-summary') Expected pattern: /hello/ Received string: "Results 1-10 of 440,531 in 0.06 second" Call log: - expect.toHaveText with timeout 7000ms - waiting for locator('atomic-external > atomic-query-summary') - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.06 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.06 second" 16 | external, 17 | }) => { > 18 | await expect(external.querySummary).toHaveText(/hello/); | ^ 19 | }); 20 | 21 | test("other components' state under the linked atomic-search-interface should be affected", async ({ at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-external/e2e/atomic-external.e2e.ts:18:43
[chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:15:5 › External Test Suite › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the same atomic-external should be affected: packages/atomic/src/components/search/atomic-external/e2e/atomic-external.e2e.ts#L18
1) [chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:15:5 › External Test Suite › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the same atomic-external should be affected Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected) Locator: locator('atomic-external > atomic-query-summary') Expected pattern: /hello/ Received string: "Results 1-10 of 440,531 in 0.07 second" Call log: - expect.toHaveText with timeout 7000ms - waiting for locator('atomic-external > atomic-query-summary') - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.19 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.19 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.07 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.07 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.07 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.07 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.07 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.07 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.07 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.07 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.07 second" 16 | external, 17 | }) => { > 18 | await expect(external.querySummary).toHaveText(/hello/); | ^ 19 | }); 20 | 21 | test("other components' state under the linked atomic-search-interface should be affected", async ({ at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-external/e2e/atomic-external.e2e.ts:18:43
[chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:15:5 › External Test Suite › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the same atomic-external should be affected: packages/atomic/src/components/search/atomic-external/e2e/atomic-external.e2e.ts#L18
1) [chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:15:5 › External Test Suite › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the same atomic-external should be affected Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected) Locator: locator('atomic-external > atomic-query-summary') Expected pattern: /hello/ Received string: "Results 1-10 of 440,531 in 0.08 second" Call log: - expect.toHaveText with timeout 7000ms - waiting for locator('atomic-external > atomic-query-summary') - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.22 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.22 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.08 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.08 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.08 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.08 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.08 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.08 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.08 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.08 second" - locator resolved to <atomic-query-summary class="hydrated" data-atomic-loaded="true" data-atomic-rendered="true"></atomic-query-summary> - unexpected value "Results 1-10 of 440,531 in 0.08 second" 16 | external, 17 | }) => { > 18 | await expect(external.querySummary).toHaveText(/hello/); | ^ 19 | }); 20 | 21 | test("other components' state under the linked atomic-search-interface should be affected", async ({ at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-external/e2e/atomic-external.e2e.ts:18:43
Run Playwright tests for Atomic (16, 24)
Process completed with exit code 1.
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:143:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer: packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L1
1) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:143:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer Test timeout of 30000ms exceeded.
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:143:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer: packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L151
1) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:143:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByText('Generated answer', { exact: true }) to be visible 149 | await searchBox.searchInput.press('Enter'); 150 | > 151 | await tabManager.generatedAnswer.waitFor({state: 'visible'}); | ^ 152 | await expect(tabManager.generatedAnswer).toBeVisible(); 153 | }); 154 | }); at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:151:44
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:143:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer: packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L1
1) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:143:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:143:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer: packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L151
1) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:143:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByText('Generated answer', { exact: true }) to be visible 149 | await searchBox.searchInput.press('Enter'); 150 | > 151 | await tabManager.generatedAnswer.waitFor({state: 'visible'}); | ^ 152 | await expect(tabManager.generatedAnswer).toBeVisible(); 153 | }); 154 | }); at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:151:44
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:143:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer: packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L1
1) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:143:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:143:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer: packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L151
1) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:143:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByText('Generated answer', { exact: true }) to be visible 149 | await searchBox.searchInput.press('Enter'); 150 | > 151 | await tabManager.generatedAnswer.waitFor({state: 'visible'}); | ^ 152 | await expect(tabManager.generatedAnswer).toBeVisible(); 153 | }); 154 | }); at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:151:44
Run Playwright tests for Atomic (23, 24)
Process completed with exit code 1.
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/default-1/**/*)
Cypress verification timed out. This command failed with the following output: /home/runner/.cache/Cypress/13.6.6/Cypress/Cypress --no-sandbox --smoke-test --ping=728 ---------- Command timed out after 30000 milliseconds: /home/runner/.cache/Cypress/13.6.6/Cypress/Cypress --no-sandbox --smoke-test --ping=728 Timed out ---------- Platform: linux-x64 (Ubuntu - 24.04) Cypress Version: 13.6.6
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-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts took 23.1s
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 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/
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 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/
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 16.3s
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 16.4s
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 17.9s
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 22.1s
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 17.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 23.9s
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 16.5s
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.7s
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 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 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 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/
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 31.3s
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 (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 (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/
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 (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/
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 (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 (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 (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 (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 (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 (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 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 (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/
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/
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 (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 (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/
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 (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 (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 (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 (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 (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/
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 (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 (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 (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 (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 (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 (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 (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/
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/
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 (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 (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 (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 (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 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/
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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 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/
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 Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/default-1/**/*)
No files were found with the provided path: packages/quantic/cypress/screenshots. No artifacts will be uploaded.
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, 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/
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 (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 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 (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 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 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 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
15 passed (26.2s)
🎭 Playwright Run Summary
15 passed (14.3s)
🎭 Playwright Run Summary
15 passed (13.7s)
🎭 Playwright Run Summary
1 skipped 14 passed (16.9s)
🎭 Playwright Run Summary
15 passed (16.8s)
🎭 Playwright Run Summary
15 passed (20.1s)
🎭 Playwright Run Summary
16 passed (21.9s)
🎭 Playwright Run Summary
16 passed (21.5s)
🎭 Playwright Run Summary
16 passed (27.7s)
🎭 Playwright Run Summary
15 passed (27.4s)
🎭 Playwright Run Summary
15 passed (14.8s)
🎭 Playwright Run Summary
15 passed (27.6s)
🎭 Playwright Run Summary
15 passed (15.0s)
🎭 Playwright Run Summary
15 passed (20.7s)
🎭 Playwright Run Summary
16 passed (27.0s)
🎭 Playwright Run Summary
15 passed (19.5s)
🎭 Playwright Run Summary
15 passed (40.8s)
🎭 Playwright Run Summary
15 passed (25.1s)
🎭 Playwright Run Summary
15 passed (26.6s)
🎭 Playwright Run Summary
1 failed [chromium] › components/search/atomic-external/e2e/atomic-external.e2e.ts:15:5 › External Test Suite › when modifying state of a component (search box) that is a child of an atomic-external component › other components' state under the same atomic-external should be affected 14 passed (46.7s)
🎭 Playwright Run Summary
16 passed (22.1s)
🎭 Playwright Run Summary
16 passed (24.7s)
🎭 Playwright Run Summary
15 passed (26.6s)
🎭 Playwright Run Summary
16 passed (41.0s)
🎭 Playwright Run Summary
1 failed [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:143:9 › AtomicTabManager › when viewport is large enough to display all tabs › when clicking on tab button › should change other component visibility › generated answer 14 passed (2.1m)

Artifacts

Produced during runtime
Name Size
atomic-hosted-page-playwright-report
184 KB
atomic-playwright-report
301 KB
blob-report-1
14.9 KB
blob-report-10
14.3 KB
blob-report-11
14.7 KB
blob-report-12
14.9 KB
blob-report-13
13.5 KB
blob-report-14
14 KB
blob-report-15
13.7 KB
blob-report-17
15.8 KB
blob-report-18
14.7 KB
blob-report-19
14.8 KB
blob-report-2
19.3 KB
blob-report-20
14.8 KB
blob-report-21
12.8 KB
blob-report-22
15 KB
blob-report-24
16.8 KB
blob-report-3
17.6 KB
blob-report-4
13.6 KB
blob-report-5
13.4 KB
blob-report-6
13.8 KB
blob-report-7
15.6 KB
blob-report-8
16.2 KB
blob-report-9
15.9 KB
result-lists-screenshots
35.1 MB