diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-22 17:52:22 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-22 17:52:22 +0200 |
commit | 3fe3cbf222a036d4487b9630e2abfc58ec7515cf (patch) | |
tree | a3beafdddb2defcbf5475c011657698b380961b3 /features/admin | |
parent | cc04c5b82897564e4a78d7cd36bff853cc7efd83 (diff) | |
download | gitlab-ce-3fe3cbf222a036d4487b9630e2abfc58ec7515cf.tar.gz |
Fix indendity test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/admin')
-rw-r--r-- | features/admin/users.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/admin/users.feature b/features/admin/users.feature index f17254911b7..6755645778a 100644 --- a/features/admin/users.feature +++ b/features/admin/users.feature @@ -40,6 +40,7 @@ Feature: Admin Users Given user "Pete" with ssh keys And I visit admin users page And click on user "Pete" + And click on ssh keys tab Then I should see key list And I click on the key title Then I should see key details |