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:
Diffstat (limited to 'features/group.feature')
-rw-r--r--features/group.feature4
1 files changed, 3 insertions, 1 deletions
diff --git a/features/group.feature b/features/group.feature
index 0c70e5b915c..b5ff03db844 100644
--- a/features/group.feature
+++ b/features/group.feature
@@ -121,6 +121,7 @@ Feature: Groups
Then I should see user "Mary Jane" in team list
Then I should not see user "John Doe" in team list
+ # Group milestones
Scenario: I should see group "Owned" milestone index page with no milestones
When I visit group "Owned" page
@@ -138,4 +139,5 @@ Feature: Groups
When I visit group "Owned" page
And I click on group milestones
And I click on one group milestone
- Then I should see group milestone with all issues and MRs assigned to that 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