Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'features/public/public_projects.feature')
-rw-r--r--features/public/public_projects.feature19
1 files changed, 16 insertions, 3 deletions
diff --git a/features/public/public_projects.feature b/features/public/public_projects.feature
index 5a30c03dd4a..d6574ca900e 100644
--- a/features/public/public_projects.feature
+++ b/features/public/public_projects.feature
@@ -26,6 +26,14 @@ Feature: Public Projects Feature
Given public empty project "Empty Public Project"
When I visit empty project page
Then I should see empty public project details
+ And I should see empty public project details with http clone info
+
+ Scenario: I visit an empty public project page as user
+ Given I sign in as a user
+ And public empty project "Empty Public Project"
+ When I visit empty project page
+ Then I should see empty public project details
+ And I should see empty public project details with ssh clone info
Scenario: I visit public area as user
Given I sign in as a user
@@ -42,10 +50,15 @@ Feature: Public Projects Feature
Scenario: I visit public project page
When I visit project "Community" page
Then I should see project "Community" home page
- And I should see a http link to the repository
+ And I should see an http link to the repository
- Scenario: I visit public area as user
+ Scenario: I visit public project page as user
Given I sign in as a user
When I visit project "Community" page
Then I should see project "Community" home page
- And I should see a ssh link to the repository
+ And I should see an ssh link to the repository
+
+ Scenario: I visit an empty public project page
+ Given public empty project "Empty Public Project"
+ When I visit empty project page
+ Then I should see empty public project details