You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
please write a cucumber step in steps.rb for login:
I tried the following:
Given /^I am logged in$/ do
visit("session/new")
fill_in("Email", :with => "raggedwing169")
fill_in("Passwd", :with => "berkeley169")
click_button("Sign in")
end
It doesn't seem to work. Can Peter or Kevin who is more familiar with the login correct this step?
No description provided.
The text was updated successfully, but these errors were encountered: