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
YusukeIwaki committed May 8, 2022
1 parent 6d95a21 commit ae5b010
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/integration/page_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@
end
end

# 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.
describe 'removing and adding event handlers' do
it 'should correctly fire event handlers as they are added and then removed', pending: 'Page#off is not implemented', sinatra: true do
handler = double('ResponseHandler')
Expand Down

0 comments on commit ae5b010

Please sign in to comment.