Re: [rspec-users] Cucumber - How to enable a disabled field

2009-02-13 Thread Tom Hoen
Joseph Wilk wrote: > I would highly recommend you take a look at Celerity > (http://celerity.rubyforge.org/) as well. Celerity (and Culerity) look great, but after trying for a half a day, I could not get jruby to build, so could not install Celerity, so I am back to Selenium. I followed the in

Re: [rspec-users] Cucumber - How to enable a disabled field

2009-02-11 Thread Joseph Wilk
I would highly recommend you take a look at Celerity (http://celerity.rubyforge.org/) as well. The Culerity gem has made it easy to run Celerity (using jruby) alongside your normal ruby app. http://upstream-berlin.com/2009/01/28/culerity-full-stack-rails-testing-with-cucumber-and-celerity/ S

Re: [rspec-users] Cucumber - How to enable a disabled field

2009-02-11 Thread Tom Hoen
Pat Maddox wrote: > You have to go through the browser, using something like selenium > (which can be driven by cucumber) > > Pat Since I only have this one little widget on the page, I was hoping to avoid selenium for now, but alas. Will give it a go. Thanks for your thoughts. Tom -- Posted v

Re: [rspec-users] Cucumber - How to enable a disabled field

2009-02-10 Thread Pat Maddox
You have to go through the browser, using something like selenium (which can be driven by cucumber) Pat On 2/10/09, Tom Hoen wrote: > Is there way in Cucumber to enable a field or submit button that was > disabled by default (:disable => true). I have a submit button which is > enabled using ja

[rspec-users] Cucumber - How to enable a disabled field

2009-02-10 Thread Tom Hoen
Is there way in Cucumber to enable a field or submit button that was disabled by default (:disable => true). I have a submit button which is enabled using javascript and would like to test the page using Cucumber. Thanks for your advice, Tom -- Posted via http://www.ruby-forum.com/. _