summaryrefslogtreecommitdiff
path: root/features/admin
diff options
context:
space:
mode:
authorSemyon Pupkov <mail@semyonpupkov.com>2016-12-16 17:30:17 +0500
committerSemyon Pupkov <mail@semyonpupkov.com>2016-12-17 17:36:36 +0500
commita871746e8a3f45e0c732e56ea475de1d8050c93d (patch)
treefb86cbb0a2b867895987a15bf8b80bb1ba26e6ed /features/admin
parente47989a58b8a9f83855ea9210ba5786fc14fb841 (diff)
downloadgitlab-ce-a871746e8a3f45e0c732e56ea475de1d8050c93d.tar.gz
Move admin deploy keys spinach test to rspec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
Diffstat (limited to 'features/admin')
-rw-r--r--features/admin/deploy_keys.feature16
1 files changed, 0 insertions, 16 deletions
diff --git a/features/admin/deploy_keys.feature b/features/admin/deploy_keys.feature
deleted file mode 100644
index 33439cd1e85..00000000000
--- a/features/admin/deploy_keys.feature
+++ /dev/null
@@ -1,16 +0,0 @@
-@admin
-Feature: Admin Deploy Keys
- Background:
- Given I sign in as an admin
- And there are public deploy keys in system
-
- Scenario: Deploy Keys list
- When I visit admin deploy keys page
- Then I should see all public deploy keys
-
- Scenario: Deploy Keys new
- When I visit admin deploy keys page
- And I click 'New Deploy Key'
- And I submit new deploy key
- Then I should be on admin deploy keys page
- And I should see newly created deploy key