diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2017-05-03 15:15:20 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2017-05-03 15:15:20 +0000 |
commit | c45e11f1798282e73627cb035dc7ad31c6416ec2 (patch) | |
tree | 5507bfcb455783c85b2ab59e252a6611445162f2 /features/project | |
parent | 349e423137e2c9bbdb5d77dc9ee37d70242dd1f8 (diff) | |
parent | 471888d60e0d91f4ab75e5d773bd69dee85e6cea (diff) | |
download | gitlab-ce-c45e11f1798282e73627cb035dc7ad31c6416ec2.tar.gz |
Merge branch 'async-milestone-tabs' into 'master'
Load milestone tabs asynchronously
See merge request !10919
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/milestone.feature | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/features/project/milestone.feature b/features/project/milestone.feature index 713f0f3b979..5e7b211fa27 100644 --- a/features/project/milestone.feature +++ b/features/project/milestone.feature @@ -7,14 +7,6 @@ Feature: Project Milestone And milestone has issue "Bugfix1" with labels: "bug", "feature" And milestone has issue "Bugfix2" with labels: "bug", "enhancement" - - @javascript - Scenario: Listing issues from issues tab - Given I visit project "Shop" milestones page - And I click link "v2.2" - Then I should see the labels "bug", "enhancement" and "feature" - And I should see the "bug" label listed only once - @javascript Scenario: Listing labels from labels tab Given I visit project "Shop" milestones page |