chore(deps): update dependency dompurify to v3.4.13 [security] (stable34) #90
playwright.yml
on: pull_request
Playwright E2E tests
7m 54s
playwright-summary
7s
Annotations
1 error, 1 warning, and 1 notice
|
[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
4) [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
|
|
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
4 flaky
[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
306 passed (6.4m)
|