Skip to content

ci: remove compile command, as it happens after merge. Then, also run reuse #1349

ci: remove compile command, as it happens after merge. Then, also run reuse

ci: remove compile command, as it happens after merge. Then, also run reuse #1349

Triggered via pull request June 17, 2026 22:06
Status Failure
Total duration 11m 20s
Artifacts 1

playwright.yml

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

Annotations

11 errors and 1 notice
playwright (3, 3)
Process completed with exit code 1.
[chromium] β€Ί playwright/e2e/versions.spec.ts:30:2 β€Ί Versions with close timestamps β€Ί Show up separately: playwright/support/sections/ViewerSection.ts#L21
3) [chromium] β€Ί playwright/e2e/versions.spec.ts:30:2 β€Ί Versions with close timestamps β€Ί Show up separately Error: locator.click: Target page, context or browser has been closed Call log: - waiting for getByRole('tab', { name: 'Versions' }) - locator resolved to <button role="tab" type="button" tabindex="-1" data-v-f21394d2="" data-v-9fb8a5f7="" aria-selected="false" id="tab-button-files_versions" aria-controls="tab-files_versions" class="checkbox-radio-switch app-sidebar-tabs__tab checkbox-radio-switch-button checkbox-radio-switch--button-variant checkbox-radio-switch--button-variant-h-grouped button-vue">…</button> - attempting click action 2 Γ— waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div data-v-8b11145d="" data-v-b4711d61="" class="editor__content-wrapper" data-text-el="editor-content-wrapper">…</div> from <div id="viewer" role="dialog" tabindex="-1" aria-modal="true" data-v-5c3de0a="" data-v-01926ad2="" data-v-db9e4328="" data-handler="text" clear-view-delay="-1" aria-labelledby="modal-name-kbkug" aria-describedby="modal-description-kbkug" class="modal-mask viewer modal-mask--opaque modal-mask--light theme--default">…</div> subtree intercepts pointer events - retrying click action - waiting 20ms 2 Γ— waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div data-v-8b11145d="" data-v-b4711d61="" class="editor__content-wrapper" data-text-el="editor-content-wrapper">…</div> from <div id="viewer" role="dialog" tabindex="-1" aria-modal="true" data-v-5c3de0a="" data-v-01926ad2="" data-v-db9e4328="" data-handler="text" clear-view-delay="-1" aria-labelledby="modal-name-kbkug" aria-describedby="modal-description-kbkug" class="modal-mask viewer modal-mask--opaque modal-mask--light theme--default">…</div> subtree intercepts pointer events - retrying click action - waiting 100ms 47 Γ— waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div data-v-8b11145d="" data-v-b4711d61="" class="editor__content-wrapper" data-text-el="editor-content-wrapper">…</div> from <div id="viewer" role="dialog" tabindex="-1" aria-modal="true" data-v-5c3de0a="" data-v-01926ad2="" data-v-db9e4328="" data-handler="text" clear-view-delay="-1" aria-labelledby="modal-name-kbkug" aria-describedby="modal-description-kbkug" class="modal-mask viewer modal-mask--opaque modal-mask--light theme--default">…</div> subtree intercepts pointer events - retrying click action - waiting 500ms at support/sections/ViewerSection.ts:21 19 | public async openSidebarTab(name: 'Versions') { 20 | await this.clickAction('Open sidebar') > 21 | await this.page.getByRole('tab', { name }).click() | ^ 22 | return this.page.getByRole('tabpanel', { name }) 23 | } 24 | at ViewerSection.openSidebarTab (/home/runner/work/text/text/playwright/support/sections/ViewerSection.ts:21:46) at /home/runner/work/text/text/playwright/e2e/versions.spec.ts:32:20
[chromium] β€Ί playwright/e2e/versions.spec.ts:30:2 β€Ί Versions with close timestamps β€Ί Show up separately: playwright/e2e/versions.spec.ts#L0
3) [chromium] β€Ί playwright/e2e/versions.spec.ts:30:2 β€Ί Versions with close timestamps β€Ί Show up separately Test timeout of 30000ms exceeded.
[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/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/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/work/text/text/playwright/support/fixtures/Node.ts:84:5) at /home/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.
playwright (2, 3)
The strategy configuration was canceled because "playwright._3_3" failed
playwright (2, 3)
The operation was canceled.
playwright-summary
Process completed with exit code 1.
🎭 Playwright Run Summary
1 failed [chromium] β€Ί playwright/e2e/print.spec.ts:22:2 β€Ί Shared file on ci ───────────────────────────── 2 flaky [chromium] β€Ί playwright/e2e/ime-input.spec.ts:30:1 β€Ί Input Chinese character via IME at beginning of paragraph works [chromium] β€Ί playwright/e2e/versions.spec.ts:30:2 β€Ί Versions with close timestamps β€Ί Show up separately 14 passed (3.7m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report_shard3
9.35 MB
sha256:7819ad1f54f507cd3ba2f57e0691d0e7e34ee5036ee197a38c783f9a71091c34