feat(webkit): roll to r1681 (#15577)

This commit is contained in:
Yury Semikhatsky 2022-07-12 14:07:56 -07:00 committed by GitHub
parent 56fb3ddefb
commit 008a85b143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,7 @@
},
{
"name": "webkit",
"revision": "1677",
"revision": "1681",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446",

View File

@ -465,7 +465,6 @@ it('should dispatch a click event on a button when Enter gets pressed', async ({
});
it('should support simple copy-pasting', async ({ page, isMac, browserName }) => {
it.fixme(browserName === 'webkit', 'https://github.com/microsoft/playwright/issues/12000');
const modifier = isMac ? 'Meta' : 'Control';
await page.setContent(`<div contenteditable>123</div>`);
await page.focus('div');