Skip to content

Update to latest versions of @codemirror/languages packages #311

Update to latest versions of @codemirror/languages packages

Update to latest versions of @codemirror/languages packages #311

Triggered via push July 11, 2024 12:48
Status Failure
Total duration 3m 58s
Artifacts 1

tests.yml

on: push
Run Playwright Tests
3m 47s
Run Playwright Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 notice
[chromium] › emacs-clipboard-keys.spec.js:31:5 › test emacs copy/pase/cut key bindings: tests/emacs-clipboard-keys.spec.js#L38
1) [chromium] › emacs-clipboard-keys.spec.js:31:5 › test emacs copy/pase/cut key bindings ──────── Error: expect(received).toBe(expected) // Object.is equality Expected: "testtest" Received: "" 36 | expect(await heynotePage.getBlockContent(0)).toBe("test") 37 | await page.locator("body").press("Control+Y") > 38 | expect(await heynotePage.getBlockContent(0)).toBe("testtest") | ^ 39 | 40 | await page.locator("body").press("Control+E") 41 | await page.locator("body").press("Control+Space") at /home/runner/work/heynote/heynote/tests/emacs-clipboard-keys.spec.js:38:50
[chromium] › emacs-clipboard-keys.spec.js:31:5 › test emacs copy/pase/cut key bindings: tests/emacs-clipboard-keys.spec.js#L38
1) [chromium] › emacs-clipboard-keys.spec.js:31:5 › test emacs copy/pase/cut key bindings ──────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "testtest" Received: "" 36 | expect(await heynotePage.getBlockContent(0)).toBe("test") 37 | await page.locator("body").press("Control+Y") > 38 | expect(await heynotePage.getBlockContent(0)).toBe("testtest") | ^ 39 | 40 | await page.locator("body").press("Control+E") 41 | await page.locator("body").press("Control+Space") at /home/runner/work/heynote/heynote/tests/emacs-clipboard-keys.spec.js:38:50
[chromium] › emacs-clipboard-keys.spec.js:31:5 › test emacs copy/pase/cut key bindings: tests/emacs-clipboard-keys.spec.js#L38
1) [chromium] › emacs-clipboard-keys.spec.js:31:5 › test emacs copy/pase/cut key bindings ──────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "testtest" Received: "" 36 | expect(await heynotePage.getBlockContent(0)).toBe("test") 37 | await page.locator("body").press("Control+Y") > 38 | expect(await heynotePage.getBlockContent(0)).toBe("testtest") | ^ 39 | 40 | await page.locator("body").press("Control+E") 41 | await page.locator("body").press("Control+Space") at /home/runner/work/heynote/heynote/tests/emacs-clipboard-keys.spec.js:38:50
[chromium] › emacs-clipboard-keys.spec.js:55:5 › copy current line: tests/emacs-clipboard-keys.spec.js#L63
2) [chromium] › emacs-clipboard-keys.spec.js:55:5 › copy current line ──────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "test line! test line! " Received: "" 61 | await page.locator("body").press("Control+Y") 62 | await page.locator("body").press("Control+Y") > 63 | expect(await heynotePage.getBlockContent(0)).toBe("test line! test line! ") | ^ 64 | }) 65 | 66 | test("copy current multiple cursors", async ({ page }) => { at /home/runner/work/heynote/heynote/tests/emacs-clipboard-keys.spec.js:63:50
[chromium] › emacs-clipboard-keys.spec.js:55:5 › copy current line: tests/emacs-clipboard-keys.spec.js#L63
2) [chromium] › emacs-clipboard-keys.spec.js:55:5 › copy current line ──────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "test line! test line! " Received: "" 61 | await page.locator("body").press("Control+Y") 62 | await page.locator("body").press("Control+Y") > 63 | expect(await heynotePage.getBlockContent(0)).toBe("test line! test line! ") | ^ 64 | }) 65 | 66 | test("copy current multiple cursors", async ({ page }) => { at /home/runner/work/heynote/heynote/tests/emacs-clipboard-keys.spec.js:63:50
[chromium] › emacs-clipboard-keys.spec.js:55:5 › copy current line: tests/emacs-clipboard-keys.spec.js#L63
2) [chromium] › emacs-clipboard-keys.spec.js:55:5 › copy current line ──────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "test line! test line! " Received: "" 61 | await page.locator("body").press("Control+Y") 62 | await page.locator("body").press("Control+Y") > 63 | expect(await heynotePage.getBlockContent(0)).toBe("test line! test line! ") | ^ 64 | }) 65 | 66 | test("copy current multiple cursors", async ({ page }) => { at /home/runner/work/heynote/heynote/tests/emacs-clipboard-keys.spec.js:63:50
[chromium] › emacs-clipboard-keys.spec.js:66:5 › copy current multiple cursors: tests/emacs-clipboard-keys.spec.js#L79
3) [chromium] › emacs-clipboard-keys.spec.js:66:5 › copy current multiple cursors ──────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "testline 1 testline 2" Received: "" 77 | await page.keyboard.press("Control+Y") 78 | //await page.waitForTimeout(100); > 79 | expect(await heynotePage.getBlockContent(0)).toBe(`testline 1\ntestline 2`) | ^ 80 | }) 81 | 82 | test("copy current multiple cursors on same line", async ({ page }) => { at /home/runner/work/heynote/heynote/tests/emacs-clipboard-keys.spec.js:79:50
[chromium] › emacs-clipboard-keys.spec.js:66:5 › copy current multiple cursors: tests/emacs-clipboard-keys.spec.js#L79
3) [chromium] › emacs-clipboard-keys.spec.js:66:5 › copy current multiple cursors ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "testline 1 testline 2" Received: "" 77 | await page.keyboard.press("Control+Y") 78 | //await page.waitForTimeout(100); > 79 | expect(await heynotePage.getBlockContent(0)).toBe(`testline 1\ntestline 2`) | ^ 80 | }) 81 | 82 | test("copy current multiple cursors on same line", async ({ page }) => { at /home/runner/work/heynote/heynote/tests/emacs-clipboard-keys.spec.js:79:50
[chromium] › emacs-clipboard-keys.spec.js:66:5 › copy current multiple cursors: tests/emacs-clipboard-keys.spec.js#L79
3) [chromium] › emacs-clipboard-keys.spec.js:66:5 › copy current multiple cursors ──────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "testline 1 testline 2" Received: "" 77 | await page.keyboard.press("Control+Y") 78 | //await page.waitForTimeout(100); > 79 | expect(await heynotePage.getBlockContent(0)).toBe(`testline 1\ntestline 2`) | ^ 80 | }) 81 | 82 | test("copy current multiple cursors on same line", async ({ page }) => { at /home/runner/work/heynote/heynote/tests/emacs-clipboard-keys.spec.js:79:50
[chromium] › emacs-clipboard-keys.spec.js:82:5 › copy current multiple cursors on same line: tests/emacs-clipboard-keys.spec.js#L96
4) [chromium] › emacs-clipboard-keys.spec.js:82:5 › copy current multiple cursors on same line ─── Error: expect(received).toBe(expected) // Object.is equality Expected: "1test1" Received: "" 94 | 95 | await page.keyboard.press("Control+Y") > 96 | expect(await heynotePage.getBlockContent(0)).toBe("1test1") | ^ 97 | }) 98 | at /home/runner/work/heynote/heynote/tests/emacs-clipboard-keys.spec.js:96:50
🎭 Playwright Run Summary
4 failed [chromium] › emacs-clipboard-keys.spec.js:31:5 › test emacs copy/pase/cut key bindings ───────── [chromium] › emacs-clipboard-keys.spec.js:55:5 › copy current line ───────────────────────────── [chromium] › emacs-clipboard-keys.spec.js:66:5 › copy current multiple cursors ───────────────── [chromium] › emacs-clipboard-keys.spec.js:82:5 › copy current multiple cursors on same line ──── 8 skipped 108 passed (2.6m)

Artifacts

Produced during runtime
Name Size
playwright-report Expired
4.67 MB