Skip to content

Commit

Permalink
feat(webkit): roll webkit to r1242 (#2361)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed May 26, 2020
1 parent 8f0f32b commit 415b114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browsers.json
Expand Up @@ -10,7 +10,7 @@
},
{
"name": "webkit",
"revision": "1241"
"revision": "1242"
}
]
}
2 changes: 1 addition & 1 deletion test/keyboard.spec.js
Expand Up @@ -377,7 +377,7 @@ describe('Keyboard', function() {
expect(await page.evaluate('lastKeyIdentifier')).toBe(keyIdentifier);
}
});
it.fail(WEBKIT && MAC)('should scroll with PageDown', async({page, server}) => {
it('should scroll with PageDown', async({page, server}) => {
await page.goto(server.PREFIX + '/input/scrollable.html');
// A click is required for WebKit to send the event into the body.
await page.click('body');
Expand Down

0 comments on commit 415b114

Please sign in to comment.