17 lines
512 B
Gherkin
17 lines
512 B
Gherkin
|
@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
|