chore(headless)!: remove headless fetch & crypto polyfills #22159
Annotations
10 errors, 1 warning, and 1 notice
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L171
1) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:192:9 › Default › when a numerical 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.
169 | let firstValueText: string | RegExp;
170 |
> 171 | test.beforeEach(async ({breadbox}) => {
| ^
172 | await breadbox.getFacetValue('numerical').first().click();
173 | firstValueText = (await breadbox
174 | .getFacetValue('numerical')
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:171:10
|
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L172
1) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:192:9 › Default › when a numerical facet value is selected › should contain the selected value and the facet name in the breadcrumb button
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-numeric-facet').getByRole('listitem').first()
170 |
171 | test.beforeEach(async ({breadbox}) => {
> 172 | await breadbox.getFacetValue('numerical').first().click();
| ^
173 | firstValueText = (await breadbox
174 | .getFacetValue('numerical')
175 | .locator('span')
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:172:57
|
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L171
1) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:192:9 › Default › when a numerical facet value is selected › should contain the selected value and the facet name in the breadcrumb button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
169 | let firstValueText: string | RegExp;
170 |
> 171 | test.beforeEach(async ({breadbox}) => {
| ^
172 | await breadbox.getFacetValue('numerical').first().click();
173 | firstValueText = (await breadbox
174 | .getFacetValue('numerical')
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:171:10
|
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L172
1) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:192:9 › Default › when a numerical facet value is selected › should contain the selected value and the facet name in the breadcrumb button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-numeric-facet').getByRole('listitem').first()
170 |
171 | test.beforeEach(async ({breadbox}) => {
> 172 | await breadbox.getFacetValue('numerical').first().click();
| ^
173 | firstValueText = (await breadbox
174 | .getFacetValue('numerical')
175 | .locator('span')
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:172:57
|
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L171
1) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:192:9 › Default › when a numerical facet value is selected › should contain the selected value and the facet name in the breadcrumb button
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
169 | let firstValueText: string | RegExp;
170 |
> 171 | test.beforeEach(async ({breadbox}) => {
| ^
172 | await breadbox.getFacetValue('numerical').first().click();
173 | firstValueText = (await breadbox
174 | .getFacetValue('numerical')
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:171:10
|
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L172
1) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:192:9 › Default › when a numerical facet value is selected › should contain the selected value and the facet name in the breadcrumb button
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-numeric-facet').getByRole('listitem').first()
170 |
171 | test.beforeEach(async ({breadbox}) => {
> 172 | await breadbox.getFacetValue('numerical').first().click();
| ^
173 | firstValueText = (await breadbox
174 | .getFacetValue('numerical')
175 | .locator('span')
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:172:57
|
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L204
2) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:217:9 › Default › when a date range facet value is selected › should disappear when clicking on the breadcrumb button
Test timeout of 30000ms exceeded while running "beforeEach" hook.
202 | let firstValueText: string | RegExp;
203 |
> 204 | test.beforeEach(async ({breadbox}) => {
| ^
205 | await breadbox.getFacetValue('dateRange').first().click();
206 | firstValueText = (await breadbox
207 | .getFacetValue('dateRange')
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:204:10
|
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L205
2) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:217:9 › Default › when a date range facet value is selected › should disappear when clicking on the breadcrumb button
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-timeframe-facet').getByRole('listitem').first()
203 |
204 | test.beforeEach(async ({breadbox}) => {
> 205 | await breadbox.getFacetValue('dateRange').first().click();
| ^
206 | firstValueText = (await breadbox
207 | .getFacetValue('dateRange')
208 | .first()
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:205:57
|
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L204
2) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:217:9 › Default › when a date range facet value is selected › should disappear when clicking on the breadcrumb button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
202 | let firstValueText: string | RegExp;
203 |
> 204 | test.beforeEach(async ({breadbox}) => {
| ^
205 | await breadbox.getFacetValue('dateRange').first().click();
206 | firstValueText = (await breadbox
207 | .getFacetValue('dateRange')
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:204:10
|
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L205
2) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:217:9 › Default › when a date range facet value is selected › should disappear when clicking on the breadcrumb button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-timeframe-facet').getByRole('listitem').first()
203 |
204 | test.beforeEach(async ({breadbox}) => {
> 205 | await breadbox.getFacetValue('dateRange').first().click();
| ^
206 | firstValueText = (await breadbox
207 | .getFacetValue('dateRange')
208 | .first()
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:205:57
|
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/
|
12 failed
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:192:9 › Default › when a numerical facet value is selected › should contain the selected value and the facet name in the breadcrumb button
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:217:9 › Default › when a date range facet value is selected › should disappear when clicking on the breadcrumb button
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:226:9 › Default › when a date range facet value is selected › should contain the selected value and the facet name in the breadcrumb button
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:246:9 › Default › when selecting multiple facet values › should display the "Clear all" button
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:255:11 › Default › when selecting multiple facet values › when clicking on the "Clear all" button › should hide the "Clear all" button
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:259:11 › Default › when selecting multiple facet values › when clicking on the "Clear all" button › should hide all breadcrumb buttons
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:266:9 › Default › when selecting multiple facet values › should group extra facet values in the "Show More" button based on the viewport size
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:294:11 › Default › when selecting multiple facet values › when clicking on a breadcrumb button › should hide the breadcrumb button
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:300:11 › Default › when selecting multiple facet values › when clicking on a breadcrumb button › should uncheck the facet value
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:310:11 › Default › when selecting multiple facet values › when clicking on a breadcrumb button › should update the "Show More" button count
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:321:11 › Default › when selecting multiple facet values › when clicking on the "Show More" button › should display all facet values
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:326:11 › Default › when selecting multiple facet values › when clicking on the "Show More" button › should display the "Show Less" button
|
The logs for this run have expired and are no longer available.
Loading