capybara icon indicating copy to clipboard operation
capybara copied to clipboard

Acceptance test framework for web applications

Results 67 capybara issues
Sort by recently updated
recently updated
newest added

## Meta Capybara Version: 3.39.1 Driver Information (and browser if relevant): rack-test ## Expected Behavior Capybara::RackTest::Browser#refresh will use the same request environment hash contents as were used when requesting the...

Hi! 👋 Thank you for Capybara, I truly enjoy its neat-looking API! Some time ago, while working on a project that had a table where both columns and rows were...

## Meta Capybara Version: 3.39.2 Driver Information (and browser if relevant): selenium-webdriver 4.9.0 with chrome ## Expected Behavior We are not 100% positive of why we get into this state,...

## Meta Capybara Version: 3.39.0 ## Expected Behavior The dispatched `dragenter` event contains the coordinates of the target. ## Actual Behavior The dispatched `dragenter` event doesn't contais the coordinates of...

React overrides the native setter of html input elements, so it doesn't fire change events when the value is changed. Because of that, for those input types where capybara uses...

👋 Hi, I hope it's ok to open feature requests here, I'm happy to work on it, I'd just like to ask for feedback first. ### Problem We're having a...

``` ❯ bundle exec rubocop Inspecting 258 files ............................................................C..................................................................................................................................................................................................... Offenses: lib/capybara/rspec/matchers/match_style.rb:11:11: C: [Correctable] Style/SuperArguments: Call super without arguments and parentheses when the signature is identical. super(styles, **kw_args, &filter_block) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 258...

Ensures forms are not submitted in RackTest when the submit button or input is disabled.

:wave: Thanks for all the hardwork team capybara! We were debugging an issue with `rspec-rails` builds for Rails 7.1 on Ruby 2.7 (as we support the same matrix of Ruby...