fix(deps): update all dependencies j:kit-282 #25620
Annotations
5 errors and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L328
1) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:319:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › generated answer
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Generated answer', { exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByText('Generated answer', { exact: true })
326 | await searchBox.searchInput.press('Enter');
327 |
> 328 | await expect(tabManager.generatedAnswer).toBeVisible();
| ^
329 | });
330 | });
331 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:328:52
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L328
1) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:319:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › generated answer
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Generated answer', { exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByText('Generated answer', { exact: true })
326 | await searchBox.searchInput.press('Enter');
327 |
> 328 | await expect(tabManager.generatedAnswer).toBeVisible();
| ^
329 | });
330 | });
331 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:328:52
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L328
1) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:319:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › generated answer
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Generated answer', { exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByText('Generated answer', { exact: true })
326 | await searchBox.searchInput.press('Enter');
327 |
> 328 | await expect(tabManager.generatedAnswer).toBeVisible();
| ^
329 | });
330 | });
331 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:328:52
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L290
2) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:284:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: locator('atomic-refine-modal').getByLabel(/^included-facet$/).first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for locator('atomic-refine-modal').getByLabel(/^included-facet$/).first()
11 × locator resolved to <atomic-facet with-search="" is-collapsed="" field="filetype" heading-level="0" is-refine-modal="" facet-id="filetype" number-of-values="8" filter-facet-count="" data-atomic-loaded="true" sort-criteria="automatic" aria-label="included-facet" tabs-included="["article"]" data-atomic-rendered="true" display-values-as="checkbox" class="atomic-hidden hydrated" label="File type (included facet)" results-must-match="atLeastOneValue"></atomic-facet>
- unexpected value "hidden"
288 | const includedFacets = await tabManager.includedModalFacet.all();
289 | for (let i = 0; i < includedFacets.length; i++) {
> 290 | await expect(includedFacets[i]).toBeVisible();
| ^
291 | }
292 |
293 | const excludedFacets = await tabManager.excludedModalFacet.all();
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:290:45
|
Run /./.github/actions/playwright-atomic
Process completed with exit code 1.
|
Run /./.github/actions/playwright-atomic
1 failed
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:319:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › generated answer
1 flaky
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:284:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a tab popover button › should change other component visibility › facets
21 passed (1.5m)
|
Loading