blob: 52e47307b23494f57c351161b0730a0b29de68e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
@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
Then I check all events and submit form
And I should see service template settings saved
And I should see all checkboxes checked
|