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:
authorMarin Jankovski <marin@gitlab.com>2014-07-07 11:32:12 +0400
committerMarin Jankovski <marin@gitlab.com>2014-07-11 21:53:10 +0400
commit55efb2d9f2f3024137cfd28ec0b58c723f044b42 (patch)
tree164a77a84c8a98ee1c958a5732c3a18b0e025f04 /features/project
parentf3b0cb77fcb379107cdd4f770fdb16381cda1baf (diff)
Revert "Merge branch 'redirect_after_login' into 'master'"
This reverts commit 5aaa35656edaf309354528e197a54461f584ed21, reversing changes made to 5b8c1767676b94f58558e6de320965c68b57de42.
Diffstat (limited to 'features/project')
-rw-r--r--features/project/redirects.feature7
1 files changed, 0 insertions, 7 deletions
diff --git a/features/project/redirects.feature b/features/project/redirects.feature
index 776ab83a876..ce197912f64 100644
--- a/features/project/redirects.feature
+++ b/features/project/redirects.feature
@@ -24,10 +24,3 @@ Feature: Project Redirects
Given I sign in as a user
When I visit project "Enterprise" page
Then page status code should be 404
-
- Scenario: I visit a public project without signing in
- When I visit project "Community" page
- And I should see project "Community" home page
- And I click on "Sign In"
- And Authenticate
- Then I should be redirected to "Community" page