chore: allow running on node 22 #24226
Annotations
8 errors, 6 warnings, and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts#L71
1) [chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:65:5 › atomic-product-description › should render description for ec_shortdesc field
Error: expect(locator).toBeVisible()
Locator: locator('.expandable-text').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('.expandable-text').first()
69 | await productDescription.hydrated.first().waitFor();
70 |
> 71 | expect(productDescription.textContent.first()).toBeVisible();
| ^
72 | });
73 | });
74 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:71:54
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts#L97
2) [chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:88:9 › atomic-product-description › when description is truncated › when truncateAfter is set to 2 › should truncate description after 2 lines
Error: expect(locator).toHaveClass(expected)
Locator: locator('.expandable-text').first()
Expected pattern: /line-clamp-2/
Received string: ""
Call log:
- expect.toHaveClass with timeout 7000ms
- waiting for locator('.expandable-text').first()
95 |
96 | const descriptionText = productDescription.textContent.first();
> 97 | expect(descriptionText).toHaveClass(expectedClass);
| ^
98 | });
99 |
100 | test('should show "Show More" button', async ({productDescription}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:97:35
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts#L97
3) [chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:88:9 › atomic-product-description › when description is truncated › when truncateAfter is set to 4 › should truncate description after 4 lines
Error: expect(locator).toHaveClass(expected)
Locator: locator('.expandable-text').first()
Expected pattern: /line-clamp-4/
Received string: ""
Call log:
- expect.toHaveClass with timeout 7000ms
- waiting for locator('.expandable-text').first()
95 |
96 | const descriptionText = productDescription.textContent.first();
> 97 | expect(descriptionText).toHaveClass(expectedClass);
| ^
98 | });
99 |
100 | test('should show "Show More" button', async ({productDescription}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:97:35
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
4) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
Test timeout of 30000ms exceeded.
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L75
4) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-search-box').getByLabel('Clear recent searches.')
73 | searchBox,
74 | }) => {
> 75 | await searchBox.clearRecentQueriesButton.click();
| ^
76 | await expect(searchBox.recentQueries().first()).not.toBeVisible();
77 | });
78 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:75:48
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
5) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:79:5 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused
Test timeout of 30000ms exceeded.
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L82
5) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:79:5 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-search-box').getByLabel('Clear recent searches.')
80 | searchBox,
81 | }) => {
> 82 | await searchBox.clearRecentQueriesButton.hover();
| ^
83 | await searchBox.searchInput.press('Enter');
84 | await expect(searchBox.recentQueries().first()).not.toBeVisible();
85 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:82:48
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L272
6) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:266:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a dropdown option › should change other component visibility › facets
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: locator('atomic-refine-modal').getByLabel(/^included-facet$/).first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('atomic-refine-modal').getByLabel(/^included-facet$/).first()
- locator resolved to <atomic-facet with-search="" is-collapsed="" field="filetype" heading-level="0" is-refine-modal="" facet-id="filetype" number-of-values="8" filter-facet-count="" data-atomic-loaded="true" sort-criteria="automatic" aria-label="included-facet" tabs-included="["article"]" data-atomic-rendered="true" display-values-as="checkbox" class="atomic-hidden hydrated" label="File type (included facet)" results-must-match="atLeastOneValue"></atomic-facet>
- unexpected value "hidden"
- locator resolved to <atomic-facet with-search="" is-collapsed="" field="filetype" heading-level="0" is-refine-modal="" facet-id="filetype" number-of-values="8" filter-facet-count="" data-atomic-loaded="true" sort-criteria="automatic" aria-label="included-facet" tabs-included="["article"]" data-atomic-rendered="true" display-values-as="checkbox" class="atomic-hidden hydrated" label="File type (included facet)" results-must-match="atLeastOneValue"></atomic-facet>
- unexpected value "hidden"
- locator resolved to <atomic-facet with-search="" is-collapsed="" field="filetype" heading-level="0" is-refine-modal="" facet-id="filetype" number-of-values="8" filter-facet-count="" data-atomic-loaded="true" sort-criteria="automatic" aria-label="included-facet" tabs-included="["article"]" data-atomic-rendered="true" display-values-as="checkbox" class="atomic-hidden hydrated" label="File type (included facet)" results-must-match="atLeastOneValue"></atomic-facet>
- unexpected value "hidden"
- locator resolved to <atomic-facet with-search="" is-collapsed="" field="filetype" heading-level="0" is-refine-modal="" facet-id="filetype" number-of-values="8" filter-facet-count="" data-atomic-loaded="true" sort-criteria="automatic" aria-label="included-facet" tabs-included="["article"]" data-atomic-rendered="true" display-values-as="checkbox" class="atomic-hidden hydrated" label="File type (included facet)" results-must-match="atLeastOneValue"></atomic-facet>
- unexpected value "hidden"
- locator resolved to <atomic-facet with-search="" is-collapsed="" field="filetype" heading-level="0" is-refine-modal="" facet-id="filetype" number-of-values="8" filter-facet-count="" data-atomic-loaded="true" sort-criteria="automatic" aria-label="included-facet" tabs-included="["article"]" data-atomic-rendered="true" display-values-as="checkbox" class="atomic-hidden hydrated" label="File type (included facet)" results-must-match="atLeastOneValue"></atomic-facet>
- unexpected value "hidden"
- locator resolved to <atomic-facet with-search="" is-collapsed="" field="filetype" heading-level="0" is-refine-modal="" facet-id="filetype" number-of-values="8" filter-facet-count="" data-atomic-loaded="true" sort-criteria="automatic" aria-label="included-facet" tabs-included="["article"]" data-atomic-rendered="true" display-values-as="checkbox" class="atomic-hidden hydrated" label="File type (included facet)" results-must-match="atLeastOneValue"></atomic-facet>
- unexpected value "hidden"
- locator resolved to <atomic-facet with-search="" is-collapsed="" field="filetype" heading-level="0" is-refine-modal="" facet-id="filetype" number-of-values="8" filter-facet-count="" data-atomic-loaded="true" sort-criteria="automatic" aria-label="included-facet" tabs-included="["article"]" data-atomic-rendered="true" display-values-as="checkbox" class="atomic-hidden hydrated" label="File type (included facet)
|
Run /./.github/actions/playwright-atomic:
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 1.2m
|
Run /./.github/actions/playwright-atomic:
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 1.1m
|
Run /./.github/actions/playwright-atomic:
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 54.3s
|
Run /./.github/actions/playwright-atomic:
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 34.1s
|
Run /./.github/actions/playwright-atomic:
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 32.4s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "result-lists-screenshots".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run /./.github/actions/playwright-atomic
6 flaky
[chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:65:5 › atomic-product-description › should render description for ec_shortdesc field
[chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:88:9 › atomic-product-description › when description is truncated › when truncateAfter is set to 2 › should truncate description after 2 lines
[chromium] › components/commerce/product-template-components/atomic-product-description/e2e/atomic-product-description.e2e.ts:88:9 › atomic-product-description › when description is truncated › when truncateAfter is set to 4 › should truncate description after 4 lines
[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:79:5 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:266:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a dropdown option › should change other component visibility › facets
522 passed (13.3m)
|
Loading