test: enable test for page unhandled error in ff (#15451)

Fixes #14165
This commit is contained in:
Andrey Lushnikov 2022-07-07 08:17:57 -07:00 committed by GitHub
parent b7e66d2b14
commit ddad16faf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,6 @@ it('should remove a listener of a non-existing event handler', async ({ page })
});
it('should emit error from unhandled rejects', async ({ page, browserName }) => {
it.fixme(browserName === 'firefox', 'see https://github.com/microsoft/playwright/issues/14165');
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/14165' });
const [error] = await Promise.all([
page.waitForEvent('pageerror'),