mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix(test): enable cross process viewport test (#4806)
This commit is contained in:
parent
a95ec70635
commit
4acce550c4
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user