mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 14:11:50 +03:00
chore: fix page import
This commit is contained in:
parent
811ce4cd0c
commit
a4cb386b70
@ -17,7 +17,7 @@
|
||||
|
||||
import { BrowserContext } from '../../browserContext';
|
||||
import { CRFrameManager } from '../crFrameManager';
|
||||
import { Page } from '../../api';
|
||||
import { Page } from '../../page';
|
||||
|
||||
export class CROverrides {
|
||||
private _context: BrowserContext;
|
||||
|
Loading…
Reference in New Issue
Block a user