Case issue: Confirm Password is what is actually on the page?

When I have problems with tools that parse web pages, my first attack
is to load the page in a browser and view the HTML source. It's
usually some silly typo.

On Sun, Feb 28, 2010 at 10:30 AM, Me <chabg...@gmail.com> wrote:
> This may be a bit off topic but when running my cucumber tests for
> clearance, webrat said it cannot find the password confirmation field.
>
> Could not find field: "Confirm password" (Webrat::NotFoundError)
> (eval):2:in `fill_in'
> ./features/step_definitions/web_steps.rb:34:in `/^(?:|I )fill in "([^
> \"]*)" with "([^\"]*)"$/'
> features/clearance_features/sign_up.feature:19:in `And I fill in
> "Confirm password" with "password"'
>
> It find all the other fields on the page but not sure why it cannot
> find this one.  it is there.  Ideas?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-t...@googlegroups.com.
> To unsubscribe from this group, send email to 
> rubyonrails-talk+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>



-- 
Curtis Cooley
curtis.coo...@gmail.com
home:http://curtiscooley.com
blog:http://ponderingobjectorienteddesign.blogspot.com
===============
Leadership is a potent combination of strategy and character. But if
you must be without one, be without the strategy.
-- H. Norman Schwarzkopf

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to