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:
authorJacob Schatz <jschatz@gitlab.com>2017-05-03 18:15:20 +0300
committerJacob Schatz <jschatz@gitlab.com>2017-05-03 18:15:20 +0300
commitc45e11f1798282e73627cb035dc7ad31c6416ec2 (patch)
tree5507bfcb455783c85b2ab59e252a6611445162f2 /features/project
parent349e423137e2c9bbdb5d77dc9ee37d70242dd1f8 (diff)
parent471888d60e0d91f4ab75e5d773bd69dee85e6cea (diff)
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.feature8
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