From d395a38a634dac40b9bd89b0ab615235fd9aebcf Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Fri, 27 Oct 2023 14:36:32 +0200 Subject: [PATCH] docs: add v1.39 release video (#27838) --- docs/src/release-notes-js.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index 6a30ca5761..7aca02a33c 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -8,6 +8,11 @@ import LiteYouTube from '@site/src/components/LiteYouTube'; ## Version 1.39 + + ### Add custom matchers to your expect You can extend Playwright assertions by providing custom matchers. These matchers will be available on the expect object.