Displaying 3 results from an estimated 3 matches for "input_field".
2007 Oct 24
3
Working with the response DOM
Hi,
Anyone know a way to traverse/query the DOM in a response?
I''m trying to write reusable story step implementations and as much as
possible want to work with the actual response from a previous GET.
As an example, I often have buttons that POST/PUT a hidden value.
My goal is a reusable step implementation that takes the button label and
works the existing response DOM to make an
2013 May 12
10
Capybara with redirect
I am having an issue where a feature works fine but the corresponding
test fails, and I can''t understand why.
I created a mock application to demonstrate the problem.
https://github.com/assafshomer/clear_button
All it does is show an input form with a clear button. The clearing
happens by redirecting back to the same form. It does clear it when you
run the app, but the test for it
2008 Apr 30
4
what is .....undefined method `authenticate'
...ash.now[:notice] = l(:user_login_failed)
end
end
-----------------------------------------------------------------------
FORM IS
<div>
<h1>Login Section</h1>
<% form_tag :controller => "user", :action => "login_submit" do %>
<p class="input_fields"><label>Username: </label><input
id="user_username" name="user[username]" size="15" type="text" /></p>
<p class="input_fields"><label>Password: </label><input
id="user_pa...