chore(deps-dev): bump @types/node from 24.13.3 to 26.2.0 #59
Annotations
2 errors and 1 notice
|
[mobile-360] › test/visual/portal.visual.spec.ts:389:1 › mobile conversation owns scrolling and keeps its composer in usable phone space:
apps/desk/test/visual/portal.visual.spec.ts#L483
1) [mobile-360] › test/visual/portal.visual.spec.ts:389:1 › mobile conversation owns scrolling and keeps its composer in usable phone space
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeLessThanOrEqual(expected)
Expected: <= 1
Received: 145.703125
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
481 | expect.soft(reduced.visualTop).toBe(12)
482 | expect.soft(reduced.visualHeight).toBe(initialViewport.height - 300)
> 483 | await expect.poll(finalTurnDelta).toBeLessThanOrEqual(1)
| ^
484 |
485 | await page.evaluate(({ height }) => {
486 | const testWindow = window as typeof window & {
at /__w/able/able/apps/desk/test/visual/portal.visual.spec.ts:483:37
|
|
[mobile-360] › test/visual/portal.visual.spec.ts:389:1 › mobile conversation owns scrolling and keeps its composer in usable phone space:
apps/desk/test/visual/portal.visual.spec.ts#L483
1) [mobile-360] › test/visual/portal.visual.spec.ts:389:1 › mobile conversation owns scrolling and keeps its composer in usable phone space
Error: expect(received).toBeLessThanOrEqual(expected)
Expected: <= 1
Received: 145.703125
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
481 | expect.soft(reduced.visualTop).toBe(12)
482 | expect.soft(reduced.visualHeight).toBe(initialViewport.height - 300)
> 483 | await expect.poll(finalTurnDelta).toBeLessThanOrEqual(1)
| ^
484 |
485 | await page.evaluate(({ height }) => {
486 | const testWindow = window as typeof window & {
at /__w/able/able/apps/desk/test/visual/portal.visual.spec.ts:483:37
|
|
🎭 Playwright Run Summary
1 flaky
[mobile-360] › test/visual/portal.visual.spec.ts:389:1 › mobile conversation owns scrolling and keeps its composer in usable phone space
23 skipped
64 passed (47.3s)
|