From 84aa67a7fce1694a2fa6cea60a111169c73b20d5 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Mon, 31 Oct 2022 22:38:43 +0100 Subject: [PATCH] docs: add release video (#18459) --- docs/src/release-notes-js.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index 9718a37d51..3cc2d74161 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -6,6 +6,10 @@ toc_max_heading_level: 2 ## Version 1.27 +
+ +
+ ### Locators With these new APIs writing locators is a joy: @@ -69,6 +73,10 @@ This version was also tested against the following stable channels: ## Version 1.26 +
+ +
+ ### Assertions - New option `enabled` for [`method: LocatorAssertions.toBeEnabled`].