fix(headless): don't leak pagination state to productSuggest call #26093
Annotations
6 errors and 1 notice
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L250
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:247:5 › with instant results & query suggestions › after clicking the searchbox input › should display instant results
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/instant result\.(?: Button\.)? \d of \d\. In Right list\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/instant result\.(?: Button\.)? \d of \d\. In Right list\./).first()
248 | await expect(
249 | searchBox.instantResult({listSide: 'Right'}).first()
> 250 | ).toBeVisible();
| ^
251 | });
252 |
253 | test('should be A11y compliant', async ({searchBox, makeAxeBuilder}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:250:9
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L250
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:247:5 › with instant results & query suggestions › after clicking the searchbox input › should display instant results
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/instant result\.(?: Button\.)? \d of \d\. In Right list\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/instant result\.(?: Button\.)? \d of \d\. In Right list\./).first()
248 | await expect(
249 | searchBox.instantResult({listSide: 'Right'}).first()
> 250 | ).toBeVisible();
| ^
251 | });
252 |
253 | test('should be A11y compliant', async ({searchBox, makeAxeBuilder}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:250:9
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L250
1) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:247:5 › with instant results & query suggestions › after clicking the searchbox input › should display instant results
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 7000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel(/instant result\.(?: Button\.)? \d of \d\. In Right list\./).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 7000ms
- waiting for getByLabel(/instant result\.(?: Button\.)? \d of \d\. In Right list\./).first()
248 | await expect(
249 | searchBox.instantResult({listSide: 'Right'}).first()
> 250 | ).toBeVisible();
| ^
251 | });
252 |
253 | test('should be A11y compliant', async ({searchBox, makeAxeBuilder}) => {
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:250:9
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L1
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
Test timeout of 30000ms exceeded.
|
Run /./.github/actions/playwright-atomic:
packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts#L223
2) [chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('atomic-commerce-search-box').getByLabel('Clear recent searches.')
221 | searchBox,
222 | }) => {
> 223 | await searchBox.clearRecentQueriesButton.click();
| ^
224 | await expect(searchBox.recentQueries().first()).not.toBeVisible();
225 | });
226 |
at /home/runner/work/ui-kit/ui-kit/packages/atomic/src/components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:223:48
|
Run /./.github/actions/playwright-atomic
Process completed with exit code 1.
|
Run /./.github/actions/playwright-atomic
1 failed
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:247:5 › with instant results & query suggestions › after clicking the searchbox input › should display instant results
1 flaky
[chromium] › components/commerce/atomic-commerce-search-box/e2e/atomic-commerce-search-box.e2e.ts:220:5 › with instant results & query suggestions › with recent queries › should clear recent queries when clicking the clear button
22 passed (1.4m)
|
Loading