summaryrefslogtreecommitdiff
path: root/features/admin/settings.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/admin/settings.feature')
-rw-r--r--features/admin/settings.feature9
1 files changed, 9 insertions, 0 deletions
diff --git a/features/admin/settings.feature b/features/admin/settings.feature
new file mode 100644
index 00000000000..8fdf0575c2c
--- /dev/null
+++ b/features/admin/settings.feature
@@ -0,0 +1,9 @@
+@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