cherry-pick(1.20): docs: fix broken release-notes links (#12749)

PR: #12747
This commit is contained in:
Max Schmitt 2022-03-14 21:29:25 +01:00 committed by GitHub
parent eab96de6e4
commit 16c4ae0831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ title: "Release notes"
### Web-First Assertions
Playwright for .NET 1.20 introduces [Web-First Assertions](./api/class-playwrightassertions).
Playwright for .NET 1.20 introduces [Web-First Assertions](./test-assertions).
Consider the following example:
@ -36,7 +36,7 @@ fetched Node has the `"Submitted"` text. It will be re-fetching the node and
checking it over and over, until the condition is met or until the timeout is
reached. You can pass this timeout as an option.
Read more in [our documentation](./api/class-playwrightassertions).
Read more in [our documentation](./test-assertions).
### Other Updates

View file

@ -12,7 +12,7 @@ title: "Release notes"
- 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).
- [Trace Viewer](./trace-viewer) now shows [API testing requests](./api-testing).
- [`method: Locator.highlight`] visually reveals element(s) for easier debugging.
### Announcements

View file

@ -12,7 +12,7 @@ title: "Release notes"
- New options for methods [`method: Page.screenshot`], [`method: Locator.screenshot`] and [`method: ElementHandle.screenshot`]:
* Option `animations: "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).
- [Trace Viewer](./trace-viewer) now shows [API testing requests](./api-testing).
- [`method: Locator.highlight`] visually reveals element(s) for easier debugging.
### Announcements