Dave Green
2010-Sep-23 10:17 UTC
[rspec-users] Cucumber Test - not strictly RSpec but testing related
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/.
David Chelimsky
2010-Sep-23 13:08 UTC
[rspec-users] Cucumber Test - not strictly RSpec but testing related
On Sep 23, 2010, at 5:17 AM, Dave Green wrote:> 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?Cucumber has its own group. Please post this to http://groups.google.com/group/cukes. Cheers, David