You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test('should pass with matching certificates and when a http proxy is used from env',async({ browser, startCCServer, asset, browserName, proxyServer, isMac })=>{
awaitexpect(page.getByTestId('message')).toHaveText('Hello Alice, your certificate was issued by localhost!');
391
+
awaitpage.close();
392
+
deleteprocess.env.HTTPS_PROXY;
393
+
});
394
+
395
+
test('should pass with matching certificates and when a http proxy is used from config but env is there',async({ browser, startCCServer, asset, browserName, proxyServer, isMac })=>{
0 commit comments