docs(chrome-extensions): remove conflict import (#26631)
This commit is contained in:
parent
00e6540799
commit
cfa8206a93
|
|
@ -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:
|
||||
|
||||
```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';
|
||||
|
||||
export const test = base.extend<{
|
||||
|
|
|
|||
Loading…
Reference in a new issue