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
|
||||
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)
|
||||
prior to performing the action, so there is no need to need wait for it to become
|
||||
available.
|
||||
prior to performing the action, so there is no need to wait for it to become available.
|
||||
|
||||
|
||||
```js
|
||||
@ -179,4 +178,4 @@ test.describe("navigation", () => {
|
||||
|
||||
- [Run single test, multiple tests, headed mode](./running-tests.md)
|
||||
- [Generate tests with Codegen](./codegen-intro.md)
|
||||
- [See a trace of your tests](./trace-viewer-intro.md)
|
||||
- [See a trace of your tests](./trace-viewer-intro.md)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user