Skip to content

Commit

Permalink
chore: remove console.log from test (#8351)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed May 16, 2022
1 parent 785abf4 commit 24dfbd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/headful.spec.ts
Expand Up @@ -143,7 +143,6 @@ describeChromeOnly('headful tests', function () {
const devtoolsPageTarget = await browser.waitForTarget(
(target) => target.type() === 'other'
);
console.log(devtoolsPageTarget);
const page = await devtoolsPageTarget.page();
expect(await page.evaluate(() => 2 * 3)).toBe(6);
await browser.close();
Expand Down

0 comments on commit 24dfbd5

Please sign in to comment.