Skip to content

Commit

Permalink
test: unskip passing setContent test
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Jan 25, 2020
1 parent 5fdb3e2 commit 2543cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/page.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 || 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.
const imgPath = '/img.png';
let imgResponse = null;
Expand Down

0 comments on commit 2543cc1

Please sign in to comment.