remove commented lines from last commit

This commit is contained in:
Reinier Balt 2010-05-05 13:16:54 +02:00
parent f53b386bd1
commit a0b642dab3

View file

@ -4,9 +4,6 @@ Given /^I have logged in as "(.*)" with password "(.*)"$/ do |username, password
fill_in "Password", :with => password
click_button
selenium.wait_for_page_to_load(5000)
# wait_for do
# selenium.is_visible("flash")
# end
response.should contain(/Login successful/)
@current_user = User.find_by_login(username)
end