Files
gitlabhq/features/admin/settings.feature
T
2015-02-26 18:52:35 -08:00

18 lines
447 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