I am trying to test a webpage in cucumber that opens a new browser
window, I have a feature like ...

When I click the "transfer" button
Then the user should see the "transfer" page

I am having trouble with the second step because it opens in a new
browser window, how do you detect this within a step definition?
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to