[stable32] Update nextcloud/ocp dependency #752
Annotations
2 errors, 2 warnings, and 1 notice
|
[chromium] › playwright/e2e/versions.spec.ts:30:2 › Versions with close timestamps › Show up separately:
playwright/e2e/versions.spec.ts#L76
2) [chromium] › playwright/e2e/versions.spec.ts:30:2 › Versions with close timestamps › Show up separately
Error: expect(received).toBe(expected) // Object.is equality
Expected: 3
Received: 0
74 | */
75 | async function checkVersions(versions: Locator, editor: EditorSection) {
> 76 | expect(await versions.getByRole('link').count()).toBe(3)
| ^
77 | // the oldest version is at the end of the versions list
78 | await versions.getByRole('link').nth(2).click()
79 | await expect(editor.getHeading({ name: 'V1' })).toBeVisible()
at checkVersions (/home/runner/work/text/text/playwright/e2e/versions.spec.ts:76:51)
at /home/runner/work/text/text/playwright/e2e/versions.spec.ts:33:3
|
|
[chromium] › playwright/e2e/change-mime-type.spec.ts:17:2 › Changing mimetype from markdown to plaintext › resets the document session and indexed db:
playwright/support/fixtures/Node.ts#L82
1) [chromium] › playwright/e2e/change-mime-type.spec.ts:17:2 › Changing mimetype from markdown to plaintext › resets the document session and indexed db
Error: expect(locator).toBeVisible() failed
Locator: getByLabel('empty.md', { exact: true })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByLabel('empty.md', { exact: true })
at support/fixtures/Node.ts:82
80 | await this.page.goto(`f/${this.id}`)
81 | await expect(this.page.getByLabel(this.name, { exact: true }))
> 82 | .toBeVisible()
| ^
83 | }
84 |
85 | async move(newName: string) {
at Node.open (/home/runner/work/text/text/playwright/support/fixtures/Node.ts:82:5)
at /home/runner/work/text/text/playwright/e2e/change-mime-type.spec.ts:13:2
|
|
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v5, andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6, skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › playwright/e2e/change-mime-type.spec.ts:17:2 › Changing mimetype from markdown to plaintext › resets the document session and indexed db
[chromium] › playwright/e2e/versions.spec.ts:30:2 › Versions with close timestamps › Show up separately
21 passed (3.5m)
|