Skip to content

Commit

Permalink
FF58 now passes test - remove pending
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Jan 25, 2018
1 parent b368518 commit f43028b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/shared_selenium_session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,6 @@

describe "Element#click" do
it "should handle fixed headers/footers" do
if mode == :selenium_marionette && !(ENV['TRAVIS_ALLOW_FAILURE']=='true')
pending "geckodriver/firefox/marionette just fail to click without reporting an error - no way for us to detect/catch"
end
@session.visit('/with_fixed_header_footer')
# @session.click_link('Go to root')
@session.find(:link, 'Go to root').click
Expand Down

0 comments on commit f43028b

Please sign in to comment.