Skip to content

[stable34] Update nextcloud/ocp dependency #1368

[stable34] Update nextcloud/ocp dependency

[stable34] Update nextcloud/ocp dependency #1368

Triggered via pull request June 21, 2026 03:24
Status Failure
Total duration 58m 23s
Artifacts 3

playwright.yml

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

Annotations

10 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/work/text/text/playwright/support/fixtures/Node.ts:84:5) at /home/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 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/design.spec.ts:13:2
playwright (3, 3)
Process completed with exit code 1.
[chromium] β€Ί playwright/e2e/reconnect.spec.ts:21:1 β€Ί opening a file with unsaved changes: playwright/e2e/reconnect.spec.ts#L0
3) [chromium] β€Ί playwright/e2e/reconnect.spec.ts:21:1 β€Ί opening a file with unsaved changes ────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] β€Ί playwright/e2e/reconnect.spec.ts:21:1 β€Ί opening a file with unsaved changes: playwright/e2e/reconnect.spec.ts#L37
3) [chromium] β€Ί playwright/e2e/reconnect.spec.ts:21:1 β€Ί opening a file with unsaved changes ────── Error: expect(locator).toBeVisible() failed Locator: locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'Hello world' }) Expected: visible Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('.editor').first().getByRole('textbox').getByRole('heading', { name: 'Hello world' }) 35 | await expect(await file.getContent()).toBe('') 36 | await open() > 37 | await expect(editor.getHeading({ name: 'Hello world' })).toBeVisible() | ^ 38 | await expect(editor.saveIndicator).not.toHaveAccessibleName(/Unsaved changes/) 39 | await expect(await file.getContent()).toBe('## Hello world') 40 | }) at /home/runner/actions-runner/_work/text/text/playwright/e2e/reconnect.spec.ts:37:59
[chromium] β€Ί playwright/e2e/reconnect.spec.ts:21:1 β€Ί opening a file with unsaved changes: playwright/e2e/reconnect.spec.ts#L0
3) [chromium] β€Ί playwright/e2e/reconnect.spec.ts:21:1 β€Ί opening a file with unsaved changes ────── Test timeout of 30000ms exceeded.
[chromium] β€Ί playwright/e2e/print.spec.ts:22:2 β€Ί Own file on ci: playwright/e2e/print.spec.ts#L25
2) [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 3073px. 147906 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/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 (3.8m)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί playwright/e2e/design.spec.ts:16:1 β€Ί Editor container grows vertically ──────────── 15 passed (5.6m)
🎭 Playwright Run Summary
1 failed [chromium] β€Ί playwright/e2e/reconnect.spec.ts:21:1 β€Ί opening a file with unsaved changes ─────── 2 flaky [chromium] β€Ί playwright/e2e/ime-input.spec.ts:30:1 β€Ί Input Chinese character via IME at beginning of paragraph works [chromium] β€Ί playwright/e2e/print.spec.ts:22:2 β€Ί Own file on ci ──────────────────────────────── 14 passed (8.3m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report_shard1
6.04 MB
sha256:c4d409fa0614c02c1f9206b1471f266bc8ad2328e4867168a6ea302993e985d8
playwright-report_shard2
2.41 MB
sha256:d19ab414d84d905f34081e55cf7a3d0d9c25aa2488c320d5daa518fe834f96b3
playwright-report_shard3
9.78 MB
sha256:4bf5a0124e0ae6ed7a6b686be84b570b9bc9d35e593315c325d0cc69fe842008