Skip to content

Change default emacs meta key to Alt on non Linux and Windows #154

Change default emacs meta key to Alt on non Linux and Windows

Change default emacs meta key to Alt on non Linux and Windows #154

Triggered via push January 5, 2024 16:25
Status Failure
Total duration 3m 7s
Artifacts

tests.yml

on: push
Run Playwright Tests
2m 58s
Run Playwright Tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 1 warning, and 1 notice
[chromium] › emacs-clipboard-keys.spec.js:12:5 › test emacs copy/pase/cut key bindings: tests/emacs-clipboard-keys.spec.js#L30
1) [chromium] › emacs-clipboard-keys.spec.js:12:5 › test emacs copy/pase/cut key bindings ──────── Error: expect(received).toBe(expected) // Object.is equality Expected: "testtest" Received: "test" 28 | expect(await heynotePage.getBlockContent(0)).toBe("test") 29 | await page.locator("body").press("Control+Y") > 30 | expect(await heynotePage.getBlockContent(0)).toBe("testtest") | ^ 31 | 32 | await page.locator("body").press(heynotePage.isMac ? "Meta+A" : "Control+A") 33 | await page.locator("body").press("Control+W") at /home/runner/work/heynote/heynote/tests/emacs-clipboard-keys.spec.js:30:50
[chromium] › emacs-clipboard-keys.spec.js:12:5 › test emacs copy/pase/cut key bindings: tests/emacs-clipboard-keys.spec.js#L30
1) [chromium] › emacs-clipboard-keys.spec.js:12:5 › test emacs copy/pase/cut key bindings ──────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "testtest" Received: "test" 28 | expect(await heynotePage.getBlockContent(0)).toBe("test") 29 | await page.locator("body").press("Control+Y") > 30 | expect(await heynotePage.getBlockContent(0)).toBe("testtest") | ^ 31 | 32 | await page.locator("body").press(heynotePage.isMac ? "Meta+A" : "Control+A") 33 | await page.locator("body").press("Control+W") at /home/runner/work/heynote/heynote/tests/emacs-clipboard-keys.spec.js:30:50
[chromium] › emacs-clipboard-keys.spec.js:12:5 › test emacs copy/pase/cut key bindings: tests/emacs-clipboard-keys.spec.js#L30
1) [chromium] › emacs-clipboard-keys.spec.js:12:5 › test emacs copy/pase/cut key bindings ──────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "testtest" Received: "test" 28 | expect(await heynotePage.getBlockContent(0)).toBe("test") 29 | await page.locator("body").press("Control+Y") > 30 | expect(await heynotePage.getBlockContent(0)).toBe("testtest") | ^ 31 | 32 | await page.locator("body").press(heynotePage.isMac ? "Meta+A" : "Control+A") 33 | await page.locator("body").press("Control+W") at /home/runner/work/heynote/heynote/tests/emacs-clipboard-keys.spec.js:30:50
Run Playwright Tests
Process completed with exit code 1.
Run Playwright Tests
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
🎭 Playwright Run Summary
1 failed [chromium] › emacs-clipboard-keys.spec.js:12:5 › test emacs copy/pase/cut key bindings ───────── 2 skipped 87 passed (2.1m)