fix(answerStream): handle end of stream #21465
Annotations
2 errors, 2 warnings, and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
1) [webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
Test timeout of 30000ms exceeded.
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L75
1) [webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Clear recent searches.')
73 | searchBox,
74 | }) => {
> 75 | await searchBox.clearRecentQueriesButton.click();
| ^
76 | await expect(searchBox.recentQueries().first()).not.toBeVisible();
77 | });
78 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:75:48
|
Run /./.github/actions/playwright-atomic:
packages/atomic/[webkit] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts#L1
packages/atomic/[webkit] › components/commerce/facets/atomic-commerce-numeric-facet/e2e/atomic-commerce-numeric-facet.e2e.ts took 17.2s
|
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/
|
Run /./.github/actions/playwright-atomic
1 flaky
[webkit] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:72:9 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
34 passed (2.2m)
|
Loading