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-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
|
Run /./.github/actions/playwright-atomic:
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
|
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
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)
|
Loading