From 6fe551e6ac55fe274f12b34837fb13fe24a5e62d Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Tue, 27 Sep 2022 17:45:32 +0200 Subject: [PATCH] docs: remove toc (#17626) --- docs/src/mock-js.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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