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:
authorStan Hu <stanhu@gmail.com>2015-04-24 18:33:24 +0300
committerStan Hu <stanhu@gmail.com>2015-04-24 18:33:24 +0300
commit2f045997516a11622a7c7229ac08ac0d288813df (patch)
tree8e56883b8cc6bf2f726b99caec7414c05dbe0c84 /features/admin
parent62117f2f25646009fb5b20d7a215d7d697ce3231 (diff)
Fix bug where Slack service channel was not saved in admin template settings.
Consolidate allowed parameters in one place to avoid these kinds of bugs in the future. Closes https://github.com/gitlabhq/gitlabhq/issues/9181
Diffstat (limited to 'features/admin')
-rw-r--r--features/admin/settings.feature3
1 files changed, 3 insertions, 0 deletions
diff --git a/features/admin/settings.feature b/features/admin/settings.feature
index 52e47307b23..e38eea2cfed 100644
--- a/features/admin/settings.feature
+++ b/features/admin/settings.feature
@@ -11,6 +11,9 @@ Feature: Admin Settings
Scenario: Change Slack Service Template settings
When I click on "Service Templates"
And I click on "Slack" service
+ And I fill out Slack settings
Then I check all events and submit form
And I should see service template settings saved
+ Then I click on "Slack" service
And I should see all checkboxes checked
+ And I should see Slack settings saved