diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-04-20 19:18:32 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-04-20 19:18:32 +0000 |
commit | 692c35e6f499598d0c6f91eb83ca8837ca93e07f (patch) | |
tree | c8af3c1ea77c3845957e34f238950a379339cd01 /features/project | |
parent | 9a60887199ef1087285ea6997f2eb117f87d0a03 (diff) | |
parent | 490f77318b8d54be30558c3ef8914335ed83549b (diff) | |
download | gitlab-ce-692c35e6f499598d0c6f91eb83ca8837ca93e07f.tar.gz |
Merge branch 'multi-filter-labels' into 'master'
Mutliple label filter
Fixes #989
See merge request !3438
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/issues/filter_labels.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/project/issues/filter_labels.feature b/features/project/issues/filter_labels.feature index e07f8053fb7..49d7a3b9af2 100644 --- a/features/project/issues/filter_labels.feature +++ b/features/project/issues/filter_labels.feature @@ -12,6 +12,7 @@ Feature: Project Issues Filter Labels @javascript Scenario: I filter by one label Given I click link "bug" + And I click "dropdown close button" Then I should see "Bugfix1" in issues list And I should see "Bugfix2" in issues list And I should not see "Feature1" in issues list |