docs: update verification.md web-first-assertions redirect warning (#12495)
Co-authored-by: Pavel Feldman <pavel.feldman@gmail.com>
This commit is contained in:
parent
b96bbc6ad7
commit
96a6cbbe58
|
|
@ -3,8 +3,8 @@ id: verification
|
|||
title: "Verification"
|
||||
---
|
||||
|
||||
:::note
|
||||
Playwright has [Web-First Assertions](./api/class-playwrightassertions) which automatically retry until the expected condition is met. This helps to reduce flakiness and readability of tests.
|
||||
:::caution
|
||||
We recommend [Web-First Assertions](./api/class-playwrightassertions) that automatically retry until the expected condition is met instead. This helps reducing the flakiness of the tests.
|
||||
:::
|
||||
|
||||
<!-- TOC -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue