mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): roll to r1704 (#16628)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
4a04d8d0b0
commit
3843a15d5f
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "1703",
|
"revision": "1704",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446",
|
"mac10.14": "1446",
|
||||||
|
|||||||
@ -241,9 +241,8 @@ it('should always round down', async ({ page }) => {
|
|||||||
expect(await page.evaluate('result')).toEqual([50, 50]);
|
expect(await page.evaluate('result')).toEqual([50, 50]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should not crash on mouse drag with any button', async ({ page, browserName, isMac }) => {
|
it('should not crash on mouse drag with any button', async ({ page }) => {
|
||||||
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/16609' });
|
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/16609' });
|
||||||
it.fixme(isMac && browserName === 'webkit');
|
|
||||||
for (const button of ['left', 'middle', 'right'] as const) {
|
for (const button of ['left', 'middle', 'right'] as const) {
|
||||||
await page.mouse.move(50, 50);
|
await page.mouse.move(50, 50);
|
||||||
await page.mouse.down({ button });
|
await page.mouse.down({ button });
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user