Skip to content

Commit 717e267

Browse files
committed
fixes trace imports
1 parent 1fea8a7 commit 717e267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/platform/playwright.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Here's an example of a worker generating a trace file:
105105
```ts
106106
import type { Fetcher } from '@cloudflare/workers-types';
107107
import { launch, fs } from "@cloudflare/playwright";
108-
import { expect } from "@cloudflare/playwright/test";
108+
import fs from '@cloudflare/playwright/fs';
109109

110110
interface Env {
111111
MYBROWSER: Fetcher;

0 commit comments

Comments
 (0)