diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-01 14:59:51 +0000 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-03-03 16:13:55 -0500 |
commit | 1d4418bc5feb0f3ac2ac2f1a468e4c5b92f7b518 (patch) | |
tree | 0850c3cc67b713b8185d7a96c697c99085cf4ff6 /features/profile | |
parent | 1efe1054150177ac5eb31ff85e2c18c5856d480a (diff) | |
download | gitlab-ce-1d4418bc5feb0f3ac2ac2f1a468e4c5b92f7b518.tar.gz |
Fixed failing ssh key tests
Diffstat (limited to 'features/profile')
-rw-r--r-- | features/profile/ssh_keys.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/profile/ssh_keys.feature b/features/profile/ssh_keys.feature index 581503fc5f9..b0d5b748916 100644 --- a/features/profile/ssh_keys.feature +++ b/features/profile/ssh_keys.feature @@ -9,7 +9,7 @@ Feature: Profile SSH Keys Then I should see my ssh keys Scenario: Add new ssh key - Given I click link "Add new" + Given I should see new ssh key form And I submit new ssh key "Laptop" Then I should see new ssh key "Laptop" |