summaryrefslogtreecommitdiff
path: root/features/dashboard
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-01-13 04:53:32 +0000
committerRémy Coutable <remy@rymai.me>2017-01-13 04:53:32 +0000
commit11001dd97f35e992e157e74110843ee3c7c80aa5 (patch)
tree88cf858b36daa80758876592728762d1f3fac0cc /features/dashboard
parented85fdb218970497c212731ddc21ee53b1678346 (diff)
parent65b1ea3ba574c2283fa5a4a744861d8f78a992f8 (diff)
downloadgitlab-ce-11001dd97f35e992e157e74110843ee3c7c80aa5.tar.gz
Merge branch 'move-dashboard-group-spinach-to-rspec' into 'master'
Move dashboard group spinach test to rspec See merge request !8434
Diffstat (limited to 'features/dashboard')
-rw-r--r--features/dashboard/group.feature13
1 files changed, 0 insertions, 13 deletions
diff --git a/features/dashboard/group.feature b/features/dashboard/group.feature
deleted file mode 100644
index 3ae2c679dc1..00000000000
--- a/features/dashboard/group.feature
+++ /dev/null
@@ -1,13 +0,0 @@
-@dashboard
-Feature: Dashboard Group
- Background:
- Given I sign in as "John Doe"
- And "John Doe" is owner of group "Owned"
- And "John Doe" is guest of group "Guest"
-
- Scenario: Create a group from dasboard
- And I visit dashboard groups page
- And I click new group link
- And submit form with new group "Samurai" info
- Then I should be redirected to group "Samurai" page
- And I should see newly created group "Samurai"