fix: display the caret following a \mathop command #776
Annotations
2 errors, 3 warnings, and 1 notice
[chromium] › mouse.spec.ts:39:5 › context menu select all and cut:
test/playwright-tests/mouse.spec.ts#L1
1) [chromium] › mouse.spec.ts:39:5 › context menu select all and cut ─────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › mouse.spec.ts:39:5 › context menu select all and cut:
test/playwright-tests/mouse.spec.ts#L62
1) [chromium] › mouse.spec.ts:39:5 › context menu select all and cut ─────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('text=Select All')
60 | // use select all and cut from the context menu
61 | await page.locator('#mf-1').click({button: "right"});
> 62 | await page.locator('text=Select All').click();
| ^
63 | await new Promise((resolver) => setTimeout(resolver, 1000));
64 | await page.locator('#mf-1').click({button: "right"});
65 | await page.locator('text=Cut').click();
at /home/runner/work/mathlive/mathlive/test/playwright-tests/mouse.spec.ts:62:41
|
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.
|
Slow Test:
[webkit] › physical-keyboard.spec.ts#L1
[webkit] › physical-keyboard.spec.ts took 15.4s
|
🎭 Playwright Run Summary
1 flaky
[chromium] › mouse.spec.ts:39:5 › context menu select all and cut ──────────────────────────────
4 skipped
109 passed (2.1m)
|