Optional verified customer identity via Shopify customer-account sign-in #37
Annotations
1 error and 1 notice
|
[mobile-360] › test/visual/portal.visual.spec.ts:386:1 › mobile conversation owns scrolling and keeps its composer in usable phone space:
apps/desk/test/visual/portal.visual.spec.ts#L480
1) [mobile-360] › test/visual/portal.visual.spec.ts:386:1 › mobile conversation owns scrolling and keeps its composer in usable phone space
Error: expect(received).toBeLessThanOrEqual(expected)
Expected: <= 1
Received: 173.390625
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
478 | expect.soft(reduced.visualTop).toBe(12)
479 | expect.soft(reduced.visualHeight).toBe(initialViewport.height - 300)
> 480 | await expect.poll(finalTurnDelta).toBeLessThanOrEqual(1)
| ^
481 |
482 | await page.evaluate(({ height }) => {
483 | const testWindow = window as typeof window & {
at /__w/able/able/apps/desk/test/visual/portal.visual.spec.ts:480:37
|
|
🎭 Playwright Run Summary
1 flaky
[mobile-360] › test/visual/portal.visual.spec.ts:386:1 › mobile conversation owns scrolling and keeps its composer in usable phone space
20 skipped
63 passed (41.9s)
|