I have a form that has this
<%= submit_tag 'Search Event' %>
and a cucumber step that says
And I should see "Search Event"
but this step fails.. why is that?
Here is the error i get
expected #has_content?("Search Event") to return true, got false (RSpec::Expectations::ExpectationNotMetError)