[stable32] Fix npm audit #1373
Annotations
2 errors, 2 warnings, and 1 notice
|
[chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Shared file on ci:
playwright/e2e/print.spec.ts#L25
2) [chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Shared file on ci ββββββββββββββββββββββββββββ
Error: expect(page).toHaveScreenshot(expected) failed
24 pixels (ratio 0.01 of all image pixels) are different.
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
- 24 pixels (ratio 0.01 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
- captured a stable screenshot
- 24 pixels (ratio 0.01 of all image pixels) are different.
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/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/actions-runner/_work/text/text/playwright/support/fixtures/Node.ts:82:5)
at /home/runner/actions-runner/_work/text/text/playwright/e2e/change-mime-type.spec.ts:13:2
|
|
test
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@v5, andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6, 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/
|
|
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/print.spec.ts:22:2 βΊ Shared file on ci βββββββββββββββββββββββββββββ
22 passed (4.8m)
|