From 2f045997516a11622a7c7229ac08ac0d288813df Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Fri, 24 Apr 2015 08:33:24 -0700 Subject: 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 --- features/admin/settings.feature | 3 +++ 1 file changed, 3 insertions(+) (limited to 'features/admin') 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 -- cgit v1.2.3