python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Rails-ujs doesn't work in Capybara tests in Rails 7 (with Selenium driver)
I've connected @rails/ujs, pinned it and included in js files. And I see that code works as I expect, when I try to do it on development server. But when I launch my capybara tests with selenium drive...

Ruslan Valeev
Votes: 0
Answers: 1
Capybara with rails 6.1.4.4 element not found
I'm trying to test the presence of a field called name within capybara but it returns the below error that is the follow:
1) _form filling the form filling the user elements
Failure/Error: fill...
AlmisKa
Votes: 0
Answers: 1
Rspec + Capybara: How can I use expect to validate all items in a field?
Brothers help me please. I need to validate the values of this combo, I tried it with a command I found here but I still haven't had success. The error I'm getting is: Reason:
Ambiguous match, found...

Tadeu
Votes: 0
Answers: 1
How to fix this sort_by in collection_select works in the browser but returns "comparison of String with nil failed" error in Capybara
I've been stuck on trying to write a system test for a form that manually works in the browser.
I have a Speaker model that has_one :individual. The form field looks like this:
<fieldset>
<...

Lee McAlilly
Votes: 0
Answers: 1