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