From 5b31ac10315bfc42c4220098a12cc9ea7425f49f Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Thu, 25 Jan 2018 11:17:52 -0800 Subject: [PATCH] FF58 now passes test - remove pending --- spec/shared_selenium_session.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/shared_selenium_session.rb b/spec/shared_selenium_session.rb index 71034702..f137f102 100644 --- a/spec/shared_selenium_session.rb +++ b/spec/shared_selenium_session.rb @@ -204,9 +204,6 @@ RSpec.shared_examples "Capybara::Session" do |session, mode| 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