Update l10n-strings.ts #2497
Closed
Update l10n-strings.ts #2497
Annotations
1 error, 2 warnings, and 1 notice
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
|
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/
|
|
|
This job succeeded
Loading