docs: fix release notes headers (#12036)

This commit is contained in:
Andrey Lushnikov 2022-02-11 10:13:55 -07:00 committed by GitHub
parent abd7084bcc
commit 46b89f109a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ title: "Release notes"
run them in parallel with [`method: Test.describe.configure`]. 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: - 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. - 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. It is unlikely that this change will affect you, no action is required if your tests keep running as they did.