l10n #726
Annotations
1 error, 2 warnings, and 1 notice
[webkit] › smart-fence.spec.ts:84:5 › editing and re-adding left delimiter:
test/playwright-tests/smart-fence.spec.ts#L97
1) [webkit] › smart-fence.spec.ts:84:5 › editing and re-adding left delimiter ────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "\\left(1+2\\right)"
Received: "\\left.1+2\\right)"
95 | const latex = await page.locator('#mf-1\\.value').textContent();
96 |
> 97 | expect(latex).toBe(String.raw`\left(1+2\right)`);
| ^
98 | });
99 |
100 | test('deleting and re-adding left delimiter outside leftright atom', async ({
at /home/runner/work/mathlive/mathlive/test/playwright-tests/smart-fence.spec.ts:97:17
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 flaky
[webkit] › smart-fence.spec.ts:84:5 › editing and re-adding left delimiter ─────────────────────
4 skipped
109 passed (1.6m)
|