Skip to content

Commit

Permalink
fix: enable page.spec event handler test for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandescottes committed Apr 8, 2022
1 parent 04e5c88 commit 4609e8b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/page.spec.ts
Expand Up @@ -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();

Expand Down

0 comments on commit 4609e8b

Please sign in to comment.