Update page.spec.js
This commit is contained in:
parent
2f6ce8ee6a
commit
c39dbef147
|
|
@ -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(`
|
||||
<div contentEditable="true"></div>
|
||||
<iframe></iframe>
|
||||
|
|
|
|||
Loading…
Reference in a new issue