docs: update verification.md web-first-assertions redirect warning (#12495)

Co-authored-by: Pavel Feldman <pavel.feldman@gmail.com>
This commit is contained in:
Max Schmitt 2022-03-03 22:39:30 +01:00 committed by GitHub
parent b96bbc6ad7
commit 96a6cbbe58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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