Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
added cucumber steps for user stories 4-1
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunbaokar committed Apr 22, 2015
1 parent b11a9de commit d689781
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions features/project_view.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Background:
And the following projects exist:
| id | title | notes | owner | is_public |
| 1 | ohsnap! | awesomesauce | 1 | true |
| 2 | ohpriv! | ucantseeme | 1 | false |

Given I am logged in as "[email protected]" with password "yoloswaggins"
Given I am on the project details page for "ohsnap!"
Expand Down Expand Up @@ -45,3 +46,8 @@ Scenario: Seeing project thumbnail
Scenario: Editing the project from details as not owner
Given I am logged in as "[email protected]" with password "idfkmanhehe"
Then I should not see "edit_project"

Scenario: Hide Private Project
And am on the project details page for "ohpriv!"
# Note -- We are currently returning 404's for 401's due to privacy concerns.
Then I should see "404"

0 comments on commit d689781

Please sign in to comment.