diff --git a/test/page.spec.js b/test/page.spec.js index 721750e9f9..9c9a122003 100644 --- a/test/page.spec.js +++ b/test/page.spec.js @@ -1044,7 +1044,7 @@ module.exports.describe = function({testRunner, expect, headless, playwright, FF await page.fill('body', 'some value'); expect(await page.evaluate(() => document.body.textContent)).toBe('some value'); }); - fit('should be able to fill when focus is in the wrong frame', async({page}) => { + it('should be able to fill when focus is in the wrong frame', async({page}) => { await page.setContent(`