Skip to content

Fix permission change in text doc #1323

Fix permission change in text doc

Fix permission change in text doc #1323

Triggered via pull request June 16, 2026 11:01
Status Failure
Total duration 20m 19s
Artifacts 2

playwright.yml

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

Annotations

11 errors and 2 notices
[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
playwright (3, 3)
Process completed with exit code 1.
[chromium] β€Ί playwright/e2e/print.spec.ts:22:2 β€Ί Shared file on ci: playwright/e2e/print.spec.ts#L25
2) [chromium] β€Ί playwright/e2e/print.spec.ts:22:2 β€Ί Shared file on ci ──────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) failed 3744338 pixels (ratio 0.96 of all image pixels) are different. 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 - 3744338 pixels (ratio 0.96 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 - captured a stable screenshot - 3744338 pixels (ratio 0.96 of all image pixels) are different. 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 β€Ί Shared file on ci: playwright/e2e/print.spec.ts#L25
2) [chromium] β€Ί playwright/e2e/print.spec.ts:22:2 β€Ί Shared file on ci ──────────────────────────── Error: expect(page).toHaveScreenshot(expected) failed 3744338 pixels (ratio 0.96 of all image pixels) are different. 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 - 3744338 pixels (ratio 0.96 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 - captured a stable screenshot - 3744338 pixels (ratio 0.96 of all image pixels) are different. 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/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 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/ime-input.spec.ts:15:2
playwright (1, 3)
The strategy configuration was canceled because "playwright._3_3" failed
playwright (1, 3)
The operation was canceled.
[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 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/autosave.spec.ts:21:1 β€Ί saves after 30 seconds: playwright/e2e/autosave.spec.ts#L17
1) [chromium] β€Ί playwright/e2e/autosave.spec.ts:21:1 β€Ί saves after 30 seconds ──────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 15 | test.describe.configure({ mode: 'serial' }) 16 | > 17 | test.beforeEach(async ({ open }) => { | ^ 18 | await open() 19 | }) 20 | at /home/runner/actions-runner/_work/text/text/playwright/e2e/autosave.spec.ts:17:6
playwright-summary
Process completed with exit code 1.
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί playwright/e2e/design.spec.ts:16:1 β€Ί Editor container grows vertically ──────────── 15 passed (7.4m)
🎭 Playwright Run Summary
1 failed [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 15 passed (4.2m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report_shard2
2.14 MB
sha256:b8071435da5a6e44a9cac129d6baa5d3b92b40d8b387ca6d48f0fe1fceab73d1
playwright-report_shard3
6.76 MB
sha256:74df7a3ac24fd3023a48be23db0242ef4649c880e9c5ca1837716f171afdda68