Skip to content

Commit ff0e6e2

Browse files
committed
remove debug from tests
1 parent 46450d4 commit ff0e6e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/scrollparent.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ const { test, expect } = require('@playwright/test');
44
test('test scrollparent behaviour', async ({ page }) => {
55
const testFile = resolve(__dirname, 'test.html');
66

7-
page.on('console', msg => console.log(msg.text()));
8-
97
await page.goto(`file://${testFile}`);
108

119
await expect(page).toHaveTitle('scrollparent.js test page');

0 commit comments

Comments
 (0)