diff options
author | James Lopez <james@jameslopez.es> | 2016-01-27 11:23:28 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-01-27 11:23:28 +0100 |
commit | 5eb936dc318297473a40ab9cac06de106dc71c41 (patch) | |
tree | 66964461278a9847f7b818a784abbfdc74fcf4e5 /features/groups.feature | |
parent | eef9c9d4476c46cf13215814944eed47576f862a (diff) | |
download | gitlab-ce-5eb936dc318297473a40ab9cac06de106dc71c41.tar.gz |
moved and refactored feature based on feedback. Also updated CHANGELOG
Diffstat (limited to 'features/groups.feature')
-rw-r--r-- | features/groups.feature | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features/groups.feature b/features/groups.feature index c803e952980..55fffb012ae 100644 --- a/features/groups.feature +++ b/features/groups.feature @@ -3,6 +3,10 @@ Feature: Groups Given I sign in as "John Doe" And "John Doe" is owner of group "Owned" + Scenario: I should not see a group if it does not exist + When I visit group "NonExistentGroup" page + Then page status code should be 404 + Scenario: I should have back to group button When I visit group "Owned" page Then I should see back to dashboard button |