docs: remove toc (#17626)

This commit is contained in:
Debbie O'Brien 2022-09-27 17:45:32 +02:00 committed by GitHub
parent cfcf1dfb4f
commit 6fe551e6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,7 @@ title: "Mock APIs"
Playwright provides native support for most of the browser features. However, there are some experimental 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 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 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.
gives a few examples.
<!-- TOC -->
## Introduction ## Introduction