We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46450d4 commit ff0e6e2Copy full SHA for ff0e6e2
test/scrollparent.spec.js
@@ -4,8 +4,6 @@ const { test, expect } = require('@playwright/test');
4
test('test scrollparent behaviour', async ({ page }) => {
5
const testFile = resolve(__dirname, 'test.html');
6
7
- page.on('console', msg => console.log(msg.text()));
8
-
9
await page.goto(`file://${testFile}`);
10
11
await expect(page).toHaveTitle('scrollparent.js test page');
0 commit comments