Read more

Capybara 0.3.9 Bug: Chaining .find to scope doesn't work

Deleted user #6
March 20, 2013Software engineer

The following code doesn't work like expected:

page.find(css_selector).find(other_css_selector)
Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

The second .find will search the whole dom instead of a scope.

Rumor has it this is fixed in Capybara 0.4.1.

Posted to makandra dev (2013-03-20 17:31)