mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 17:14:02 +03:00
chore: remove connect options after testing (#17380)
This commit is contained in:
parent
43304e980d
commit
e92bdce383
@ -642,4 +642,6 @@ test('should connect when launching', async ({ browserType, startRemoteServer, h
|
||||
new Promise(f => browser.on('disconnected', f)),
|
||||
remoteServer.close(),
|
||||
]);
|
||||
|
||||
(browserType as any)._defaultConnectOptions = undefined;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user