feat(atomic): add heading function for lit components #26017
Annotations
1 error and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts#L75
1) [chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:73:9 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › should show "Show More" button
Error: expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Show more' }).first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByRole('button', { name: 'Show more' }).first()
73 | test('should show "Show More" button', async ({productExcerpt}) => {
74 | const showMoreButton = productExcerpt.showMoreButton.first();
> 75 | expect(showMoreButton).toBeVisible();
| ^
76 | });
77 |
78 | test.describe('when clicking the "Show More" button', async () => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:75:34
|
Run /./.github/actions/playwright-atomic
1 flaky
[chromium] › components/commerce/product-template-components/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts:73:9 › atomic-product-excerpt › when excerpt is truncated › when truncateAfter is set to 3 › should show "Show More" button
23 passed (48.7s)
|
Loading