mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +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:
|
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<{
|
||||||
|
Loading…
Reference in New Issue
Block a user