mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): roll to r1681 (#15577)
This commit is contained in:
parent
56fb3ddefb
commit
008a85b143
@ -33,7 +33,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1677",
|
||||
"revision": "1681",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1446",
|
||||
|
||||
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user