feat(headless): server side commerce recommendations #24658
Annotations
2 errors and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
1) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:79:5 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused
Test timeout of 30000ms exceeded.
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L82
1) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:79:5 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-search-box').getByLabel('Clear recent searches.')
80 | searchBox,
81 | }) => {
> 82 | await searchBox.clearRecentQueriesButton.hover();
| ^
83 | await searchBox.searchInput.press('Enter');
84 | await expect(searchBox.recentQueries().first()).not.toBeVisible();
85 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:82:48
|
Run /./.github/actions/playwright-atomic
1 flaky
[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:79:5 › with instant results & query suggestions › with recent queries › should clear recent queries when pressing enter while the clear button is focused
21 passed (56.9s)
|
Loading