Skip to content

[stable34] Update nextcloud/ocp dependency #1271

[stable34] Update nextcloud/ocp dependency

[stable34] Update nextcloud/ocp dependency #1271

Triggered via pull request June 7, 2026 03:23
Status Success
Total duration 1h 1m 40s
Artifacts 3

playwright.yml

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

Annotations

6 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/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 - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - 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
[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 Run Summary
1 flaky [chromium] β€Ί playwright/e2e/autosave.spec.ts:21:1 β€Ί saves after 30 seconds ───────────────────── 18 passed (4.0m)
🎭 Playwright Run Summary
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 ──────────────────────────────── 15 passed (7.2m)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί playwright/e2e/design.spec.ts:16:1 β€Ί Editor container grows vertically ──────────── 15 passed (6.0m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report_shard1 Expired
6.89 MB
sha256:775bf3d15aca53ba0d68d12455e9c6d8a2020e1bab7908d32409fc938e1e1b0e
playwright-report_shard2 Expired
2.3 MB
sha256:3f010087fe72165b79cddb559324622ef928675ae23d11d16ade1beac90aeb49
playwright-report_shard3 Expired
5.54 MB
sha256:0ea3ac0a55c085418eca9a2da1fffdaceff19ea91c7a03a533f0da8e28a0b054