We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fcdbc commit 0277c5eCopy full SHA for 0277c5e
test/e2e/ipc.test.js
@@ -248,7 +248,6 @@ describe("web socket server URL", () => {
248
return proxyServer.listen(proxyPort, proxyHost, callback);
249
}
250
251
- console.log("HERE");
252
const proxy = await new Promise((resolve) => {
253
const proxyCreated = startProxy(() => {
254
resolve(proxyCreated);
@@ -284,7 +283,6 @@ describe("web socket server URL", () => {
284
283
});
285
286
287
- console.log(`http://${proxyHost}:${proxyPort}/main`);
288
await page.goto(`http://${proxyHost}:${proxyPort}/main`, {
289
waitUntil: "networkidle0",
290
0 commit comments