docs(headless): typedoc website and annotations #24237
Annotations
2 errors, 1 warning, and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L310
1) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:301:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a dropdown option › 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 })
308 | await searchBox.searchInput.press('Enter');
309 |
> 310 | await expect(tabManager.generatedAnswer).toBeVisible();
| ^
311 | });
312 | });
313 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:310:52
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts#L310
1) [chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:301:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a dropdown option › 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 })
308 | await searchBox.searchInput.press('Enter');
309 |
> 310 | await expect(tabManager.generatedAnswer).toBeVisible();
| ^
311 | });
312 | });
313 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:310:52
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "result-lists-screenshots".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run /./.github/actions/playwright-atomic
1 flaky
[chromium] › components/search/tabs/atomic-tab-manager/e2e/atomic-tab-manager.e2e.ts:301:9 › AtomicTabManager › when viewport is too small to display all buttons › when selecting a dropdown option › should change other component visibility › generated answer
21 passed (1.2m)
|
Loading