Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-10-22 22:42:06 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-10-22 22:42:06 +0400
commit42abdf69d59ecf28688af5994ff2e324c50a6d33 (patch)
tree3f7f9a2f43547af2de67641eee87d98304e35129 /features/admin
parent83dc5f936290cd928362c56959a40b906a2acd15 (diff)
More group tests with spinach
Diffstat (limited to 'features/admin')
-rw-r--r--features/admin/groups.feature10
1 files changed, 10 insertions, 0 deletions
diff --git a/features/admin/groups.feature b/features/admin/groups.feature
new file mode 100644
index 00000000000..e5eab8e6ecb
--- /dev/null
+++ b/features/admin/groups.feature
@@ -0,0 +1,10 @@
+Feature: Admin Groups
+ Background:
+ Given I sign in as an admin
+ And I visit admin groups page
+
+ Scenario: Create a group
+ When I click new group link
+ And submit form with new group info
+ Then I should be redirected to group page
+ And I should see newly created group