Skip to content

fix(deps): update tiptap to ^3.27.1 (main) #1336

fix(deps): update tiptap to ^3.27.1 (main)

fix(deps): update tiptap to ^3.27.1 (main) #1336

Triggered via pull request June 17, 2026 09:01
Status Failure
Total duration 13m 23s
Artifacts 3

playwright.yml

on: pull_request
Matrix: playwright
playwright-summary
8s
playwright-summary
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 3 notices
[chromium] β€Ί playwright/e2e/autosave.spec.ts:21:1 β€Ί saves after 30 seconds: playwright/support/fixtures/Node.ts#L84
1) [chromium] β€Ί playwright/e2e/autosave.spec.ts:21:1 β€Ί saves after 30 seconds ──────────────────── Error: expect(locator).toBeVisible() failed Locator: getByLabel('empty.md', { exact: true }) Expected: visible Timeout: 15000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for getByLabel('empty.md', { exact: true }) at support/fixtures/Node.ts:84 82 | await this.page.goto(`f/${this.id}`) 83 | await expect(this.page.getByLabel(this.name, { exact: true })) > 84 | .toBeVisible({ timeout }) | ^ 85 | } 86 | 87 | async move(newName: string) { at Node.open (/home/runner/actions-runner/_work/text/text/playwright/support/fixtures/Node.ts:84:5) at /home/runner/actions-runner/_work/text/text/playwright/e2e/autosave.spec.ts:18:2
[chromium] β€Ί playwright/e2e/design.spec.ts:16:1 β€Ί Editor container grows vertically: playwright/support/fixtures/Node.ts#L84
1) [chromium] β€Ί playwright/e2e/design.spec.ts:16:1 β€Ί Editor container grows vertically ─────────── Error: expect(locator).toBeVisible() failed Locator: getByLabel('empty.md', { exact: true }) Expected: visible Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for getByLabel('empty.md', { exact: true }) at support/fixtures/Node.ts:84 82 | await this.page.goto(`f/${this.id}`) 83 | await expect(this.page.getByLabel(this.name, { exact: true })) > 84 | .toBeVisible({ timeout }) | ^ 85 | } 86 | 87 | async move(newName: string) { at Node.open (/home/runner/actions-runner/_work/text/text/playwright/support/fixtures/Node.ts:84:5) at /home/runner/actions-runner/_work/text/text/playwright/e2e/design.spec.ts:13:2
[chromium] β€Ί playwright/e2e/design.spec.ts:16:1 β€Ί Editor container grows vertically: playwright/e2e/design.spec.ts#L12
1) [chromium] β€Ί playwright/e2e/design.spec.ts:16:1 β€Ί Editor container grows vertically ─────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 10 | const test = mergeTests(editorTest, uploadFileTest) 11 | > 12 | test.beforeEach(async ({ open }) => { | ^ 13 | await open() 14 | }) 15 | at /home/runner/actions-runner/_work/text/text/playwright/e2e/design.spec.ts:12:6
[chromium] β€Ί playwright/e2e/print.spec.ts:22:2 β€Ί Own file on ci: playwright/e2e/print.spec.ts#L25
3) [chromium] β€Ί playwright/e2e/print.spec.ts:22:2 β€Ί Own file on ci ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) failed Timeout: 5000ms Failed to take two consecutive stable screenshots. Call log: - Expect "toHaveScreenshot" with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 3073px, received 1280px by 720px. 147906 pixels (ratio 0.04 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 720px, received 1280px by 3096px. 146844 pixels (ratio 0.04 of all image pixels) are different. - waiting 250ms before taking screenshot - Timeout 5000ms exceeded. 23 | await open() 24 | await page.emulateMedia({ media: 'print' }) > 25 | await expect(page).toHaveScreenshot({ fullPage: true }) | ^ 26 | }) 27 | }) 28 | at /home/runner/actions-runner/_work/text/text/playwright/e2e/print.spec.ts:25:22
[chromium] β€Ί playwright/e2e/print.spec.ts:22:2 β€Ί Own file on ci: playwright/e2e/print.spec.ts#L25
3) [chromium] β€Ί playwright/e2e/print.spec.ts:22:2 β€Ί Own file on ci ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) failed Timeout: 5000ms Failed to take two consecutive stable screenshots. Call log: - Expect "toHaveScreenshot" with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 3073px, received 1280px by 720px. 147906 pixels (ratio 0.04 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 720px, received 1280px by 3096px. 146844 pixels (ratio 0.04 of all image pixels) are different. - waiting 250ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Timeout 5000ms exceeded. 23 | await open() 24 | await page.emulateMedia({ media: 'print' }) > 25 | await expect(page).toHaveScreenshot({ fullPage: true }) | ^ 26 | }) 27 | }) 28 | at /home/runner/actions-runner/_work/text/text/playwright/e2e/print.spec.ts:25:22
[chromium] β€Ί playwright/e2e/indexed-db.spec.ts:22:1 β€Ί recovering from indexed db: playwright/e2e/indexed-db.spec.ts#L35
2) [chromium] β€Ί playwright/e2e/indexed-db.spec.ts:22:1 β€Ί recovering from indexed db ────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.waitForRequest: Timeout 10000ms exceeded while waiting for event "request" 33 | await close() 34 | await setOnline() > 35 | const pushWithSteps = page.waitForRequest( | ^ 36 | (request) => { 37 | if (!request.url().includes('push')) { 38 | return false at /home/runner/actions-runner/_work/text/text/playwright/e2e/indexed-db.spec.ts:35:29
[chromium] β€Ί playwright/e2e/indexed-db.spec.ts:22:1 β€Ί recovering from indexed db: playwright/e2e/indexed-db.spec.ts#L35
2) [chromium] β€Ί playwright/e2e/indexed-db.spec.ts:22:1 β€Ί recovering from indexed db ────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.waitForRequest: Timeout 10000ms exceeded while waiting for event "request" 33 | await close() 34 | await setOnline() > 35 | const pushWithSteps = page.waitForRequest( | ^ 36 | (request) => { 37 | if (!request.url().includes('push')) { 38 | return false at /home/runner/actions-runner/_work/text/text/playwright/e2e/indexed-db.spec.ts:35:29
[chromium] β€Ί playwright/e2e/indexed-db.spec.ts:22:1 β€Ί recovering from indexed db: playwright/support/fixtures/Node.ts#L84
2) [chromium] β€Ί playwright/e2e/indexed-db.spec.ts:22:1 β€Ί recovering from indexed db ────────────── Error: expect(locator).toBeVisible() failed Locator: getByLabel('empty.md', { exact: true }) Expected: visible Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for getByLabel('empty.md', { exact: true }) at support/fixtures/Node.ts:84 82 | await this.page.goto(`f/${this.id}`) 83 | await expect(this.page.getByLabel(this.name, { exact: true })) > 84 | .toBeVisible({ timeout }) | ^ 85 | } 86 | 87 | async move(newName: string) { at Node.open (/home/runner/actions-runner/_work/text/text/playwright/support/fixtures/Node.ts:84:5) at /home/runner/actions-runner/_work/text/text/playwright/e2e/indexed-db.spec.ts:45:2
[chromium] β€Ί playwright/e2e/indexed-db.spec.ts:22:1 β€Ί recovering from indexed db: playwright/support/fixtures/offline.ts#L14
2) [chromium] β€Ί playwright/e2e/indexed-db.spec.ts:22:1 β€Ί recovering from indexed db ────────────── Error: cdpSession.send: Test timeout of 30000ms exceeded. at support/fixtures/offline.ts:14 12 | 13 | const setClientOnline = async (client: CDPSession): Promise<void> => { > 14 | await client.send('Network.emulateNetworkConditions', { | ^ 15 | offline: false, 16 | latency: 0, 17 | downloadThroughput: -1, at setClientOnline (/home/runner/actions-runner/_work/text/text/playwright/support/fixtures/offline.ts:14:15) at Object.setOffline (/home/runner/actions-runner/_work/text/text/playwright/support/fixtures/offline.ts:40:9)
[chromium] β€Ί playwright/e2e/indexed-db.spec.ts:22:1 β€Ί recovering from indexed db: playwright/e2e/indexed-db.spec.ts#L35
2) [chromium] β€Ί playwright/e2e/indexed-db.spec.ts:22:1 β€Ί recovering from indexed db ────────────── TimeoutError: page.waitForRequest: Timeout 10000ms exceeded while waiting for event "request" 33 | await close() 34 | await setOnline() > 35 | const pushWithSteps = page.waitForRequest( | ^ 36 | (request) => { 37 | if (!request.url().includes('push')) { 38 | return false at /home/runner/actions-runner/_work/text/text/playwright/e2e/indexed-db.spec.ts:35:29
[chromium] β€Ί playwright/e2e/indexed-db.spec.ts:22:1 β€Ί recovering from indexed db: playwright/e2e/indexed-db.spec.ts#L0
2) [chromium] β€Ί playwright/e2e/indexed-db.spec.ts:22:1 β€Ί recovering from indexed db ────────────── Test timeout of 30000ms exceeded.
[chromium] β€Ί playwright/e2e/ime-input.spec.ts:30:1 β€Ί Input Chinese character via IME at beginning of paragraph works: playwright/support/fixtures/Node.ts#L84
1) [chromium] β€Ί playwright/e2e/ime-input.spec.ts:30:1 β€Ί Input Chinese character via IME at beginning of paragraph works Error: expect(locator).toBeVisible() failed Locator: getByLabel('empty.md', { exact: true }) Expected: visible Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for getByLabel('empty.md', { exact: true }) at support/fixtures/Node.ts:84 82 | await this.page.goto(`f/${this.id}`) 83 | await expect(this.page.getByLabel(this.name, { exact: true })) > 84 | .toBeVisible({ timeout }) | ^ 85 | } 86 | 87 | async move(newName: string) { at Node.open (/home/runner/actions-runner/_work/text/text/playwright/support/fixtures/Node.ts:84:5) at /home/runner/actions-runner/_work/text/text/playwright/e2e/ime-input.spec.ts:15:2
[chromium] β€Ί playwright/e2e/ime-input.spec.ts:30:1 β€Ί Input Chinese character via IME at beginning of paragraph works: playwright/e2e/ime-input.spec.ts#L14
1) [chromium] β€Ί playwright/e2e/ime-input.spec.ts:30:1 β€Ί Input Chinese character via IME at beginning of paragraph works Test timeout of 30000ms exceeded while running "beforeEach" hook. 12 | const test = mergeTests(editorTest, uploadFileTest) 13 | > 14 | test.beforeEach(async ({ open }) => { | ^ 15 | await open() 16 | }) 17 | at /home/runner/actions-runner/_work/text/text/playwright/e2e/ime-input.spec.ts:14:6
playwright-summary
Process completed with exit code 1.
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί playwright/e2e/autosave.spec.ts:21:1 β€Ί saves after 30 seconds ───────────────────── 18 passed (4.7m)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί playwright/e2e/design.spec.ts:16:1 β€Ί Editor container grows vertically ──────────── 15 passed (4.8m)
🎭 Playwright Run Summary
3 failed [chromium] β€Ί playwright/e2e/indexed-db.spec.ts:22:1 β€Ί recovering from indexed db ─────────────── [chromium] β€Ί playwright/e2e/print.spec.ts:22:2 β€Ί Own file on ci ──────────────────────────────── [chromium] β€Ί playwright/e2e/print.spec.ts:22:2 β€Ί Shared file on ci ───────────────────────────── 1 flaky [chromium] β€Ί playwright/e2e/ime-input.spec.ts:30:1 β€Ί Input Chinese character via IME at beginning of paragraph works 13 passed (8.5m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report_shard1
7.49 MB
sha256:0dc7d056bcd8d430abf84b14cc3f1e32cbfbc13e08801f5607149e5d2a4a76c4
playwright-report_shard2
2.14 MB
sha256:a8816c0a662f7f4df9f9f6ffc0442430f4a0ebb7b072b0146f671fd4b986be39
playwright-report_shard3
16 MB
sha256:b40d6487c6ecc112aec3c0d443ffc5c1ce527be0b67a299edcb613bc19a05a48