diff --git a/test/page.spec.js b/test/page.spec.js index d599d40078..5c0bf4513d 100644 --- a/test/page.spec.js +++ b/test/page.spec.js @@ -534,7 +534,7 @@ module.exports.describe = function({testRunner, expect, headless, playwright, FF const result = await page.content(); expect(result).toBe(expectedOutput); }); - it.skip(FFOX)('should not confuse with previous navigation', async({page, server}) => { + it.skip(FFOX || WEBKIT)('should not confuse with previous navigation', async({page, server}) => { // TODO: ffox and webkit lack 'init' lifecycle event. const imgPath = '/img.png'; let imgResponse = null;