diff options
author | Stan Hu <stanhu@gmail.com> | 2015-04-24 08:33:24 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-04-24 08:33:24 -0700 |
commit | 2f045997516a11622a7c7229ac08ac0d288813df (patch) | |
tree | 8e56883b8cc6bf2f726b99caec7414c05dbe0c84 /features/admin | |
parent | 62117f2f25646009fb5b20d7a215d7d697ce3231 (diff) | |
download | gitlab-ce-2f045997516a11622a7c7229ac08ac0d288813df.tar.gz |
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.feature | 3 |
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 |