fix: enable page.spec event handler test for firefox (#8214)

This commit is contained in:
Julian Descottes 2022-04-08 15:01:03 +02:00 committed by GitHub
parent ec74bd811d
commit 2b45027d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();