test(wk): unskip passing test

This commit is contained in:
Yury Semikhatsky 2019-12-26 15:27:23 -08:00
parent f56ff07f19
commit c85a646268

View file

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