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