diff --git a/docs/src/webview2.md b/docs/src/webview2.md index 7aef7216ca57b..6e8fc62b2fddc 100644 --- a/docs/src/webview2.md +++ b/docs/src/webview2.md @@ -68,8 +68,6 @@ By default, the WebView2 control will use the same user data directory for all i Using the following, Playwright will run your WebView2 application as a sub-process, assign a unique user data directory to it and provide the [Page] instance to your test: - - ```js title="webView2Test.ts" import { test as base } from '@playwright/test'; import fs from 'fs';