Skip to content

Commit

Permalink
Merge branch 'main' into nav
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed May 16, 2022
2 parents 6c86dd7 + 24dfbd5 commit abbc450
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 abbc450

Please sign in to comment.