feat(headless): add tab manager controller #20892
Annotations
7 errors, 1 warning, and 1 notice
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
1) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:120:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
Test timeout of 30000ms exceeded.
|
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L124
1) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:120:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\. In Left list\./).first()
122 | }) => {
123 | await searchBox.searchInput.fill('Rec');
> 124 | await searchBox.searchSuggestions({listSide: 'Left'}).first().hover();
| ^
125 | await searchBox.searchInput.press('Enter');
126 | await expect(searchBox.searchInput).toHaveValue('Rec');
127 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:124:71
|
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
1) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:120:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L124
1) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:120:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\. In Left list\./).first()
122 | }) => {
123 | await searchBox.searchInput.fill('Rec');
> 124 | await searchBox.searchSuggestions({listSide: 'Left'}).first().hover();
| ^
125 | await searchBox.searchInput.press('Enter');
126 | await expect(searchBox.searchInput).toHaveValue('Rec');
127 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:124:71
|
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L1
1) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:120:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L124
1) [chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:120:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.hover: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel(/suggested query\.(?: Button\.)? \d of \d\. In Left list\./).first()
122 | }) => {
123 | await searchBox.searchInput.fill('Rec');
> 124 | await searchBox.searchSuggestions({listSide: 'Left'}).first().hover();
| ^
125 | await searchBox.searchInput.press('Enter');
126 | await expect(searchBox.searchInput).toHaveValue('Rec');
127 | });
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:124:71
|
|
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/
|
1 failed
[chromium] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:120:11 › with instant results & query suggestions › after clicking the searchbox input › after focusing on suggestion with the mouse › should submit what is in the search box regardless of the mouse position
23 passed (2.0m)
|
This job failed
Loading