Commit b4a9cab7f0eaac8a29d82c0c70293f866e1d6b01

Authored by Dmitriy Zaporozhets
1 parent 113d2ff5

Fix ssh key test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
features/steps/profile/profile_ssh_keys.rb
... ... @@ -8,7 +8,7 @@ class ProfileSshKeys < Spinach::FeatureSteps
8 8 end
9 9  
10 10 Given 'I click link "Add new"' do
11   - click_link "Add new"
  11 + click_link "Add SSH Key"
12 12 end
13 13  
14 14 And 'I submit new ssh key "Laptop"' do
... ...