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:
authorMarin Jankovski <maxlazio@gmail.com>2014-12-29 20:40:25 +0300
committerMarin Jankovski <maxlazio@gmail.com>2014-12-29 20:40:25 +0300
commitc1e57b47b81db4b3959b0ce63d7f65cb6cdf6f57 (patch)
tree71af4716a35422279ab1c1cba938e7af2a54661a /features/admin
parentf0085d034b33adc78753e2952a5e04842ca979e3 (diff)
Add feature spec for user ssh keys on admin page.
Diffstat (limited to 'features/admin')
-rw-r--r--features/admin/users.feature10
1 files changed, 10 insertions, 0 deletions
diff --git a/features/admin/users.feature b/features/admin/users.feature
index 278f6a43e94..1a8720dd77e 100644
--- a/features/admin/users.feature
+++ b/features/admin/users.feature
@@ -35,3 +35,13 @@ Feature: Admin Users
And I see the secondary email
When I click remove secondary email
Then I should not see secondary email anymore
+
+ Scenario: Show user keys
+ Given user "Pete" with ssh keys
+ And I visit admin users page
+ And click on user "Pete"
+ Then I should see key list
+ And I click on the key title
+ Then I should see key details
+ And I click on remove key
+ Then I should see the key removed