This repository has been archived by the owner on Mar 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added cucumber steps for user stories 4-1
- Loading branch information
1 parent
b11a9de
commit d689781
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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!" | ||
|
@@ -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" |