Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added find_xpath to make compatible with edge capybara 2.1 #19

Merged
merged 1 commit into from Mar 6, 2013
Merged

Conversation

kbaum
Copy link
Contributor

@kbaum kbaum commented Mar 6, 2013

Currently click_link throws the following with edge capybara:

     Failure/Error: current_email.click_link "Unsubscribe"
     NotImplementedError:
       NotImplementedError
     # /Users/karl/.rvm/gems/ruby-1.9.3-p327-falcon@viewthespace/bundler/gems/capybara-d73c24d3e3fb/lib/capybara/driver/base.rb:11:in `find_xpath'
     # /Users/karl/.rvm/gems/ruby-1.9.3-p327-falcon@viewthespace/bundler/gems/capybara-d73c24d3e3fb/lib/capybara/node/finders.rb:154:in `block in resolve_query'
     # /Users/karl/.rvm/gems/ruby-1.9.3-p327-falcon@viewthespace/bundler/gems/capybara-d73c24d3e3fb/lib/capybara/node/base.rb:78:in `synchronize'

bcardarella added a commit that referenced this pull request Mar 6, 2013
Added find_xpath to make compatible with edge capybara 2.1
@bcardarella bcardarella merged commit 7ca657e into DavyJonesLocker:master Mar 6, 2013
@bcardarella
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants