feat(headless): server side commerce recommendations #24663
prbot.yml
on: pull_request
Matrix: Run e2e tests on Atomic
Check with linter
4m 21s
Run unit tests
3m 8s
Run e2e screenshots tests on Atomic
4m 47s
Run e2e tests on Atomic React
2m 6s
Run e2e tests on Atomic React NextJS
2m 23s
Run e2e tests for IIFE
13s
Run e2e tests on Atomic Angular
2m 13s
Run e2e tests on Vue.js sample
1m 30s
Run e2e tests on Stencil.js sample
2m 15s
Run e2e tests for Atomic Hosted Page
12m 5s
Run e2e tests on Atomic insight panel
4m 52s
Run e2e tests on Headless SSR App router sample in dev mode
3m 24s
Run e2e tests on Headless SSR App router sample in prod mode
2m 15s
Run e2e tests on Headless SSR Pages router sample in dev mode
2m 56s
Run e2e tests on Headless SSR Pages router sample in prod mode
2m 38s
Verify compatibility of packages
1m 22s
CDN Checks
4m 56s
Run Quantic E2E tests
/
Setup e2e tests on Quantic
2m 6s
Matrix: Run Playwright tests for Atomic
Matrix: Run Quantic E2E tests / Run e2e tests on Quantic
Merge Playwright reports
2m 2s
Confirm build is valid
10s
Annotations
19 errors, 86 warnings, and 25 notices
src/ssr-commerce/commerce-engine.test.tsx > Headless react SSR utils > defines react commerce engine:
packages/headless-react/src/ssr-commerce/commerce-engine.test.tsx#L88
AssertionError: expected { …(1) } to deeply equal {}
- Expected
+ Received
- Object {}
+ Object {
+ "recommendationEngineDefinition": Object {
+ "HydratedStateProvider": [Function anonymous],
+ "StaticStateProvider": [Function anonymous],
+ "build": [Function anonymous],
+ "fetchStaticState": [Function fetchStaticState],
+ "hydrateStaticState": [Function newFunction],
+ "setNavigatorContextProvider": [Function setNavigatorContextProvider],
+ },
+ }
❯ src/ssr-commerce/commerce-engine.test.tsx:88:18
|
Run unit tests
Process completed with exit code 1.
|
Run Quantic E2E tests / Setup e2e tests on Quantic
Process completed with exit code 1.
|
[chromium] › components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:105:3 › with max-values-to-display set to total number of values (6) › should not render an indicator that more values are available:
packages/atomic/src/components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts#L108
1) [chromium] › components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:105:3 › with max-values-to-display set to total number of values (6) › should not render an indicator that more values are available
Error: expect(locator).not.toBeVisible()
Locator: locator('atomic-product-multi-value-text[class*="hydrated"]').first().getByText('more...')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 7000ms
- waiting for locator('atomic-product-multi-value-text[class*="hydrated"]').first().getByText('more...')
106 | productMultiValueText,
107 | }) => {
> 108 | expect(productMultiValueText.moreValuesIndicator()).not.toBeVisible();
| ^
109 | });
110 | });
111 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-multi-value-text/e2e/atomic-product-multi-value-text.e2e.ts:108:61
|
[chromium] › components/search/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/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:72:3 › with a query trigger › search box should contain the corrected query:
packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L67
1) [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:72:3 › with a query trigger › search box should contain the corrected 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:72:3 › with a query trigger › search box should contain the corrected query:
packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L69
1) [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:72:3 › with a query trigger › search box should contain the corrected 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-loaded="true" data-atomic-rendered="t
|
[chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:72:3 › with a query trigger › search box should contain the corrected query:
packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L67
1) [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:72:3 › with a query trigger › search box should contain the corrected 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:72:3 › with a query trigger › search box should contain the corrected query:
packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L69
1) [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:72:3 › with a query trigger › search box should contain the corrected 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 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 reso
|
[chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:72:3 › with a query trigger › search box should contain the corrected query:
packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L67
1) [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:72:3 › with a query trigger › search box should contain the corrected query
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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:72:3 › with a query trigger › search box should contain the corrected query:
packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L69
1) [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:72:3 › with a query trigger › search box should contain the corrected query
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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 reso
|
[chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:82:3 › with a query trigger › should show manual trigger correction text:
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:82:3 › with a query trigger › should show manual trigger correction text
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:82:3 › with a query trigger › should show manual trigger correction text:
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:82:3 › with a query trigger › should show manual trigger correction text
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-loaded="true" data-atomic-rendered="true
|
[chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:82:3 › with a query trigger › should show manual trigger correction text:
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:82:3 › with a query trigger › should show manual trigger correction text
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:82:3 › with a query trigger › should show manual trigger correction text:
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:82:3 › with a query trigger › should show manual trigger correction text
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 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 resolve
|
Run e2e tests for Atomic Hosted Page
Process completed with exit code 1.
|
Confirm build is valid (PR)
Process completed with exit code 1.
|
Confirm build is valid
Process completed with exit code 1.
|
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/
|
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 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 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/
|
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 39.3s
|
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 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 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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 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. 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 (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 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 (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 (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/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 23.6s
|
Slow Test:
packages/atomic/[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L1
packages/atomic/[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts took 15.7s
|
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 29.6s
|
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 (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/
|
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 29.5s
|
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/
|
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 39.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 27.3s
|
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/
|
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.9s
|
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 34.4s
|
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 19.7s
|
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 19.4s
|
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 45.9s
|
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 26.7s
|
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 27.0s
|
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 21.6s
|
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/
|
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 39.7s
|
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 (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 (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 (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 (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 (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 (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/
|
🎭 Playwright Run Summary
22 passed (42.7s)
|
🎭 Playwright Run Summary
22 passed (24.5s)
|
🎭 Playwright Run Summary
22 passed (23.9s)
|
🎭 Playwright Run Summary
22 passed (22.9s)
|
🎭 Playwright Run Summary
22 passed (29.7s)
|
🎭 Playwright Run Summary
23 passed (39.8s)
|
🎭 Playwright Run Summary
22 passed (30.7s)
|
🎭 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 (34.9s)
|
🎭 Playwright Run Summary
22 passed (48.4s)
|
🎭 Playwright Run Summary
22 passed (36.2s)
|
🎭 Playwright Run Summary
23 passed (32.9s)
|
🎭 Playwright Run Summary
23 passed (50.2s)
|
🎭 Playwright Run Summary
22 passed (41.8s)
|
🎭 Playwright Run Summary
22 passed (32.1s)
|
🎭 Playwright Run Summary
22 passed (31.0s)
|
🎭 Playwright Run Summary
22 passed (36.3s)
|
🎭 Playwright Run Summary
22 passed (36.2s)
|
🎭 Playwright Run Summary
23 passed (45.0s)
|
🎭 Playwright Run Summary
22 passed (42.7s)
|
🎭 Playwright Run Summary
22 passed (49.5s)
|
🎭 Playwright Run Summary
22 passed (31.5s)
|
🎭 Playwright Run Summary
22 passed (52.2s)
|
🎭 Playwright Run Summary
23 passed (45.2s)
|
🎭 Playwright Run Summary
1 flaky
[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
21 passed (1.4m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:72:3 › with a query trigger › search box should contain the corrected query
[chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:82:3 › with a query trigger › should show manual trigger correction text
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
18 passed (4.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
atomic-hosted-page-playwright-report
|
790 KB |
|
atomic-playwright-report
|
4.37 MB |
|
blob-report-1
|
20.8 KB |
|
blob-report-10
|
20.9 KB |
|
blob-report-11
|
20.8 KB |
|
blob-report-12
|
24.8 KB |
|
blob-report-13
|
23.1 KB |
|
blob-report-14
|
20.6 KB |
|
blob-report-15
|
231 KB |
|
blob-report-16
|
24.8 KB |
|
blob-report-17
|
20.5 KB |
|
blob-report-19
|
21.1 KB |
|
blob-report-2
|
25.3 KB |
|
blob-report-20
|
22.1 KB |
|
blob-report-21
|
19.9 KB |
|
blob-report-22
|
17.5 KB |
|
blob-report-23
|
3.53 MB |
|
blob-report-24
|
23.2 KB |
|
blob-report-3
|
23.8 KB |
|
blob-report-4
|
17.8 KB |
|
blob-report-5
|
32 KB |
|
blob-report-6
|
19.6 KB |
|
blob-report-7
|
22.8 KB |
|
blob-report-8
|
22.1 KB |
|
blob-report-9
|
20.2 KB |
|
result-lists-screenshots
|
23 MB |
|