OSDN Git Service

Fix ssh key test
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Mon, 24 Jun 2013 17:47:59 +0000 (20:47 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Mon, 24 Jun 2013 17:47:59 +0000 (20:47 +0300)
features/steps/profile/profile_ssh_keys.rb

index 7871eab..8c5ca7a 100644 (file)
@@ -8,7 +8,7 @@ class ProfileSshKeys < Spinach::FeatureSteps
   end
 
   Given 'I click link "Add new"' do
-    click_link "Add new"
+    click_link "Add SSH Key"
   end
 
   And 'I submit new ssh key "Laptop"' do