summaryrefslogtreecommitdiff
path: root/features/profile/ssh_keys.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/profile/ssh_keys.feature')
-rw-r--r--features/profile/ssh_keys.feature13
1 files changed, 5 insertions, 8 deletions
diff --git a/features/profile/ssh_keys.feature b/features/profile/ssh_keys.feature
index c81503ed2ba..018d124e412 100644
--- a/features/profile/ssh_keys.feature
+++ b/features/profile/ssh_keys.feature
@@ -1,13 +1,10 @@
-Feature: SSH Keys
- Background:
- Given I signin as a user
- And I have ssh keys:
- | title |
- | ssh-rsa Work |
- | ssh-rsa Home |
+Feature: Profile SSH Keys
+ Background:
+ Given I sign in as a user
+ And I have ssh key "ssh-rsa Work"
And I visit profile keys page
- Scenario: I should see SSH keys
+ Scenario: I should see ssh keys
Then I should see my ssh keys
Scenario: Add new ssh key