summaryrefslogtreecommitdiff
path: root/features/steps/profile/ssh_keys.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/profile/ssh_keys.rb')
-rw-r--r--features/steps/profile/ssh_keys.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/profile/ssh_keys.rb b/features/steps/profile/ssh_keys.rb
index c7f879d247d..a400488a532 100644
--- a/features/steps/profile/ssh_keys.rb
+++ b/features/steps/profile/ssh_keys.rb
@@ -7,8 +7,8 @@ class Spinach::Features::ProfileSshKeys < Spinach::FeatureSteps
end
end
- step 'I click link "Add new"' do
- click_link "Add SSH Key"
+ step 'I should see new ssh key form' do
+ expect(page).to have_content("Add an SSH key")
end
step 'I submit new ssh key "Laptop"' do