debian-mirror-gitlab/features/admin/settings.feature

20 lines
624 B
Gherkin
Raw Normal View History

2015-04-26 12:48:37 +05:30
@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
2015-09-11 14:41:01 +05:30
And I fill out Slack settings
2015-04-26 12:48:37 +05:30
Then I check all events and submit form
And I should see service template settings saved
2015-09-11 14:41:01 +05:30
Then I click on "Slack" service
2015-04-26 12:48:37 +05:30
And I should see all checkboxes checked
2015-09-11 14:41:01 +05:30
And I should see Slack settings saved