summaryrefslogtreecommitdiff
path: root/features/explore
diff options
context:
space:
mode:
authorEirik Lygre <eirik.lygre@gmail.com>2015-12-09 02:02:53 +0100
committerEirik Lygre <eirik.lygre@gmail.com>2015-12-09 02:02:53 +0100
commit94dc9ef9e1a85b8a4506358479a549dc3a1306b6 (patch)
tree6e7902ffea43875a924166f465ff6cb78f8f208e /features/explore
parent430aa23a5b82b34912dc86c323087fabd2849b7c (diff)
downloadgitlab-ce-94dc9ef9e1a85b8a4506358479a549dc3a1306b6.tar.gz
Move ssh-key steps into SharedUser. Change references in "Explore Projects" feature. Apply ssh-key requirement to "Project Create" feature.
Diffstat (limited to 'features/explore')
-rw-r--r--features/explore/projects.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/explore/projects.feature b/features/explore/projects.feature
index 63b0ac65c4b..629859e960d 100644
--- a/features/explore/projects.feature
+++ b/features/explore/projects.feature
@@ -41,7 +41,7 @@ Feature: Explore Projects
Scenario: I visit an empty public project page as user with an ssh-key
Given I sign in as a user
- And I have ssh key "ssh-rsa Work"
+ And I have an ssh key
And public empty project "Empty Public Project"
When I visit empty project page
Then I should see empty public project details
@@ -75,7 +75,7 @@ Feature: Explore Projects
Scenario: I visit public project page as user with an ssh-key
Given I sign in as a user
- And I have ssh key "ssh-rsa Work"
+ And I have an ssh key
When I visit project "Community" page
Then I should see project "Community" home page
And I should see an ssh link to the repository