From 46b89f109a7bbea1f2deafd20a86925d6d4d4361 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 11 Feb 2022 10:13:55 -0700 Subject: [PATCH] docs: fix release notes headers (#12036) --- docs/src/release-notes-js.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index 29d6da7e97..058932cc6c 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -53,7 +53,7 @@ title: "Release notes" run them in parallel with [`method: Test.describe.configure`]. -## Other Updates +### Other Updates - Locator now supports a `has` option that makes sure it contains another locator inside: @@ -72,7 +72,7 @@ title: "Release notes" - New [`property: TestInfo.errors`] and [`property: TestResult.errors`] that contain all failed assertions and soft assertions. -## Potentially breaking change in Playwright Test Global Setup +### Potentially breaking change in Playwright Test Global Setup It is unlikely that this change will affect you, no action is required if your tests keep running as they did.