We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fea8a7 commit 717e267Copy full SHA for 717e267
src/content/docs/browser-rendering/platform/playwright.mdx
@@ -105,7 +105,7 @@ Here's an example of a worker generating a trace file:
105
```ts
106
import type { Fetcher } from '@cloudflare/workers-types';
107
import { launch, fs } from "@cloudflare/playwright";
108
-import { expect } from "@cloudflare/playwright/test";
+import fs from '@cloudflare/playwright/fs';
109
110
interface Env {
111
MYBROWSER: Fetcher;
0 commit comments