summaryrefslogtreecommitdiff
path: root/features/admin/settings.feature
blob: e38eea2cfed7cbbe63f139310a35659117041ec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@admin
Feature: Admin Settings
  Background:
    Given I sign in as an admin
    And I visit admin settings page

  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
    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