within "form", :text => "Email Address or Username" do
fill_in "username", :with => user.email
fill_in "password", :with => "test"
within "form", :text => "Email Address or Username" do
fill_in "username", :with => user.email
fill_in "password", :with => "test"
def within_sidebar(&block)
within "#sidebar_content", &block
end
def within_sidebar(&block)
within "#sidebar_content", &block
end