Skip to content

Commit 82a4ede

Browse files
authored
chore: roll Chromium to 745253 (#1156)
1 parent 041b8c6 commit 82a4ede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"main": "index.js",
1010
"playwright": {
11-
"chromium_revision": "744254",
11+
"chromium_revision": "745253",
1212
"firefox_revision": "1032",
1313
"webkit_revision": "1162"
1414
},

test/screenshot.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ module.exports.describe = function({testRunner, expect, product, FFOX, CHROMIUM,
298298
const screenshot = await elementHandle.screenshot();
299299
expect(screenshot).toBeGolden('screenshot-element-scrolled-into-view.png');
300300
});
301-
it.skip(CHROMIUM)('should scroll 15000px into view', async({page, server}) => {
301+
it('should scroll 15000px into view', async({page, server}) => {
302302
await page.setViewportSize({width: 500, height: 500});
303303
await page.setContent(`
304304
<div style="height: 14px">oooo</div>

0 commit comments

Comments
 (0)