fix(deps): update all dependencies j:kit-282 #26671
Annotations
1 error and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/atomic-refine-toggle/e2e/atomic-refine-toggle.e2e.ts#L20
1) [chromium] › src/components/search/atomic-refine-toggle/e2e/atomic-refine-toggle.e2e.ts:19:5 › atomic-refine-toggle › when the button is clicked › should display the facets in the right order
Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('button', { name: /Expand the \w* facet/ })
- Expected - 11
+ Received + 1
- Array [
- "facet1",
- "facet2",
- "facet3",
- "facet4",
- "facet5",
- "facet6",
- "facet7",
- "facet8",
- "facet9",
- ]
+ Array []
Call log:
- expect.toHaveText with timeout 7000ms
- waiting for getByRole('button', { name: /Expand the \w* facet/ })
11 × locator resolved to 0 elements
18 |
19 | test('should display the facets in the right order', async ({facet}) => {
> 20 | await expect(facet.expandButtons).toHaveText([
| ^
21 | 'facet1',
22 | 'facet2',
23 | 'facet3',
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-refine-toggle/e2e/atomic-refine-toggle.e2e.ts:20:41
|
Run /./.github/actions/playwright-atomic
1 flaky
[chromium] › src/components/search/atomic-refine-toggle/e2e/atomic-refine-toggle.e2e.ts:19:5 › atomic-refine-toggle › when the button is clicked › should display the facets in the right order
8 skipped
15 passed (35.2s)
|
Loading