diff --git a/docs/src/writing-tests-js.md b/docs/src/writing-tests-js.md index 2d94474c44..c7c483389e 100644 --- a/docs/src/writing-tests-js.md +++ b/docs/src/writing-tests-js.md @@ -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) \ No newline at end of file +- [See a trace of your tests](./trace-viewer-intro.md)