chore(atomic): replace HTMLStencilElement with HTMLElement #25901
Annotations
1 error and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts#L270
1) [chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:265:5 › Default › when a numerical facet value is selected › should contain the selected value and the facet name in the breadcrumb button
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByLabel('Remove Inclusion filter on')
Expected string: "Price:"
Received string: "Price:$16.00 to $42.00"
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByLabel('Remove Inclusion filter on')
11 × locator resolved to <button part="breadcrumb-button" title="Price: $16.00 to $42.00" aria-label="Remove inclusion filter on Price: $16.00 to $42.00" class="btn-outline-bg-neutral py-2 px-3 flex items-center btn-pill group">…</button>
- unexpected value "Price:$16.00 to $42.00"
268 | const breadcrumbButton = breadbox.getBreadcrumbButtons(firstValueText);
269 |
> 270 | await expect(breadcrumbButton).toHaveText('Price:' + firstValueText);
| ^
271 | });
272 | });
273 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:270:38
|
Run /./.github/actions/playwright-atomic
1 flaky
[chromium] › components/commerce/atomic-commerce-breadbox/e2e/atomic-commerce-breadbox.e2e.ts:265:5 › Default › when a numerical facet value is selected › should contain the selected value and the facet name in the breadcrumb button
23 passed (45.8s)
|
Loading