diff --git a/docs/src/mock-js.md b/docs/src/mock-js.md index 4510ac4bba..c50e25f86c 100644 --- a/docs/src/mock-js.md +++ b/docs/src/mock-js.md @@ -5,10 +5,7 @@ title: "Mock APIs" Playwright provides native support for most of the browser features. However, there are some experimental APIs and APIs which are not (yet) fully supported by all browsers. Playwright usually doesn't provide dedicated -automation APIs in such cases. You can use mocks to test the behavior of your application in such cases. This guide -gives a few examples. - - +automation APIs in such cases. You can use mocks to test the behavior of your application in such cases. This guide gives a few examples. ## Introduction