chore(headless)!: remove headless fetch & crypto polyfills #22376
Annotations
10 errors, 1 warning, and 1 notice
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:390:9 › with minimum-query-length=4 › should be A11y compliant
Test timeout of 30000ms exceeded.
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L391
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:390:9 › with minimum-query-length=4 › should be A11y compliant
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-search-box[class*="hydrated"]') to be visible
389 |
390 | test('should be A11y compliant', async ({searchBox, makeAxeBuilder}) => {
> 391 | await searchBox.hydrated.waitFor();
| ^
392 | const accessibilityResults = await makeAxeBuilder().analyze();
393 | expect(accessibilityResults.violations).toEqual([]);
394 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:391:32
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:390:9 › with minimum-query-length=4 › should be A11y compliant
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L391
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:390:9 › with minimum-query-length=4 › should be A11y compliant
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-search-box[class*="hydrated"]') to be visible
389 |
390 | test('should be A11y compliant', async ({searchBox, makeAxeBuilder}) => {
> 391 | await searchBox.hydrated.waitFor();
| ^
392 | const accessibilityResults = await makeAxeBuilder().analyze();
393 | expect(accessibilityResults.violations).toEqual([]);
394 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:391:32
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:390:9 › with minimum-query-length=4 › should be A11y compliant
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L391
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:390:9 › with minimum-query-length=4 › should be A11y compliant
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-search-box[class*="hydrated"]') to be visible
389 |
390 | test('should be A11y compliant', async ({searchBox, makeAxeBuilder}) => {
> 391 | await searchBox.hydrated.waitFor();
| ^
392 | const accessibilityResults = await makeAxeBuilder().analyze();
393 | expect(accessibilityResults.violations).toEqual([]);
394 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:391:32
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L401
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:382:9 › with minimum-query-length=4 › after clicking the searchbox input › the submit button is disabled
Error: Timed out 7000ms waiting for expect(locator).toBeEnabled()
Locator: getByRole('combobox', { name: 'Search' })
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 7000ms
- waiting for getByRole('combobox', { name: 'Search' })
399 | test.describe('after clicking the searchbox input', () => {
400 | test.beforeEach(async ({searchBox}) => {
> 401 | await expect(searchBox.searchInput).toBeEnabled();
| ^
402 | });
403 |
404 | testCases();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:401:43
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L401
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:382:9 › with minimum-query-length=4 › after clicking the searchbox input › the submit button is disabled
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeEnabled()
Locator: getByRole('combobox', { name: 'Search' })
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 7000ms
- waiting for getByRole('combobox', { name: 'Search' })
399 | test.describe('after clicking the searchbox input', () => {
400 | test.beforeEach(async ({searchBox}) => {
> 401 | await expect(searchBox.searchInput).toBeEnabled();
| ^
402 | });
403 |
404 | testCases();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:401:43
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L401
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:382:9 › with minimum-query-length=4 › after clicking the searchbox input › the submit button is disabled
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeEnabled()
Locator: getByRole('combobox', { name: 'Search' })
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 7000ms
- waiting for getByRole('combobox', { name: 'Search' })
399 | test.describe('after clicking the searchbox input', () => {
400 | test.beforeEach(async ({searchBox}) => {
> 401 | await expect(searchBox.searchInput).toBeEnabled();
| ^
402 | });
403 |
404 | testCases();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:401:43
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L401
3) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:386:9 › with minimum-query-length=4 › after clicking the searchbox input › there are no search suggestions
Error: Timed out 7000ms waiting for expect(locator).toBeEnabled()
Locator: getByRole('combobox', { name: 'Search' })
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 7000ms
- waiting for getByRole('combobox', { name: 'Search' })
399 | test.describe('after clicking the searchbox input', () => {
400 | test.beforeEach(async ({searchBox}) => {
> 401 | await expect(searchBox.searchInput).toBeEnabled();
| ^
402 | });
403 |
404 | testCases();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:401:43
|
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-search-box/e2e/atomic-commerce-search-box.e2e.ts:390:9 › with minimum-query-length=4 › should be A11y compliant
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:382:9 › with minimum-query-length=4 › after clicking the searchbox input › the submit button is disabled
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:386:9 › with minimum-query-length=4 › after clicking the searchbox input › there are no search suggestions
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:390:9 › with minimum-query-length=4 › after clicking the searchbox input › should be A11y compliant
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:382:9 › with minimum-query-length=4 › after typing a query below the threshold › the submit button is disabled
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:386:9 › with minimum-query-length=4 › after typing a query below the threshold › there are no search suggestions
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:390:9 › with minimum-query-length=4 › after typing a query below the threshold › should be A11y compliant
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:420:9 › with minimum-query-length=4 › after typing a query above the threshold › the submit button is enabled
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:424:9 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:428:9 › with minimum-query-length=4 › after typing a query above the threshold › should perform requests against the query suggest endpoint
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:442:7 › with a facet & clear-filters set to true › clicking the submit button should clear the facet value
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:461:7 › with a facet & clear-filters set to false › clicking the submit button should not clear the facet value
|
The logs for this run have expired and are no longer available.
Loading