PR Robot #24653
Annotations
1 error 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#L34
1) [chromium] › components/commerce/search-box-suggestions/atomic-commerce-search-box-instant-products/e2e/atomic-commerce-search-box-instant-products.e2e.ts:33:5 › default › with density set to comfortable › should apply comfortable density class
Error: Timed out 7000ms waiting for expect(locator).toHaveClass(expected)
Locator: locator('.result-root').first()
Expected pattern: /.*density-comfortable.*/
Received: <element(s) not found>
Call log:
- expect.toHaveClass with timeout 7000ms
- waiting for locator('.result-root').first()
32 |
33 | test('should apply comfortable density class', async ({instantProduct}) => {
> 34 | await expect(instantProduct.productRoots.first()).toHaveClass(
| ^
35 | /.*density-comfortable.*/
36 | );
37 | });
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:34:57
|
Run /./.github/actions/playwright-atomic
1 flaky
[chromium] › components/commerce/search-box-suggestions/atomic-commerce-search-box-instant-products/e2e/atomic-commerce-search-box-instant-products.e2e.ts:33:5 › default › with density set to comfortable › should apply comfortable density class
21 passed (51.7s)
|
Loading