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:
Playwright Service 2023-04-05 11:39:23 -07:00 committed by GitHub
parent 3f7eeafc90
commit 8dd431745d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -21,7 +21,7 @@
},
{
"name": "firefox",
"revision": "1393",
"revision": "1394",
"installByDefault": true,
"browserVersion": "111.0"
},

View file

@ -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.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(`
<button draggable="true">Draggable</button>