From ab7c42c007b070a9140707db71ce08472dc8862b Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Sun, 12 May 2024 22:05:48 +0200 Subject: [PATCH] docs(actionability.md): fix grammar s/an exactly one/exactly one/ Signed-off-by: Cornelius Roemer --- docs/src/actionability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/actionability.md b/docs/src/actionability.md index 337e5fd344..4a84f5f5b2 100644 --- a/docs/src/actionability.md +++ b/docs/src/actionability.md @@ -9,7 +9,7 @@ Playwright performs a range of actionability checks on the elements before makin behave as expected. It auto-waits for all the relevant checks to pass and only then performs the requested action. If the required checks do not pass within the given `timeout`, action fails with the `TimeoutError`. For example, for [`method: Locator.click`], Playwright will ensure that: -- locator resolves to an exactly one element +- locator resolves to exactly one element - element is [Visible] - element is [Stable], as in not animating or completed animation - element [Receives Events], as in not obscured by other elements