mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 05:37:20 +03:00
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 New Issue
Block a user