ci: change npm tags for v2, disable sfdx release #22127
Annotations
2 errors, 1 warning, and 1 notice
Run /./.github/actions/playwright-atomic:
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
|
Run /./.github/actions/playwright-atomic:
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
|
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/
|
Run /./.github/actions/playwright-atomic
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)
|
Loading