docs(writing-tests-js) Fix grammar mistake (#19958)

This commit is contained in:
Niklas Haag 2023-01-09 17:18:54 +01:00 committed by GitHub
parent 830c3c9f0f
commit 87b14ea737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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