feat: Viewer 7.0.0 #175
Triggered via pull request
September 1, 2026 12:27
Status
Success
Total duration
1h 24m 36s
Artifacts
3
playwright.yml
on: pull_request
Matrix: playwright-tests
merge-reports
1m 42s
Annotations
9 errors, 3 warnings, and 2 notices
|
[chromium] βΊ playwright/e2e/actions/sidebar.spec.ts:30:2 βΊ Viewer sidebar action βΊ opens the sidebar while the image is still loading:
playwright/support/sections/ViewerPage.ts#L112
1) [chromium] βΊ playwright/e2e/actions/sidebar.spec.ts:30:2 βΊ Viewer sidebar action βΊ opens the sidebar while the image is still loading
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.viewer__modal').locator('.viewer__loading')
Expected: 0
Received: 1
Call log:
- Expect "toHaveCount" with timeout 15000ms
- waiting for locator('.viewer__modal').locator('.viewer__loading')
20 Γ locator resolved to 1 element
- unexpected value "1"
- Target page, context or browser has been closed
at support/sections/ViewerPage.ts:112
110 | public async waitForOpen(): Promise<void> {
111 | await expect(this.container).toBeVisible()
> 112 | await expect(this.loading).toHaveCount(0)
| ^
113 | }
114 |
115 | /**
at ViewerPage.waitForOpen (/home/runner/actions-runner/_work/viewer/viewer/playwright/support/sections/ViewerPage.ts:112:30)
at /home/runner/actions-runner/_work/viewer/viewer/playwright/e2e/actions/sidebar.spec.ts:48:3
|
|
[chromium] βΊ playwright/e2e/actions/sidebar.spec.ts:30:2 βΊ Viewer sidebar action βΊ opens the sidebar while the image is still loading:
playwright/e2e/actions/sidebar.spec.ts#L0
1) [chromium] βΊ playwright/e2e/actions/sidebar.spec.ts:30:2 βΊ Viewer sidebar action βΊ opens the sidebar while the image is still loading
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 30000ms exceeded.
|
|
[chromium] βΊ playwright/e2e/actions/sidebar.spec.ts:30:2 βΊ Viewer sidebar action βΊ opens the sidebar while the image is still loading:
playwright/support/sections/ViewerPage.ts#L112
1) [chromium] βΊ playwright/e2e/actions/sidebar.spec.ts:30:2 βΊ Viewer sidebar action βΊ opens the sidebar while the image is still loading
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.viewer__modal').locator('.viewer__loading')
Expected: 0
Received: 1
Timeout: 15000ms
Call log:
- Expect "toHaveCount" with timeout 15000ms
- waiting for locator('.viewer__modal').locator('.viewer__loading')
33 Γ locator resolved to 1 element
- unexpected value "1"
at support/sections/ViewerPage.ts:112
110 | public async waitForOpen(): Promise<void> {
111 | await expect(this.container).toBeVisible()
> 112 | await expect(this.loading).toHaveCount(0)
| ^
113 | }
114 |
115 | /**
at ViewerPage.waitForOpen (/home/runner/actions-runner/_work/viewer/viewer/playwright/support/sections/ViewerPage.ts:112:30)
at /home/runner/actions-runner/_work/viewer/viewer/playwright/e2e/actions/sidebar.spec.ts:48:3
|
|
[chromium] βΊ playwright/e2e/oddname.spec.ts:92:2 βΊ Odd file name (image:
playwright/support/sections/ViewerPage.ts#L112
2) [chromium] βΊ playwright/e2e/oddname.spec.ts:92:2 βΊ Odd file name (image, sidebar and public share) βΊ opens the sidebar for an odd file name
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.viewer__modal').locator('.viewer__loading')
Expected: 0
Received: 1
Timeout: 15000ms
Call log:
- Expect "toHaveCount" with timeout 15000ms
- waiting for locator('.viewer__modal').locator('.viewer__loading')
33 Γ locator resolved to 1 element
- unexpected value "1"
at support/sections/ViewerPage.ts:112
110 | public async waitForOpen(): Promise<void> {
111 | await expect(this.container).toBeVisible()
> 112 | await expect(this.loading).toHaveCount(0)
| ^
113 | }
114 |
115 | /**
at ViewerPage.waitForOpen (/home/runner/actions-runner/_work/viewer/viewer/playwright/support/sections/ViewerPage.ts:112:30)
at /home/runner/actions-runner/_work/viewer/viewer/playwright/e2e/oddname.spec.ts:95:3
|
|
[chromium] βΊ playwright/e2e/oddname.spec.ts:92:2 βΊ Odd file name (image:
playwright/e2e/oddname.spec.ts#L101
2) [chromium] βΊ playwright/e2e/oddname.spec.ts:92:2 βΊ Odd file name (image, sidebar and public share) βΊ opens the sidebar for an odd file name
Error: expect(locator).toContainText(expected) failed
Locator: locator('aside.app-sidebar').locator('.app-sidebar-header__mainname')
Expected substring: "~β°οΈ shot of a $[big} mountain`, realy #1's \" #_+=\"%20%27%22%60%%21%23 was this called image.pngin theβοΈπ©βπ»? :* .PNG"
Received string: ""
Call log:
- Expect "toContainText" with timeout 15000ms
- waiting for locator('aside.app-sidebar').locator('.app-sidebar-header__mainname')
- Protocol error (Runtime.callFunctionOn): Internal server error, session closed.
99 | const sidebar = page.locator('aside.app-sidebar')
100 | await expect(sidebar).toBeVisible()
> 101 | await expect(sidebar.locator('.app-sidebar-header__mainname')).toContainText(placedName)
| ^
102 | })
103 |
104 | test('opens an odd file name from a public link share', async ({ browser, baseURL, user }) => {
at /home/runner/actions-runner/_work/viewer/viewer/playwright/e2e/oddname.spec.ts:101:66
|
|
[chromium] βΊ playwright/e2e/oddname.spec.ts:92:2 βΊ Odd file name (image:
playwright/e2e/oddname.spec.ts#L0
2) [chromium] βΊ playwright/e2e/oddname.spec.ts:92:2 βΊ Odd file name (image, sidebar and public share) βΊ opens the sidebar for an odd file name
Test timeout of 30000ms exceeded.
|
|
[chromium] βΊ playwright/e2e/oddname.spec.ts:66:3 βΊ Odd file name (image.png) βΊ opens a file with an odd name in the viewer:
playwright/support/sections/ViewerPage.ts#L112
1) [chromium] βΊ playwright/e2e/oddname.spec.ts:66:3 βΊ Odd file name (image.png) βΊ opens a file with an odd name in the viewer
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.viewer__modal').locator('.viewer__loading')
Expected: 0
Received: 1
Timeout: 15000ms
Call log:
- Expect "toHaveCount" with timeout 15000ms
- waiting for locator('.viewer__modal').locator('.viewer__loading')
32 Γ locator resolved to 1 element
- unexpected value "1"
at support/sections/ViewerPage.ts:112
110 | public async waitForOpen(): Promise<void> {
111 | await expect(this.container).toBeVisible()
> 112 | await expect(this.loading).toHaveCount(0)
| ^
113 | }
114 |
115 | /**
at ViewerPage.waitForOpen (/home/runner/actions-runner/_work/viewer/viewer/playwright/support/sections/ViewerPage.ts:112:30)
at /home/runner/actions-runner/_work/viewer/viewer/playwright/e2e/oddname.spec.ts:71:4
|
|
[chromium] βΊ playwright/e2e/oddname.spec.ts:66:3 βΊ Odd file name (image.png) βΊ opens a file with an odd name in the viewer:
playwright/e2e/oddname.spec.ts#L0
1) [chromium] βΊ playwright/e2e/oddname.spec.ts:66:3 βΊ Odd file name (image.png) βΊ opens a file with an odd name in the viewer
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 30000ms exceeded.
|
|
[chromium] βΊ playwright/e2e/oddname.spec.ts:66:3 βΊ Odd file name (image.png) βΊ opens a file with an odd name in the viewer:
playwright/e2e/oddname.spec.ts#L0
1) [chromium] βΊ playwright/e2e/oddname.spec.ts:66:3 βΊ Odd file name (image.png) βΊ opens a file with an odd name in the viewer
Error: command exited with non-zero exit code
at PassThrough.maybeResolve (/home/runner/actions-runner/_work/viewer/viewer/node_modules/@nextcloud/e2e-test-server/lib/docker.ts:586:19)
|
|
playwright-tests (1, 2)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4, andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
playwright-tests (2, 2)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4, andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
merge-reports
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53, actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ playwright/e2e/actions/sidebar.spec.ts:30:2 βΊ Viewer sidebar action βΊ opens the sidebar while the image is still loading
1 skipped
23 passed (6.4m)
|
|
π Playwright Run Summary
2 flaky
[chromium] βΊ playwright/e2e/oddname.spec.ts:66:3 βΊ Odd file name (image.png) βΊ opens a file with an odd name in the viewer
[chromium] βΊ playwright/e2e/oddname.spec.ts:92:2 βΊ Odd file name (image, sidebar and public share) βΊ opens the sidebar for an odd file name
1 skipped
14 passed (7.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
5.63 MB |
sha256:22dcb18da77243bbc5647afd252701791eb33833c97e78a3810387b70bfebd95
|
|
|
blob-report-2
Expired
|
37.6 MB |
sha256:5a776d6cf6a5e85d0821cacca8975309250d168f0fb4c17f3e7ad7de71c1cf54
|
|
|
html-report--attempt-1
|
43.8 MB |
sha256:67bf58497b77af42db88c95656b00bcdfb7dfb579ef651ec9749b0abb9ac61f6
|
|