diff options
author | Artem Sidorenko <artem.sidorenko@telekom.de> | 2015-08-18 17:46:57 +0200 |
---|---|---|
committer | Artem Sidorenko <artem.sidorenko@telekom.de> | 2015-08-19 13:47:03 +0200 |
commit | 07190227395674715522f7a6aef30d4235b5d55c (patch) | |
tree | a61bf43fa37efadc97bdca8c434909f81f733c2f /features/groups.feature | |
parent | 15cdf551fc612495f4bdbb02bf109feee33a471f (diff) | |
download | gitlab-ce-07190227395674715522f7a6aef30d4235b5d55c.tar.gz |
Spinach tests
Diffstat (limited to 'features/groups.feature')
-rw-r--r-- | features/groups.feature | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/features/groups.feature b/features/groups.feature index 299e846edb0..d5272fdddcf 100644 --- a/features/groups.feature +++ b/features/groups.feature @@ -152,3 +152,10 @@ Feature: Groups And I click on one group milestone Then I should see group milestone with descriptions and expiry date And I should see group milestone with all issues and MRs assigned to that milestone + + # Group projects in settings + Scenario: I should see all projects in the project list in settings + Given Group "Owned" has archived project + When I visit group "Owned" projects page + Then I should see group "Owned" projects list + And I should see "archived" label |