From 0c2ec4b7f6b6d25a8a96499b85e71c3657017212 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Tue, 30 May 2023 09:03:33 -0700 Subject: [PATCH] docs: add release video (#23365) add missing videos to release notes --- docs/src/release-notes-js.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index ea4dfbad29..9a2024fece 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.34 + + ### Highlights * UI Mode now shows steps, fixtures and attachments: @@ -110,6 +115,11 @@ This version was also tested against the following stable channels: ## Version 1.33 + + ### Locators Update * Use [`method: Locator.or`] to create a locator that matches either of the two locators. @@ -165,6 +175,11 @@ This version was also tested against the following stable channels: ## Version 1.32 + + ### Introducing UI Mode (preview) New [UI Mode](./test-ui-mode.md) lets you explore, run and debug tests. Comes with a built-in watch mode.