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 a new issue