test: uncomment utility world test

This commit is contained in:
Pavel Feldman 2019-12-12 10:36:11 -08:00
parent 37cacb12f5
commit 043e2f7513

View File

@ -216,7 +216,7 @@ module.exports.addTests = function({testRunner, expect, product, playwright, FFO
await frame.waitForSelector('div'); 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); await page.evaluate(() => delete window.MutationObserver);
const [handle] = await Promise.all([ const [handle] = await Promise.all([
page.waitForSelector('.zombo'), page.waitForSelector('.zombo'),