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;
|
let error = null;
|
||||||
await page.goto(server.EMPTY_PAGE).catch(e => error = e);
|
await page.goto(server.EMPTY_PAGE).catch(e => error = e);
|
||||||
expect(error).not.toBe(null);
|
expect(error).not.toBe(null);
|
||||||
console.log(error.message);
|
|
||||||
if (CHROME)
|
if (CHROME)
|
||||||
expect(error.message).toContain('net::ERR_ABORTED');
|
expect(error.message).toContain('net::ERR_ABORTED');
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user