chore: remove connect options after testing (#17380)

This commit is contained in:
Pavel Feldman 2022-09-15 20:37:21 -07:00 committed by GitHub
parent 43304e980d
commit e92bdce383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
});