Skip to content

Instantly share code, notes, and snippets.

@robholland
Created March 30, 2010 12:03
Show Gist options
  • Save robholland/349045 to your computer and use it in GitHub Desktop.
Save robholland/349045 to your computer and use it in GitHub Desktop.
Scenario: User Login (Buyer)
Given I am activated
And I have a buyer role
And I have logged in before
And I am on the login page
And I log in
And I am on the dashboard page
Then I should see "My Jobs"
And I should see "Proposals"
And I should see "Active Jobs"
And I should see "Milestones"
And I should see "Payment History"
Scenario: User Login (Buyer) # features/signup.feature:189
Given user: "me"ated # features/step_definitions/login_steps.rb:5
And user: "me"uyer role # features/step_definitions/association_steps.rb:2
And user: "me"ged in before # features/step_definitions/user_steps.rb:5
And I am on the login page # features/step_definitions/web_steps.rb:17
And user: "me" # features/step_definitions/login_steps.rb:18
And I am on the dashboard page # features/step_definitions/web_steps.rb:17
Then I should see "My Jobs" # features/step_definitions/web_steps.rb:98
And I should see "Proposals" # features/step_definitions/web_steps.rb:98
And I should see "Active Jobs" # features/step_definitions/web_steps.rb:98
And I should see "Milestones" # features/step_definitions/web_steps.rb:98
And I should see "Payment History" # features/step_definitions/web_steps.rb:98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment