[stable32] Fix npm audit #1236
Annotations
2 errors, 2 warnings, and 1 notice
|
[chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Own file on ci:
playwright/e2e/print.spec.ts#L25
2) [chromium] βΊ playwright/e2e/print.spec.ts:22:2 βΊ Own file on ci βββββββββββββββββββββββββββββββ
Error: expect(page).toHaveScreenshot(expected) failed
Timeout: 5000ms
Failed to take two consecutive stable screenshots.
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
- Expected an image 1280px by 3095px, received 1280px by 720px. 147909 pixels (ratio 0.04 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
- Expected an image 1280px by 720px, received 1280px by 3095px. 147909 pixels (ratio 0.04 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Timeout 5000ms exceeded.
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 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 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 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/print.spec.ts:22:2 βΊ Own file on ci ββββββββββββββββββββββββββββββββ
22 passed (7.5m)
|