diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-27 00:27:51 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-27 00:27:51 -0700 |
commit | c1c93f4f7a51760660ea2e1994071e63e6793808 (patch) | |
tree | c641a13a6f152cf5dc5422b2dd2b32da279e8c6f /features/project | |
parent | d6c8eefb5d0298f0c733ac4880e1e64f2a37b24c (diff) | |
download | gitlab-ce-c1c93f4f7a51760660ea2e1994071e63e6793808.tar.gz |
Fix tests and unassigned filter for issues. Updated CHANGELOG
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/issues/filter_labels.feature | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/features/project/issues/filter_labels.feature b/features/project/issues/filter_labels.feature index 2c69a78a749..e316f519861 100644 --- a/features/project/issues/filter_labels.feature +++ b/features/project/issues/filter_labels.feature @@ -8,11 +8,7 @@ Feature: Project Issues Filter Labels And project "Shop" has issue "Feature1" with labels: "feature" Given I visit project "Shop" issues page - Scenario: I should see project issues - Then I should see "bug" in labels filter - And I should see "feature" in labels filter - And I should see "enhancement" in labels filter - + @javascript Scenario: I filter by one label Given I click link "bug" Then I should see "Bugfix1" in issues list |