docs: fix python link to test-assertions (#12665)

This commit is contained in:
Yury Semikhatsky 2022-03-11 08:28:06 -08:00 committed by GitHub
parent af55f48754
commit 9d4f330411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

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

View file

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