fix(atomic): add isMobile to insight store #26681
Annotations
1 error, 1 warning, and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/product-template-components/atomic-product-link/e2e/atomic-product-link.e2e.ts#L42
1) [chromium] › src/components/commerce/product-template-components/atomic-product-link/e2e/atomic-product-link.e2e.ts:37:3 › with alternative content › should render alternative content
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('link').first().locator('img')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByRole('link').first().locator('img')
11 × locator resolved to <img class="thumbnail" src="https://picsum.photos/350"/>
- unexpected value "hidden"
40 | );
41 |
> 42 | await expect(productLink.anchor().first().locator('img')).toBeVisible();
| ^
43 | });
44 | });
45 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-link/e2e/atomic-product-link.e2e.ts:42:63
|
Run /./.github/actions/playwright-atomic:
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts#L1
packages/atomic/[chromium] › src/components/commerce/product-template-components/atomic-product-image/e2e/atomic-product-image.e2e.ts took 17.9s
|
Run /./.github/actions/playwright-atomic
1 flaky
[chromium] › src/components/commerce/product-template-components/atomic-product-link/e2e/atomic-product-link.e2e.ts:37:3 › with alternative content › should render alternative content
23 passed (48.6s)
|
Loading