cherry-pick(#12036): docs: fix release notes headers (#12037)

SHA 46b89f109a
This commit is contained in:
Andrey Lushnikov 2022-02-11 10:15:06 -07:00 committed by GitHub
parent 7a683a9331
commit 1d4521a12e
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`].
## 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.