docs(chrome-extensions): remove conflict import (#26631)

This commit is contained in:
Jack Li 2023-08-23 04:37:20 -04:00 committed by GitHub
parent 00e6540799
commit cfa8206a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ To have the extension loaded when running tests you can use a test fixture to se
First, add fixtures that will load the extension: First, add fixtures that will load the extension:
```js title="fixtures.ts" ```js title="fixtures.ts"
import { test as base, expect, chromium, type BrowserContext } from '@playwright/test'; import { test as base, chromium, type BrowserContext } from '@playwright/test';
import path from 'path'; import path from 'path';
export const test = base.extend<{ export const test = base.extend<{