Add Javascript Examples Support #3933
Annotations
1 error, 4 warnings, and 1 notice
|
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
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading