Skip to content

Commit

Permalink
cherry-pick(1.20): docs: fix broken release-notes links (#12749)
Browse files Browse the repository at this point in the history
PR: #12747
  • Loading branch information
mxschmitt authored Mar 14, 2022
1 parent eab96de commit 16c4ae0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/src/release-notes-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/release-notes-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/release-notes-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16c4ae0

Please sign in to comment.