- fill_in "username", :with => user.email
- fill_in "password", :with => "test"
- click_on "Login", :match => :first
+ within "form", :text => "Email Address or Username" do
+ fill_in "username", :with => user.email
+ fill_in "password", :with => "test"
+ click_on "Login"
+ end