test: uncomment utility world test
This commit is contained in:
parent
37cacb12f5
commit
043e2f7513
|
|
@ -216,7 +216,7 @@ module.exports.addTests = function({testRunner, expect, product, playwright, FFO
|
|||
await frame.waitForSelector('div');
|
||||
});
|
||||
|
||||
it.skip(FFOX || WEBKIT)('should work with removed MutationObserver', async({page, server}) => {
|
||||
fit.skip(FFOX)('should work with removed MutationObserver', async({page, server}) => {
|
||||
await page.evaluate(() => delete window.MutationObserver);
|
||||
const [handle] = await Promise.all([
|
||||
page.waitForSelector('.zombo'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue