diff options
Diffstat (limited to 'features/project/issues')
| -rw-r--r-- | features/project/issues/labels.feature | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/features/project/issues/labels.feature b/features/project/issues/labels.feature index 4a37b6dc9fa..b88108af719 100644 --- a/features/project/issues/labels.feature +++ b/features/project/issues/labels.feature @@ -23,3 +23,8 @@ Feature: Project Labels Scenario: I remove label When I remove label 'bug' Then I should not see label 'bug' + + Scenario: I create a label with invalid color + Given I visit new label page + When I submit new label with invalid color + Then I should see label color error message |
