diff options
| author | Robert Schilling <rschilling@student.tugraz.at> | 2014-08-11 23:59:30 +0200 |
|---|---|---|
| committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-08-13 15:48:26 +0200 |
| commit | a3c969cd92a2f658d322bec1cfe07c520b678bf7 (patch) | |
| tree | b06cef7d6227c5e3b9129f9c80a50968ff0f28bb /features/project/issues | |
| parent | 6085b6a765f4db9c167fb607af5f605f0d9b586d (diff) | |
| download | gitlab-ce-a3c969cd92a2f658d322bec1cfe07c520b678bf7.tar.gz | |
Add testcase for invalid color
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 |
