From c40c4f0f3a125a7596013b2eed1b22d272d7642f Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Fri, 8 Apr 2022 14:26:02 +0200 Subject: [PATCH] fix: enable page.spec event handler test for firefox --- test/page.spec.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/page.spec.ts b/test/page.spec.ts index 882e0af9fca7f..8b1eb2b4bb150 100644 --- a/test/page.spec.ts +++ b/test/page.spec.ts @@ -118,11 +118,7 @@ describe('Page', function () { }); }); - // This test fails on Firefox on CI consistently but cannot be replicated - // locally. Skipping for now to unblock the Mitt release and given FF support - // isn't fully done yet but raising an issue to ask the FF folks to have a - // look at this. - describeFailsFirefox('removing and adding event handlers', () => { + describe('removing and adding event handlers', () => { it('should correctly fire event handlers as they are added and then removed', async () => { const { page, server } = getTestState();