Skip to content

Commit 4acce55

Browse files
JoelEinbinderaslushnikov
authored andcommitted
fix(test): enable cross process viewport test (#4806)
1 parent a95ec70 commit 4acce55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mouse.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ module.exports.addTests = function({testRunner, expect, FFOX}) {
138138
]);
139139
});
140140
// @see https://crbug.com/929806
141-
xit('should work with mobile viewports and cross process navigations', async({page, server}) => {
141+
it('should work with mobile viewports and cross process navigations', async({page, server}) => {
142142
await page.goto(server.EMPTY_PAGE);
143143
await page.setViewport({width: 360, height: 640, isMobile: true});
144144
await page.goto(server.CROSS_PROCESS_PREFIX + '/mobile.html');

0 commit comments

Comments
 (0)