test: remove stray logging (#9589)
This commit is contained in:
parent
fd81982c33
commit
22fe1662c0
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue