Hey All,
I have code that looks like:
if !User.find_by_email(foo) and !User.find_by_email(bar)
register user through html form
else
do rest of test
However, the if test hides the rest of the test in the
TestRunner. Is there any way to have such functionality
with rsel?
Thanks
------------------------------------------------------------
---------
Posted via Jive Forums
http://forums.openqa.org/thread.jsp
a?threadID=12434&messageID=39478#39478
------------------------------------------------------------
---------
To unsubscribe, e-mail:
selenium-on-rails-users-unsubscribe openqa.org
For additional commands, e-mail:
selenium-on-rails-users-help openqa.org
|