[master] Fix npm audit #96
Triggered via pull request
August 2, 2026 06:00
Status
Failure
Total duration
1h 21m 47s
Artifacts
1
playwright.yml
on: pull_request
Playwright E2E tests
17m 22s
playwright-summary
6s
Annotations
5 errors, 1 warning, and 1 notice
|
Playwright E2E tests
Process completed with exit code 1.
|
|
[chromium] βΊ playwright/e2e/sharing/single-file-share.spec.ts:28:2 βΊ See shared single file with link share βΊ Opens the shared image in the viewer:
playwright/e2e/sharing/single-file-share.spec.ts#L29
6) [chromium] βΊ playwright/e2e/sharing/single-file-share.spec.ts:28:2 βΊ See shared single file with link share βΊ Opens the shared image in the viewer
Error: page.waitForResponse: Test timeout of 30000ms exceeded.
27 |
28 | test('Opens the shared image in the viewer', async ({ page }) => {
> 29 | const imageResponse = page.waitForResponse(
| ^
30 | (r) => r.url().includes('/apps/files_sharing/publicpreview/') && r.status() === 200,
31 | )
32 | // A single-file share opens the viewer automatically on load.
at /home/runner/actions-runner/_work/viewer/viewer/playwright/e2e/sharing/single-file-share.spec.ts:29:30
|
|
[chromium] βΊ playwright/mixins/image.ts:70:3 βΊ Open image.png in viewer βΊ The image source is the preview url:
playwright/mixins/image.ts#L71
2) [chromium] βΊ playwright/mixins/image.ts:70:3 βΊ Open image.png in viewer βΊ The image source is the preview url
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveAttribute(expected) failed
Locator: locator('body > .viewer').locator('.modal-container .viewer__file.viewer__file--active img')
Expected pattern: /\/index\.php\/core\/preview/
Received string: "http://localhost:8081/remote.php/dav/files/nebhy/image.png"
Timeout: 15000ms
Call log:
- Expect "toHaveAttribute" with timeout 15000ms
- waiting for locator('body > .viewer').locator('.modal-container .viewer__file.viewer__file--active img')
33 Γ locator resolved to <img class="loaded" alt="image.png" data-v-38b7dcaa="" src="http://localhost:8081/remote.php/dav/files/nebhy/image.png"/>
- unexpected value "http://localhost:8081/remote.php/dav/files/nebhy/image.png"
69 |
70 | test(`The image source is the ${source ? 'remote' : 'preview'} url`, async () => {
> 71 | await expect(getActiveMedia(page, 'img')).toHaveAttribute('src', new RegExp(escapeRegExp(source ?? '/index.php/core/preview')))
| ^
72 | })
73 | })
74 | }
at /home/runner/actions-runner/_work/viewer/viewer/playwright/mixins/image.ts:71:46
|
|
[chromium] βΊ playwright/mixins/image.ts:70:3 βΊ Open image.png in viewer βΊ The image source is the preview url:
playwright/mixins/image.ts#L71
2) [chromium] βΊ playwright/mixins/image.ts:70:3 βΊ Open image.png in viewer βΊ The image source is the preview url
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveAttribute(expected) failed
Locator: locator('body > .viewer').locator('.modal-container .viewer__file.viewer__file--active img')
Expected pattern: /\/index\.php\/core\/preview/
Received string: "http://localhost:8081/remote.php/dav/files/23gag/image.png"
Timeout: 15000ms
Call log:
- Expect "toHaveAttribute" with timeout 15000ms
- waiting for locator('body > .viewer').locator('.modal-container .viewer__file.viewer__file--active img')
33 Γ locator resolved to <img class="loaded" alt="image.png" data-v-38b7dcaa="" src="http://localhost:8081/remote.php/dav/files/23gag/image.png"/>
- unexpected value "http://localhost:8081/remote.php/dav/files/23gag/image.png"
69 |
70 | test(`The image source is the ${source ? 'remote' : 'preview'} url`, async () => {
> 71 | await expect(getActiveMedia(page, 'img')).toHaveAttribute('src', new RegExp(escapeRegExp(source ?? '/index.php/core/preview')))
| ^
72 | })
73 | })
74 | }
at /home/runner/actions-runner/_work/viewer/viewer/playwright/mixins/image.ts:71:46
|
|
playwright-summary
Process completed with exit code 1.
|
|
Playwright E2E tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
π Playwright Run Summary
1 failed
[chromium] βΊ playwright/mixins/image.ts:70:3 βΊ Open image.png in viewer βΊ The image source is the preview url
5 flaky
[chromium] βΊ playwright/mixins/image.ts:70:3 βΊ Open image.webp in viewer βΊ The image source is the preview url
[chromium] βΊ playwright/e2e/images/images-custom-list-loadmore.spec.ts:144:2 βΊ Open custom list of images in viewer with pagination βΊ The image source is the preview url (wrap to image1)
[chromium] βΊ playwright/e2e/images/images-custom-list.spec.ts:90:2 βΊ Open custom images list in viewer βΊ The image source is the preview url (image1)
[chromium] βΊ playwright/e2e/images/images.spec.ts:53:2 βΊ Open images in viewer βΊ The image source is the preview url (image1)
[chromium] βΊ playwright/e2e/sharing/single-file-share.spec.ts:28:2 βΊ See shared single file with link share βΊ Opens the shared image in the viewer
18 skipped
304 passed (13.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-traces
Expired
|
187 MB |
sha256:96ab2ed3084d8b3deb4b427ad785c165abb56809ba43766b215bbe0536e4f266
|
|