docs(release-notes): fix release notes for .net (#12743)

This commit is contained in:
Andrey Lushnikov 2022-03-14 12:04:59 -06:00 committed by GitHub
parent 55d06721c6
commit cd81fc9945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,6 @@ Read more in [our documentation](./api/class-playwrightassertions).
- New options for methods [`method: Page.screenshot`], [`method: Locator.screenshot`] and [`method: ElementHandle.screenshot`]:
* Option `ScreenshotAnimations.Disabled` rewinds all CSS animations and transitions to a consistent state
* Option `mask: Locator[]` masks given elements, overlaying them with pink `#FF00FF` boxes.
- [Trace Viewer](./trace-viewer) now shows [API testing requests](./src/test-api-testing).
- [`method: Locator.highlight`] visually reveals element(s) for easier debugging.
### Announcements