Skip to content

fix pointer events scroll and cursor position #631

fix pointer events scroll and cursor position

fix pointer events scroll and cursor position #631

Triggered via pull request June 21, 2024 18:36
Status Success
Total duration 3m 17s
Artifacts

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 2 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
[webkit] › smart-fence.spec.ts:84:5 › editing and re-adding left delimiter: test/playwright-tests/smart-fence.spec.ts#L97
2) [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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
🎭 Playwright Run Summary
2 flaky [chromium] › mouse.spec.ts:39:5 › context menu select all and cut ────────────────────────────── [webkit] › smart-fence.spec.ts:84:5 › editing and re-adding left delimiter ───────────────────── 4 skipped 108 passed (2.0m)