From 24e548ec20ed69ba8ca5e5b53e00e2291dde0c03 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Thu, 14 Nov 2024 08:38:31 +0100 Subject: [PATCH] Update docs/src/release-notes-js.md Co-authored-by: Yury Semikhatsky Signed-off-by: Simon Knott --- docs/src/release-notes-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index 688c542524..986068b419 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -58,7 +58,7 @@ If your `playwright.config.ts` doesn't contain any `channel: '...'` options, or ### 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