Version bump: v169.2.1 #9912
Annotations
1 error, 2 warnings, and 1 notice
Run your tests:
playwright/masonry/fetch-more.spec.ts#L57
1) [chromium] › masonry/fetch-more.spec.ts:27:7 › Masonry: fetch more › trigger a call to "fetchMore" when scrolling far enough
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
55 | // @ts-expect-error - TS2339 - Property 'TEST_FETCH_COUNTS' does not exist on type 'Window & typeof globalThis'.
56 | fetchCount = await page.evaluate(() => window.TEST_FETCH_COUNTS);
> 57 | expect(fetchCount).toBe(1);
| ^
58 | });
59 | });
60 |
at /home/runner/work/gestalt/gestalt/playwright/masonry/fetch-more.spec.ts:57:24
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run your tests:
[chromium] › accessibility/web__textfield.spec.ts#L1
[chromium] › accessibility/web__textfield.spec.ts took 16.1s
|
Run your tests
1 flaky
[chromium] › masonry/fetch-more.spec.ts:27:7 › Masonry: fetch more › trigger a call to "fetchMore" when scrolling far enough
1 skipped
49 passed (1.6m)
|
Loading