mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 20:56:08 +10:00
10 lines
244 B
Gherkin
10 lines
244 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
|