Version Packages (#5744) #3994
Annotations
1 error, 1 warning, and 1 notice
[firefox] › integration/examples/placeholder.test.ts:18:7 › placeholder example › renders editor tall enough to fit placeholder:
playwright/integration/examples/placeholder.test.ts#L32
1) [firefox] › integration/examples/placeholder.test.ts:18:7 › placeholder example › renders editor tall enough to fit placeholder
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 83.19999694824219
Received: 22.399993896484375
30 | throw new Error('Could not get bounding box for placeholder')
31 |
> 32 | expect(editorBoundingBox.height).toBeGreaterThanOrEqual(
| ^
33 | placeholderBoundingBox.height
34 | )
35 | })
at /home/runner/work/slate/slate/playwright/integration/examples/placeholder.test.ts:32:38
|
Slow Test:
[chromium] › integration/examples/code-highlighting.test.ts#L1
[chromium] › integration/examples/code-highlighting.test.ts took 15.1s
|
🎭 Playwright Run Summary
1 flaky
[firefox] › integration/examples/placeholder.test.ts:18:7 › placeholder example › renders editor tall enough to fit placeholder
2 skipped
75 passed (1.6m)
|