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:
authorValery Sizov <vsv2711@gmail.com>2015-08-27 11:21:57 +0300
committerValery Sizov <vsv2711@gmail.com>2015-08-27 13:06:14 +0300
commitff30b407545b2b873ffbe9d5d3d603e550013cf3 (patch)
treeb91fcccc7efc546b1928378e8b47d7579cc38a8e /features
parentde3b7d9c522db8d129a64f2b86297cf90413cb1e (diff)
Make all profile public
Diffstat (limited to 'features')
-rw-r--r--features/user.feature5
1 files changed, 0 insertions, 5 deletions
diff --git a/features/user.feature b/features/user.feature
index 69618e929c4..35eae842e77 100644
--- a/features/user.feature
+++ b/features/user.feature
@@ -14,11 +14,6 @@ Feature: User
And I should not see project "Internal"
And I should see project "Community"
- Scenario: I visit user "John Doe" page while not signed in when he is not authorized to a public project
- Given "John Doe" owns internal project "Internal"
- When I visit user "John Doe" page
- Then I should be redirected to sign in page
-
# Signed in as someone else
Scenario: I visit user "John Doe" page while signed in as someone else when he owns a public project