feat(headless): refresh commerce recommendations server-side #24810
Annotations
1 error and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L425
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:424:5 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\./).first()
423 |
424 | test('there are search suggestions', async ({searchBox}) => {
> 425 | await expect(searchBox.searchSuggestions().first()).toBeVisible();
| ^
426 | });
427 |
428 | test('should perform requests against the query suggest endpoint', () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:425:59
|
Run /./.github/actions/playwright-atomic
1 flaky
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:424:5 › with minimum-query-length=4 › after typing a query above the threshold › there are search suggestions
23 passed (51.0s)
|
Loading