Update docs/src/release-notes-js.md

Co-authored-by: Yury Semikhatsky <yurys@chromium.org>
Signed-off-by: Simon Knott <info@simonknott.de>
This commit is contained in:
Simon Knott 2024-11-14 08:38:31 +01:00 committed by GitHub
parent e981a0744d
commit 24e548ec20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ If your `playwright.config.ts` doesn't contain any `channel: '...'` options, or
### What do I need to do? ### What do I need to do?
After updating to Playwright 1.50, run your test suite. If it still passes, you're good to go. If not, you will probably need to update your snapshots, and adapt some of your test code aorund PDF viewers and extensions. See [issue #33566](https://github.com/microsoft/playwright/issues/33566) for more details. After updating to Playwright 1.50, run your test suite. If it still passes, you're good to go. If not, you will probably need to update your snapshots, and adapt some of your test code around PDF viewers and extensions. See [issue #33566](https://github.com/microsoft/playwright/issues/33566) for more details.
### Saving CI resources ### Saving CI resources