mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
FF58 now passes test - remove pending
This commit is contained in:
parent
dfaf958ea7
commit
5b31ac1031
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue