From 9d4f3304115276aa7514bbbc80cb671909f3c7e0 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Fri, 11 Mar 2022 08:28:06 -0800 Subject: [PATCH] docs: fix python link to test-assertions (#12665) --- docs/src/release-notes-java.md | 4 ++-- docs/src/release-notes-python.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index 2660747c3f..dd64943ae9 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -54,7 +54,7 @@ Read more about it in our [API testing guide](./api-testing). ### Web-First Assertions -Playwright for Java 1.18 introduces [Web-First Assertions](./api/test-assertions). +Playwright for Java 1.18 introduces [Web-First Assertions](./test-assertions). Consider the following example: @@ -78,7 +78,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/test-assertions). +Read more in [our documentation](./test-assertions). ### Locator Improvements diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index f856f1e37a..3df16e28cf 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -64,7 +64,7 @@ Read more in [our documentation](./api/class-apirequestcontext). ### Web-First Assertions -Playwright for Python 1.18 introduces [Web-First Assertions](./api/test-assertions). +Playwright for Python 1.18 introduces [Web-First Assertions](./test-assertions). Consider the following example: @@ -91,7 +91,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/test-assertions). +Read more in [our documentation](./test-assertions). ### Locator Improvements