chore(headless)!: remove headless fetch & crypto polyfills #22159
Annotations
10 errors, 1 warning, and 1 notice
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L143
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Test timeout of 30000ms exceeded while running "beforeEach" hook.
141 |
142 | test.describe('after clicking the searchbox input', () => {
> 143 | test.beforeEach(async ({searchBox}) => {
| ^
144 | await searchBox.searchInput.waitFor({state: 'visible'});
145 | await searchBox.searchInput.click();
146 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:143:10
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L144
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('combobox', { name: 'Search' }) to be visible
142 | test.describe('after clicking the searchbox input', () => {
143 | test.beforeEach(async ({searchBox}) => {
> 144 | await searchBox.searchInput.waitFor({state: 'visible'});
| ^
145 | await searchBox.searchInput.click();
146 | });
147 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:144:35
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L143
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
141 |
142 | test.describe('after clicking the searchbox input', () => {
> 143 | test.beforeEach(async ({searchBox}) => {
| ^
144 | await searchBox.searchInput.waitFor({state: 'visible'});
145 | await searchBox.searchInput.click();
146 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:143:10
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L144
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('combobox', { name: 'Search' }) to be visible
142 | test.describe('after clicking the searchbox input', () => {
143 | test.beforeEach(async ({searchBox}) => {
> 144 | await searchBox.searchInput.waitFor({state: 'visible'});
| ^
145 | await searchBox.searchInput.click();
146 | });
147 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:144:35
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L143
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
141 |
142 | test.describe('after clicking the searchbox input', () => {
> 143 | test.beforeEach(async ({searchBox}) => {
| ^
144 | await searchBox.searchInput.waitFor({state: 'visible'});
145 | await searchBox.searchInput.click();
146 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:143:10
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L144
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('combobox', { name: 'Search' }) to be visible
142 | test.describe('after clicking the searchbox input', () => {
143 | test.beforeEach(async ({searchBox}) => {
> 144 | await searchBox.searchInput.waitFor({state: 'visible'});
| ^
145 | await searchBox.searchInput.click();
146 | });
147 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:144:35
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L206
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Test timeout of 30000ms exceeded while running "beforeEach" hook.
204 |
205 | test.describe('with recent queries', () => {
> 206 | test.beforeEach(async ({searchBox, page}) => {
| ^
207 | await searchBox.searchInput.waitFor({state: 'visible'});
208 | await searchBox.searchInput.click();
209 | await searchBox.searchInput.fill('kayak');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:206:10
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L207
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('combobox', { name: 'Search' }) to be visible
205 | test.describe('with recent queries', () => {
206 | test.beforeEach(async ({searchBox, page}) => {
> 207 | await searchBox.searchInput.waitFor({state: 'visible'});
| ^
208 | await searchBox.searchInput.click();
209 | await searchBox.searchInput.fill('kayak');
210 | await searchBox.searchInput.press('Enter');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:207:35
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L206
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
204 |
205 | test.describe('with recent queries', () => {
> 206 | test.beforeEach(async ({searchBox, page}) => {
| ^
207 | await searchBox.searchInput.waitFor({state: 'visible'});
208 | await searchBox.searchInput.click();
209 | await searchBox.searchInput.fill('kayak');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:206:10
|
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L207
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('combobox', { name: 'Search' }) to be visible
205 | test.describe('with recent queries', () => {
206 | test.beforeEach(async ({searchBox, page}) => {
> 207 | await searchBox.searchInput.waitFor({state: 'visible'});
| ^
208 | await searchBox.searchInput.click();
209 | await searchBox.searchInput.fill('kayak');
210 | await searchBox.searchInput.press('Enter');
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:207:35
|
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/
|
11 failed
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:190:11 › default › after clicking the searchbox input › after clicking the submit button › should collapse the suggested queries
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:216:9 › with instant results & query suggestions › with recent queries › should display recent queries
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:227:9 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:241:9 › with instant results & query suggestions › after clicking the searchbox input › should display suggested queries
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:247:9 › with instant results & query suggestions › after clicking the searchbox input › should display instant results
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:253:9 › with instant results & query suggestions › after clicking the searchbox input › should be A11y compliant
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:259:9 › with instant results & query suggestions › after clicking the searchbox input › should display in the search box what has been submitted
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:268:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:288:11 › with instant results & query suggestions › after clicking the searchbox input › after updating the redirect-url attribute › should redirect to the specified url after selecting a suggestion
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:329:9 › with disable-search=true and minimum-query-length=1 › the submit button is disabled
1 passed (15.8m)
|
The logs for this run have expired and are no longer available.
Loading