From 07190227395674715522f7a6aef30d4235b5d55c Mon Sep 17 00:00:00 2001 From: Artem Sidorenko Date: Tue, 18 Aug 2015 17:46:57 +0200 Subject: Spinach tests --- features/groups.feature | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'features/groups.feature') 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 -- cgit v1.2.3