refactor(atomic): split the atomic store into composable parts #25819
Annotations
2 errors and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts#L40
1) [chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:39:3 › with a manual query correction › search box should contain the original query
Error: Timed out 7000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('atomic-search-box').getByPlaceholder('Search')
Expected string: "coveoo"
Received string: ""
Call log:
- expect.toHaveValue with timeout 7000ms
- waiting for locator('atomic-search-box').getByPlaceholder('Search')
11 × locator resolved to <textarea rows="1" part="textarea" autocorrect="off" autocomplete="off" placeholder="Search" autocapitalize="off" aria-haspopup="true" aria-autocomplete="both" class="placeholder-neutral-dark" aria-controls="atomic-search-box-xaqb9-popup" title="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter." aria-label="Search field with suggestions. To begin navigating suggestions, while focused, press Down Arrow. To send, press Enter."></textarea>
- unexpected value ""
38 |
39 | test('search box should contain the original query', async ({searchBox}) => {
> 40 | await expect(searchBox.searchInput).toHaveValue(ORIGINAL_QUERY);
| ^
41 | });
42 |
43 | test('should show did you mean text', async ({page}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:40:41
|
Error when evaluating 'strategy' for job 'playwright-atomic'. .github/workflows/prbot.yml (Line: 191, Col: 21): Error parsing fromJson,.github/workflows/prbot.yml (Line: 191, Col: 21): Error reading JToken from JsonReader. Path '', line 0, position 0.,.github/workflows/prbot.yml (Line: 191, Col: 21): Unexpected value '',.github/workflows/prbot.yml (Line: 192, Col: 21): Error parsing fromJson,.github/workflows/prbot.yml (Line: 192, Col: 21): Error reading JToken from JsonReader. Path '', line 0, position 0.,.github/workflows/prbot.yml (Line: 192, Col: 21): Unexpected value ''
|
Run /./.github/actions/playwright-atomic
1 flaky
[chromium] › components/search/atomic-did-you-mean/e2e/atomic-did-you-mean.e2e.ts:39:3 › with a manual query correction › search box should contain the original query
8 skipped
14 passed (33.2s)
|
Loading