Skip to content

ci: change npm tags for v2, disable sfdx release #22127

ci: change npm tags for v2, disable sfdx release

ci: change npm tags for v2, disable sfdx release #22127

Re-run triggered August 29, 2024 06:24
Status Success
Total duration 12m 18s
Artifacts 37

prbot.yml

on: pull_request
Matrix: Run Playwright tests for Atomic
Matrix: Run e2e tests on Atomic
Check with linter
3m 50s
Check with linter
Run unit tests
2m 55s
Run unit tests
Run e2e screenshots tests on Atomic
2m 59s
Run e2e screenshots tests on Atomic
Run e2e tests on Atomic React
2m 10s
Run e2e tests on Atomic React
Run e2e tests on Atomic React NextJS
1m 38s
Run e2e tests on Atomic React NextJS
Run e2e tests for IIFE
1m 25s
Run e2e tests for IIFE
Run e2e tests on Atomic Angular
2m 6s
Run e2e tests on Atomic Angular
Run e2e tests on Vue.js sample
1m 6s
Run e2e tests on Vue.js sample
Run e2e tests on Stencil.js sample
1m 50s
Run e2e tests on Stencil.js sample
Run e2e tests for Atomic Hosted Page
2m 14s
Run e2e tests for Atomic Hosted Page
Run e2e tests on Atomic insight panel
3m 30s
Run e2e tests on Atomic insight panel
Run e2e tests on Headless SSR App router sample in dev mode
3m 21s
Run e2e tests on Headless SSR App router sample in dev mode
Run e2e tests on Headless SSR App router sample in prod mode
1m 35s
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 0s
Run e2e tests on Headless SSR Pages router sample in prod mode
Should test Quantic?
1m 14s
Should test Quantic?
Run e2e tests on Atomic CSP
2m 52s
Run e2e tests on Atomic CSP
Merge Playwright reports
1m 35s
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 10s
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 6s
Run Quantic E2E tests / e2e-quantic-cleanup
Confirm build is valid (PR)
0s
Confirm build is valid (PR)
Confirm build is valid
0s
Confirm build is valid
Fit to window
Zoom out
Zoom in

Annotations

19 errors, 80 warnings, and 24 notices
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for numerical range facet value: packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
1) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for numerical range facet value Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected) Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Price:$15.00 to $20.00' }) Expected string: "Price:$15.00 to $20.00" Received: <element(s) not found> Call log: - expect.toHaveText with timeout 7000ms - waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Price:$15.00 to $20.00' }) 55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel); 56 | > 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel); | ^ 58 | }); 59 | }); 60 | }); at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for date range facet value: packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L57
2) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for date range facet value Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected) Locator: getByLabel('Remove Inclusion filter on').filter({ hasText: 'Date:2024-05-27 to 2025-05-27' }) Expected string: "Date:2024-05-27 to 2025-05-27" Received: <element(s) not found> Call log: - expect.toHaveText with timeout 7000ms - waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Date:2024-05-27 to 2025-05-27' }) 55 | const breadcrumbButton = breadbox.getBreadcrumbButtons(breadcrumbLabel); 56 | > 57 | await expect(breadcrumbButton).toHaveText(breadcrumbLabel); | ^ 58 | }); 59 | }); 60 | }); at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:57:40
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:118:9 › Default › when a category facet value is selected › should contain the selected value and the facet name in the breadcrumb button: packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L96
3) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:118:9 › Default › when a category facet value is selected › should contain the selected value and the facet name in the breadcrumb button Test timeout of 30000ms exceeded while running "beforeEach" hook. 94 | test.describe('when a category facet value is selected', () => { 95 | let firstValueText: string | RegExp; > 96 | test.beforeEach(async ({breadbox}) => { | ^ 97 | firstValueText = (await breadbox 98 | .getFacetValue('category') 99 | .first() at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:96:10
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:118:9 › Default › when a category facet value is selected › should contain the selected value and the facet name in the breadcrumb button: packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L106
3) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:118:9 › Default › when a category facet value is selected › should contain the selected value and the facet name in the breadcrumb button Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByLabel('Remove Inclusion filter on').filter({ hasText: 'Accessories' }) to be visible 104 | await breadbox 105 | .getBreadcrumbButtons(firstValueText) > 106 | .waitFor({state: 'visible'}); | ^ 107 | }); 108 | 109 | test('should disappear when clicking on the breadcrumb button', async ({ at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:106:10
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:331:11 › Default › when selecting multiple facet values › when clicking on the "Show More" button › should show the "Show More" button when clicking on the "Show Less" button: packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L236
1) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:331:11 › Default › when selecting multiple facet values › when clicking on the "Show More" button › should show the "Show More" button when clicking on the "Show Less" button Test timeout of 30000ms exceeded while running "beforeEach" hook. 234 | 235 | test.describe('when selecting multiple facet values', () => { > 236 | test.beforeEach(async ({breadbox}) => { | ^ 237 | for (let i = 0; i < 6; i++) { 238 | await breadbox.getFacetValue('regular').nth(i).click(); 239 | await breadbox at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:236:10
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:331:11 › Default › when selecting multiple facet values › when clicking on the "Show More" button › should show the "Show More" button when clicking on the "Show Less" button: packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L242
1) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:331:11 › Default › when selecting multiple facet values › when clicking on the "Show More" button › should show the "Show More" button when clicking on the "Show Less" button Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByLabel('Remove Inclusion filter on').nth(5) to be visible 240 | .getBreadcrumbButtons() 241 | .nth(i) > 242 | .waitFor({state: 'visible'}); | ^ 243 | } 244 | }); 245 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:242:12
[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button: packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L1
1) [chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button Test timeout of 30000ms exceeded.
[chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button: packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts#L21
1) [chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByText('Load more products') to be visible 19 | 20 | test('should display a load more button', async ({loadMore}) => { > 21 | await loadMore.button.waitFor({state: 'visible'}); | ^ 22 | await expect(loadMore.button).toBeVisible(); 23 | }); 24 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:21:27
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:92:9 › Default › after clicking the button previous › should not include the first page in the hash: packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L73
1) [chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:92:9 › Default › after clicking the button previous › should not include the first page in the hash Test timeout of 30000ms exceeded while running "beforeEach" hook. 71 | 72 | test.describe('after clicking the button previous', () => { > 73 | test.beforeEach(async ({pager}) => { | ^ 74 | await pager.nextButton.click(); 75 | await pager.previousButton.click(); 76 | }); at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:73:10
[chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:92:9 › Default › after clicking the button previous › should not include the first page in the hash: packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts#L74
1) [chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:92:9 › Default › after clicking the button previous › should not include the first page in the hash Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByLabel('Next') 72 | test.describe('after clicking the button previous', () => { 73 | test.beforeEach(async ({pager}) => { > 74 | await pager.nextButton.click(); | ^ 75 | await pager.previousButton.click(); 76 | }); 77 | at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:74:30
[chromium] › components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts:25:7 › default › should execute the first query with the default number of products: packages/atomic/src/components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts#L35
1) [chromium] › components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts:25:7 › default › should execute the first query with the default number of products Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: locator(':not([role="status"])').filter({ hasText: /Products 1-10 of [\d,]?/ }).first() Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for locator(':not([role="status"])').filter({ hasText: /Products 1-10 of [\d,]?/ }).first() 33 | .text(SUMMARY_REGEX({indexOfFirstResult: 1, indexOfLastResults: 10})) 34 | .first() > 35 | ).toBeVisible(); | ^ 36 | }); 37 | 38 | test('should render the component with the number of products selected', async ({ at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts:35:7
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:491:7 › standalone searchbox › should redirect to the specified url after selecting a suggestion: packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L508
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:491:7 › standalone searchbox › should redirect to the specified url after selecting a suggestion Error: Timed out 7000ms waiting for expect(locator).toHaveValue(expected) Locator: getByRole('combobox', { name: 'Search' }) Expected string: "trendy look" Received string: "" Call log: - expect.toHaveValue with timeout 7000ms - waiting for getByRole('combobox', { name: 'Search' }) - locator resolved to <textarea rows="1" part="textarea" role="combobox" autocorrect="off" autocomplete="off" placeholder="Search" autocapitalize="off" aria-haspopup="true" aria-expanded="false" aria-autocomplete="both" class="placeholder-neutral-dark" aria-controls="atomic-commerce-search-box-xebry-popup" title="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter." aria-label="Search field with suggestions. To begin navigating suggestions, while focused, pres…></textarea> - unexpected value "" - locator resolved to <textarea rows="1" part="textarea" role="combobox" autocorrect="off" autocomplete="off" placeholder="Search" autocapitalize="off" aria-haspopup="true" aria-expanded="false" aria-autocomplete="both" class="placeholder-neutral-dark" aria-controls="atomic-commerce-search-box-xebry-popup" title="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter." aria-label="Search field with suggestions. To begin navigating suggestions, while focused, pres…></textarea> - unexpected value "" - locator resolved to <textarea rows="1" part="textarea" role="combobox" autocorrect="off" autocomplete="off" placeholder="Search" autocapitalize="off" aria-haspopup="true" aria-expanded="false" aria-autocomplete="both" class="placeholder-neutral-dark" aria-controls="atomic-commerce-search-box-xebry-popup" title="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter." aria-label="Search field with suggestions. To begin navigating suggestions, while focused, pres…></textarea> - unexpected value "" - locator resolved to <textarea rows="1" part="textarea" role="combobox" autocorrect="off" autocomplete="off" placeholder="Search" autocapitalize="off" aria-haspopup="true" aria-expanded="false" aria-autocomplete="both" class="placeholder-neutral-dark" aria-controls="atomic-commerce-search-box-xebry-popup" title="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter." aria-label="Search field with suggestions. To begin navigating suggestions, while focused, pres…></textarea> - unexpected value "" - locator resolved to <textarea rows="1" part="textarea" role="combobox" autocorrect="off" autocomplete="off" placeholder="Search" autocapitalize="off" aria-haspopup="true" aria-expanded="false" aria-autocomplete="both" class="placeholder-neutral-dark" aria-controls="atomic-commerce-search-box-xebry-popup" title="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter." aria-label="Search field with suggestions. To begin navigating suggestions, while focused, pres…></textarea> - unexpected value "" - locator resolved to <textarea rows="1" part="textarea" role="combobox" autocorrect="off" autocomplete="off" placeholder="Search" autocapitalize="off" aria-haspopup="true" aria-expanded="false" aria-autocomplete="both" class="placeholder-neutral-dark" aria-controls="atomic-commerce-search-box-xebry-popup" title="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter." aria-label="Search field with suggestions. To begin navigating suggestions, while focused, pres…></textarea> - unexpected value "" - locator resolved to <textarea rows="1" part="textarea" role="combobox" autoco
[chromium] › components/commerce/facets/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts:14:7 › default › should allow to filter by selecting and deselecting a value: packages/atomic/src/components/commerce/facets/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts#L24
2) [chromium] › components/commerce/facets/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts:14:7 › default › should allow to filter by selecting and deselecting a value Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByRole('button', { name: 'All Categories' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByRole('button', { name: 'All Categories' }) 22 | await categoryFacetValueLabel.click(); 23 | > 24 | await expect(categoryFacet.allCategoryButton).toBeVisible(); | ^ 25 | await expect(categoryFacetValueLabel).toHaveAttribute( 26 | 'aria-pressed', 27 | 'true' at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts:24:51
[chromium] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:29:7 › default › should allow to deselect a filter with the clear button: packages/atomic/src/components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts#L39
1) [chromium] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:29:7 › default › should allow to deselect a filter with the clear button Error: Timed out 7000ms waiting for expect(locator).toHaveCount(expected) Locator: getByRole('button').filter({ hasText: /Clear.*filter/ }) Expected: 0 Received: 1 Call log: - expect.toHaveCount with timeout 7000ms - waiting for getByRole('button').filter({ hasText: /Clear.*filter/ }) - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" 37 | await numericFacet.clearFilter.click(); 38 | > 39 | await expect(numericFacet.clearFilter).toHaveCount(0); | ^ 40 | }); 41 | 42 | test('should allow to filter by entering a valid minimum and maximum value', async ({ at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:39:44
[chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:9:7 › default › should be A11y compliant: packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L1
1) [chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:9:7 › default › should be A11y compliant Test timeout of 30000ms exceeded.
[chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:9:7 › default › should be A11y compliant: packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts#L10
1) [chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:9:7 › default › should be A11y compliant Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for locator('atomic-commerce-facet[class*="hydrated"]') to be visible 8 | 9 | test('should be A11y compliant', async ({facet, makeAxeBuilder}) => { > 10 | await facet.hydrated.waitFor(); | ^ 11 | const accessibilityResults = await makeAxeBuilder().analyze(); 12 | expect(accessibilityResults.violations).toEqual([]); 13 | }); at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:10:26
[chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:137:13 › with min and max values › when selecting a start date and an end date › when clicking the apply button › when clicking the clear filter button › should clear the selected dates: packages/atomic/src/components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L138
1) [chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:137:13 › with min and max values › when selecting a start date and an end date › when clicking the apply button › when clicking the clear filter button › should clear the selected dates Error: Timed out 7000ms waiting for expect(locator).toHaveValue(expected) Locator: getByLabel('Enter a start date for the No label facet') Expected string: "" Received string: "2021-01-01" Call log: - expect.toHaveValue with timeout 7000ms - waiting for getByLabel('Enter a start date for the No label facet') - locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/> - unexpected value "2021-01-01" - locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/> - unexpected value "2021-01-01" - locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/> - unexpected value "2021-01-01" - locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/> - unexpected value "2021-01-01" - locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/> - unexpected value "2021-01-01" - locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/> - unexpected value "2021-01-01" - locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/> - unexpected value "2021-01-01" - locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/> - unexpected value "2021-01-01" - locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="^(1[4-9]\d{2}|2\d{3})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$"/> - unexpected value "2021-01-01" - locator resolved to <input type="date" required="" min="2021-01-01" max="2021-01-31" part="input-start" id="date_input_start" placeholder="yyyy-mm-dd" class="input-primary p-2.5" aria-label="Enter a start date for the No label facet" pattern="
[chromium] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:8:7 › Quickview › should render the quickview button: packages/atomic/src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts#L9
2) [chromium] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:8:7 › Quickview › should render the quickview button Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByRole('button', { name: 'Quick View' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByRole('button', { name: 'Quick View' }) 7 | 8 | test('should render the quickview button', async ({quickview}) => { > 9 | await expect(quickview.resultButton).toBeVisible(); | ^ 10 | }); 11 | 12 | test.describe('when the quickview button is clicked', () => { at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:9:42
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries: packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L217
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries Error: Timed out 7000ms waiting for expect(locator).toBeVisible() Locator: getByLabel(/recent query\.(?: Button\.)? \d of \d\./).first() Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 7000ms - waiting for getByLabel(/recent query\.(?: Button\.)? \d of \d\./).first() 215 | 216 | test('should display recent queries', async ({searchBox}) => { > 217 | await expect(searchBox.recentQueries().first()).toBeVisible(); | ^ 218 | }); 219 | 220 | test('should clear recent queries when clicking the clear button', async ({ at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:217:55
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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. 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 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 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 for IIFE
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: packages/atomic/[chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts#L1
packages/atomic/[chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts took 24.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 33.6s
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 24.3s
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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 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 Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/default-1/**/*)
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Quantic E2E tests / Run e2e tests on Quantic (cypress/e2e/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 (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 (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 (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 (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 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 (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 (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 (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 (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/
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 24.2s
Run e2e tests on Headless SSR Pages router sample in prod mode
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (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 Headless SSR Pages router sample in dev mode
The following actions use a deprecated Node.js version and will be forced to run on node20: cypress-io/github-action@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests on Atomic (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 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 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: "atomic-e2e-screenshots-", "result-lists-screenshots", "ssr-app-dev-screenshots", "ssr-app-prd-screenshots", "ssr-page-dev-screenshots", "ssr-pages-prd-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
3 flaky [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for numerical range facet value [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:48:11 › Default › when restoring the state from URL › should show the breadcrumb for date range facet value [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:118:9 › Default › when a category facet value is selected › should contain the selected value and the facet name in the breadcrumb button 9 passed (1.6m)
🎭 Playwright Run Summary
1 flaky [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:331:11 › Default › when selecting multiple facet values › when clicking on the "Show More" button › should show the "Show More" button when clicking on the "Show Less" button 11 passed (1.4m)
🎭 Playwright Run Summary
1 flaky [chromium] › components/commerce/atomic-commerce-load-more-products/e2e/atomic-commerce-load-more-products.e2e.ts:20:7 › load more products with products returned by the API › should display a load more button 11 passed (1.0m)
🎭 Playwright Run Summary
1 flaky [chromium] › components/commerce/atomic-commerce-pager/e2e/atomic-commerce-pager.e2e.ts:92:9 › Default › after clicking the button previous › should not include the first page in the hash 11 passed (1.3m)
🎭 Playwright Run Summary
12 passed (25.0s)
🎭 Playwright Run Summary
1 flaky [chromium] › components/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts:25:7 › default › should execute the first query with the default number of products 11 passed (33.4s)
🎭 Playwright Run Summary
12 passed (12.8s)
🎭 Playwright Run Summary
12 passed (11.8s)
🎭 Playwright Run Summary
12 passed (17.4s)
🎭 Playwright Run Summary
2 flaky [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:491:7 › standalone searchbox › should redirect to the specified url after selecting a suggestion [chromium] › components/commerce/facets/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts:14:7 › default › should allow to filter by selecting and deselecting a value 10 passed (1.1m)
🎭 Playwright Run Summary
1 flaky [chromium] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts:29:7 › default › should allow to deselect a filter with the clear button 11 passed (1.3m)
🎭 Playwright Run Summary
1 flaky [chromium] › components/commerce/facets/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts:9:7 › default › should be A11y compliant 11 passed (1.2m)
🎭 Playwright Run Summary
12 passed (19.1s)
🎭 Playwright Run Summary
12 passed (25.3s)
🎭 Playwright Run Summary
12 passed (43.9s)
🎭 Playwright Run Summary
12 passed (22.9s)
🎭 Playwright Run Summary
12 passed (14.8s)
🎭 Playwright Run Summary
12 passed (38.0s)
🎭 Playwright Run Summary
2 flaky [chromium] › components/search/facets/atomic-timeframe-facet/e2e/atomic-timeframe-facet.e2e.ts:137:13 › with min and max values › when selecting a start date and an end date › when clicking the apply button › when clicking the clear filter button › should clear the selected dates [chromium] › components/search/result-template-components/atomic-quickview/e2e/atomic-quickview.e2e.ts:8:7 › Quickview › should render the quickview button 10 passed (1.2m)
🎭 Playwright Run Summary
12 passed (27.7s)
🎭 Playwright Run Summary
12 passed (16.9s)
🎭 Playwright Run Summary
12 passed (26.9s)
🎭 Playwright Run Summary
12 passed (15.5s)
🎭 Playwright Run Summary
1 flaky [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries 11 passed (28.0s)

Artifacts

Produced during runtime
Name Size
atomic-e2e-screenshots-
8.84 MB
atomic-playwright-report Expired
9.18 MB
blob-report-11 Expired
1 MB
blob-report-2 Expired
15.6 KB
blob-report-5 Expired
11.1 KB
blob-report-9 Expired
12.5 KB
result-lists-screenshots
24.7 MB
ssr-app-dev-screenshots
253 KB
ssr-app-prd-screenshots
218 KB
ssr-page-dev-screenshots
110 KB
ssr-pages-prd-screenshots
214 KB