[rspec-users] Cucumber Test - not strictly RSpec but testing related
Dave Green
lists at ruby-forum.com
Thu Sep 23 06:17:11 EDT 2010
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/.
More information about the rspec-users
mailing list