test: remove stray logging (#9589)

This commit is contained in:
Yury Semikhatsky 2021-10-18 11:13:18 -07:00 committed by GitHub
parent fd81982c33
commit 22fe1662c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,6 @@ it('should waitFor hidden', async ({ page }) => {
});
it('should combine visible with other selectors', async ({ page }) => {
page.on('console', m => console.log(m.text()));
await page.setContent(`<div>
<div class="item" style="display: none">Hidden data0</div>
<div class="item">visible data1</div>