feat(quantic): added logic to include quantic version in analytic payloads #24802
Annotations
1 error and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/product-template-components/atomic-product-text/e2e/atomic-product-text.e2e.ts#L93
1) [chromium] › components/commerce/product-template-components/atomic-product-text/e2e/atomic-product-text.e2e.ts:92:3 › when using a non-string field › should not render the field value
Error: expect(locator).not.toBeVisible()
Locator: locator('atomic-product-text').first()
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 7000ms
- waiting for locator('atomic-product-text').first()
91 |
92 | test('should not render the field value', async ({productText}) => {
> 93 | expect(productText.textContent.first()).not.toBeVisible();
| ^
94 | });
95 | });
96 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/product-template-components/atomic-product-text/e2e/atomic-product-text.e2e.ts:93:49
|
Run /./.github/actions/playwright-atomic
1 flaky
[chromium] › components/commerce/product-template-components/atomic-product-text/e2e/atomic-product-text.e2e.ts:92:3 › when using a non-string field › should not render the field value
22 passed (43.2s)
|
Loading