chore: remove console.log from test (#8351)

This commit is contained in:
Alex Rudenko 2022-05-16 10:04:57 +02:00 committed by GitHub
parent 785abf455a
commit 24dfbd5f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();