Capybara v2.6.0 Release Notes

  • Relase date: 2016-01-17

    🛠 Fixed

    • 🛠 Fixed path escaping issue with current_path matchers [Thomas Walpole, Luke Rollans] (Issue #1611)
    • 🛠 Fixed circular require [David Rodríguez]
    • ✅ Capybara::RackTest::Form no longer overrides Object#method [David Rodriguez]
    • options and with_options filter for :select selector have more intuitive visibility behavior [Nathan]
    • ✅ Test for nested modal API method support [Thomas Walpole]

    ➕ Added

    • Capybara.modify_selector [Thomas Walpole]
    • xfeature and ffeature aliases added when using RSpec [Filip Bartuzi]
    • 👍 Selenium driver supports a :clear option to #set to handle different strategies for clearing a field [Thomas Walpole]
    • 👌 Support the use of rack 2.0 with the rack_test driver [Travis Grathwell, Thomas Walpole]
    • 0️⃣ Disabled option for default selectors now supports true, false, or :all [Jillian Rosile, Thomas Walpole]
    • Modal API methods now default wait time to Capybara.default_max_wait_time [Thomas Walpole]