feat(firefox): roll to r1394 (#22199)
Fixes https://github.com/microsoft/playwright/issues/21621 --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andrey Lushnikov <aslushnikov@gmail.com>
This commit is contained in:
parent
3f7eeafc90
commit
8dd431745d
|
|
@ -21,7 +21,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firefox",
|
"name": "firefox",
|
||||||
"revision": "1393",
|
"revision": "1394",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"browserVersion": "111.0"
|
"browserVersion": "111.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -435,7 +435,6 @@ it('should handle custom dataTransfer', async ({ page, browserName, isWindows })
|
||||||
|
|
||||||
it('what happens when dragging element is destroyed', async ({ page, browserName }) => {
|
it('what happens when dragging element is destroyed', async ({ page, browserName }) => {
|
||||||
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/21621' });
|
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/21621' });
|
||||||
it.fixme(browserName === 'firefox', `hangs without any response for Page.dispatchMouseEvent({ type: 'mouseup' })`);
|
|
||||||
|
|
||||||
await page.setContent(`
|
await page.setContent(`
|
||||||
<button draggable="true">Draggable</button>
|
<button draggable="true">Draggable</button>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue