summaryrefslogtreecommitdiff
path: root/features/snippets/user.feature
diff options
context:
space:
mode:
authorKeith Pitt <me@keithpitt.com>2014-10-08 16:33:53 +0800
committerKeith Pitt <me@keithpitt.com>2014-10-08 16:33:53 +0800
commit4c7da578f200f0bc721cc2cae27eb2b25f96e8dd (patch)
tree565b5b7746bc2cff8e46883b4d1836dfaa0246ef /features/snippets/user.feature
parent76594d474ca6d04c2e608e7b3df1229729288f14 (diff)
parent928178deb9d582d7537a57983ff9e695f07dab1f (diff)
downloadgitlab-ce-4c7da578f200f0bc721cc2cae27eb2b25f96e8dd.tar.gz
Merge branch 'master' into buildbox-service
Conflicts: app/models/project.rb
Diffstat (limited to 'features/snippets/user.feature')
-rw-r--r--features/snippets/user.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/snippets/user.feature b/features/snippets/user.feature
index d032a33686b..ae34e8e7ffa 100644
--- a/features/snippets/user.feature
+++ b/features/snippets/user.feature
@@ -1,5 +1,5 @@
@snippets
-Feature: User Snippets
+Feature: Snippets User
Background:
Given I sign in as a user
And I have public "Personal snippet one" snippet
@@ -18,6 +18,6 @@ Feature: User Snippets
Scenario: I can see only my public snippets
Given I visit my snippets page
- And I click "Public" filter
+ And I click "Internal" filter
Then I should see "Personal snippet one" in snippets
And I should not see "Personal snippet private" in snippets