Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature: Log-in System] Implement the Cucumber/RSpec tests #4

Open
ktham opened this issue Apr 1, 2012 · 1 comment
Open

[Feature: Log-in System] Implement the Cucumber/RSpec tests #4

ktham opened this issue Apr 1, 2012 · 1 comment
Assignees

Comments

@ktham
Copy link
Contributor

ktham commented Apr 1, 2012

No description provided.

@ernsheong
Copy link
Owner

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?

@ghost ghost assigned git-phu and ktham Apr 20, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants