mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
18 lines
447 B
Gherkin
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
|