mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(test): remove stray console.log (#3943)
This commit is contained in:
parent
609e763381
commit
76eecde823
@ -56,7 +56,6 @@ module.exports.addTests = function({testRunner, expect, Errors, CHROME}) {
|
||||
let error = null;
|
||||
await page.goto(server.EMPTY_PAGE).catch(e => error = e);
|
||||
expect(error).not.toBe(null);
|
||||
console.log(error.message);
|
||||
if (CHROME)
|
||||
expect(error.message).toContain('net::ERR_ABORTED');
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user