I have implemented a model/views/controllers for a model and created
cucumber testing which was successful. Then I implemented solr search
for
the records then some of tests getting failed which have no connection
with
solr search
Could you please provide me with some solution.
I have implemented a model/views/controllers for a model and created
cucumber testing which was successful. Then I implemented solr search for
the records then some of tests getting failed which have no connection with
solr search
Could you please provide me with some solution.
The error is like “Capybara element not found”
As a first step roll back your source control system (git or whatever)
to the version where the tests worked and check that they still work.
That will tell you whether it is a change to the system or to the
source that has caused the problem.
Colin
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.