gitlab-org--gitlab-foss/features/profile/ssh_keys.feature

21 lines
533 B
Gherkin
Raw Normal View History

@profile
Feature: Profile SSH Keys
Background:
Given I sign in as a user
And I have ssh key "ssh-rsa Work"
2012-06-18 16:34:09 +00:00
And I visit profile keys page
Scenario: I should see ssh keys
2012-06-18 16:34:09 +00:00
Then I should see my ssh keys
Scenario: Add new ssh key
2016-03-01 14:59:51 +00:00
Given I should see new ssh key form
2012-06-18 16:34:09 +00:00
And I submit new ssh key "Laptop"
Then I should see new ssh key "Laptop"
Scenario: Remove ssh key
Given I click link "Work"
And I click link "Remove"
Then I visit profile keys page
And I should not see "Work" ssh key