Hi
In my action i have
render :update do |page|
page["an_id"].value = "string"
end
My question is how can i test that the textfields value is changed propely?
Tried assert_select_rjs, but needs to be provided the replacing method just like :replace, :replace_html, :show, :hide, :toggle, :remove and :insert_html.
But i dont know how should i fit to this arguments.
