mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: remove PLAYWRIGHT_SKIP_NAVIGATION_CHECK (#36283)
This commit is contained in:
parent
5d0d573718
commit
31865746e0
@ -455,8 +455,6 @@ export class Page extends SdkObject {
|
||||
}
|
||||
|
||||
private async _performWaitForNavigationCheck(progress: Progress) {
|
||||
if (process.env.PLAYWRIGHT_SKIP_NAVIGATION_CHECK)
|
||||
return;
|
||||
const mainFrame = this.frameManager.mainFrame();
|
||||
if (!mainFrame || !mainFrame.pendingDocument())
|
||||
return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user