Skip to content

Commit

Permalink
test: remove console.log in unit test (#7216)
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Bynens <mathias@qiwi.be>
  • Loading branch information
Androbin and mathiasbynens committed May 17, 2021
1 parent 4796382 commit e0b35d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/page.spec.ts
Expand Up @@ -751,7 +751,6 @@ describe('Page', function () {
await page.goto(server.EMPTY_PAGE);
const [response] = await Promise.all([
page.waitForResponse(async (response) => {
console.log(response.url());
return response.url() === server.PREFIX + '/digits/2.png';
}),
page.evaluate(() => {
Expand Down

0 comments on commit e0b35d7

Please sign in to comment.