feat(headless): export the search/product-listing serializers #26530
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#L429
1) [chromium] › src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:428:5 › with minimum-query-length=4 › after typing a query above the threshold › should perform requests against the query suggest endpoint
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
427 |
428 | test('should perform requests against the query suggest endpoint', () => {
> 429 | expect(querySuggestionRequestPerformed).toBe(true);
| ^
430 | });
431 | });
432 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:429:47
|
Run /./.github/actions/playwright-atomic
1 flaky
[chromium] › src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:428:5 › with minimum-query-length=4 › after typing a query above the threshold › should perform requests against the query suggest endpoint
23 passed (25.1s)
|
Loading