mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs(writing-tests-js) Fix grammar mistake (#19958)
This commit is contained in:
parent
830c3c9f0f
commit
87b14ea737
@ -77,8 +77,7 @@ Performing actions starts with locating the elements. Playwright uses
|
|||||||
[Locators API](./locators.md) for that. Locators represent a way to find
|
[Locators API](./locators.md) for that. Locators represent a way to find
|
||||||
element(s) on the page at any moment, learn more about the
|
element(s) on the page at any moment, learn more about the
|
||||||
[different types](./locators.md) of locators available. Playwright will wait for the element to be [actionable](./actionability.md)
|
[different types](./locators.md) of locators available. Playwright will wait for the element to be [actionable](./actionability.md)
|
||||||
prior to performing the action, so there is no need to need wait for it to become
|
prior to performing the action, so there is no need to wait for it to become available.
|
||||||
available.
|
|
||||||
|
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user