diff options
author | Stan Hu <stanhu@gmail.com> | 2015-03-23 05:51:38 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-03-23 05:51:38 -0700 |
commit | a3daead1b00c28a16684cf11970ebd6da27511e2 (patch) | |
tree | 58798281668a824e1e810b4e65a4038cc2cc5a0d /features/admin | |
parent | fb30039668f68834d9951746181201423fa8b269 (diff) | |
download | gitlab-ce-a3daead1b00c28a16684cf11970ebd6da27511e2.tar.gz |
Include missing events and fix save functionality in admin service template settings form
Closes #1275
Diffstat (limited to 'features/admin')
-rw-r--r-- | features/admin/settings.feature | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/features/admin/settings.feature b/features/admin/settings.feature index 8fdf0575c2c..52e47307b23 100644 --- a/features/admin/settings.feature +++ b/features/admin/settings.feature @@ -7,3 +7,10 @@ Feature: Admin Settings Scenario: Change application settings When I modify settings and save form Then I should see application settings saved + + Scenario: Change Slack Service Template settings + When I click on "Service Templates" + And I click on "Slack" service + Then I check all events and submit form + And I should see service template settings saved + And I should see all checkboxes checked |