test: unskip passing setContent test
This commit is contained in:
parent
5fdb3e2f2d
commit
2543cc17ec
|
|
@ -534,7 +534,7 @@ module.exports.describe = function({testRunner, expect, headless, playwright, FF
|
||||||
const result = await page.content();
|
const result = await page.content();
|
||||||
expect(result).toBe(expectedOutput);
|
expect(result).toBe(expectedOutput);
|
||||||
});
|
});
|
||||||
it.skip(FFOX || WEBKIT)('should not confuse with previous navigation', async({page, server}) => {
|
it('should not confuse with previous navigation', async({page, server}) => {
|
||||||
// TODO: ffox and webkit lack 'init' lifecycle event.
|
// TODO: ffox and webkit lack 'init' lifecycle event.
|
||||||
const imgPath = '/img.png';
|
const imgPath = '/img.png';
|
||||||
let imgResponse = null;
|
let imgResponse = null;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue