Skip to content

Commit

Permalink
fix(test): enable cross process viewport test (#4806)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder authored and aslushnikov committed Aug 5, 2019
1 parent a95ec70 commit 4acce55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mouse.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ module.exports.addTests = function({testRunner, expect, FFOX}) {
]);
});
// @see https://crbug.com/929806
xit('should work with mobile viewports and cross process navigations', async({page, server}) => {
it('should work with mobile viewports and cross process navigations', async({page, server}) => {
await page.goto(server.EMPTY_PAGE);
await page.setViewport({width: 360, height: 640, isMobile: true});
await page.goto(server.CROSS_PROCESS_PREFIX + '/mobile.html');
Expand Down

0 comments on commit 4acce55

Please sign in to comment.