build(deps-dev): bump @typescript-eslint/parser from 8.39.1 to 8.40.0 #1043
Annotations
2 errors, 1 warning, and 1 notice
|
[chromium] › test/playwright-tests/smart-fence.spec.ts:84:5 › editing and re-adding left delimiter:
test/playwright-tests/smart-fence.spec.ts#L97
1) [chromium] › test/playwright-tests/smart-fence.spec.ts:84:5 › editing and re-adding left delimiter
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
|
|
[chromium] › test/playwright-tests/smart-fence.spec.ts:84:5 › editing and re-adding left delimiter:
test/playwright-tests/smart-fence.spec.ts#L97
1) [chromium] › test/playwright-tests/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
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › test/playwright-tests/smart-fence.spec.ts:84:5 › editing and re-adding left delimiter
4 skipped
109 passed (1.8m)
|