docs(headless-react): more facet docs #26624
Annotations
1 error, 3 warnings, and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/search-box-suggestions/atomic-commerce-search-box-instant-products/e2e/atomic-commerce-search-box-instant-products.e2e.ts#L21
1) [chromium] › src/components/commerce/search-box-suggestions/atomic-commerce-search-box-instant-products/e2e/atomic-commerce-search-box-instant-products.e2e.ts:17:3 › default › should be clickable anywhere on the instant result component
Error: Timed out 7000ms waiting for expect(locator).toBeEnabled()
Locator: getByLabel('instant result').first()
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 7000ms
- waiting for getByLabel('instant result').first()
19 | page,
20 | }) => {
> 21 | await expect(instantProduct.instantProducts.first()).toBeEnabled();
| ^
22 | await instantProduct.instantProducts.first().click();
23 | await page.waitForURL(/https:\/\/sports\.barca\.group\/*/);
24 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/search-box-suggestions/atomic-commerce-search-box-instant-products/e2e/atomic-commerce-search-box-instant-products.e2e.ts:21:58
|
Run /./.github/actions/setup
Failed to restore: Cache service responded with 429
|
Run /./.github/actions/setup
Failed to restore: Cache service responded with 429
|
Run /./.github/actions/setup
Failed to restore: Cache service responded with 429
|
Run /./.github/actions/playwright-atomic
1 flaky
[chromium] › src/components/commerce/search-box-suggestions/atomic-commerce-search-box-instant-products/e2e/atomic-commerce-search-box-instant-products.e2e.ts:17:3 › default › should be clickable anywhere on the instant result component
23 passed (48.0s)
|
Loading