Skip to content

Commit

Permalink
chore(test): remove stray console.log (#3943)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Feb 7, 2019
1 parent 609e763 commit 76eecde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/navigation.spec.js
Expand Up @@ -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
Expand Down

0 comments on commit 76eecde

Please sign in to comment.