mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Conflicts: app/assets/javascripts/dispatcher.js.coffee features/admin/settings.feature features/steps/admin/settings.rb features/steps/user.rb features/user.feature lib/gitlab/git_access.rb
25 lines
715 B
Gherkin
25 lines
715 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: Help text
|
|
When I set the help text
|
|
Then I should see the help text
|
|
And I go to help page
|
|
Then I should see the help text
|
|
And I logout
|
|
Then I should see the help text
|
|
|
|
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
|