summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-24 21:00:33 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-24 21:00:33 +0300
commit89a1e7e1f5cdfe4c5ebc076ed39d37aea0e543fc (patch)
treede22d7290b863517d0d60ebccc5297676c6aedf6 /features
parentb4a9cab7f0eaac8a29d82c0c70293f866e1d6b01 (diff)
downloadgitlab-ce-89a1e7e1f5cdfe4c5ebc076ed39d37aea0e543fc.tar.gz
Fix ssh key test
Diffstat (limited to 'features')
-rw-r--r--features/steps/profile/profile_ssh_keys.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/profile/profile_ssh_keys.rb b/features/steps/profile/profile_ssh_keys.rb
index 8c5ca7a28b6..65bfc505d85 100644
--- a/features/steps/profile/profile_ssh_keys.rb
+++ b/features/steps/profile/profile_ssh_keys.rb
@@ -14,7 +14,7 @@ class ProfileSshKeys < Spinach::FeatureSteps
And 'I submit new ssh key "Laptop"' do
fill_in "key_title", with: "Laptop"
fill_in "key_key", with: "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAzrEJUIR6Y03TCE9rIJ+GqTBvgb8t1jI9h5UBzCLuK4VawOmkLornPqLDrGbm6tcwM/wBrrLvVOqi2HwmkKEIecVO0a64A4rIYScVsXIniHRS6w5twyn1MD3sIbN+socBDcaldECQa2u1dI3tnNVcs8wi77fiRe7RSxePsJceGoheRQgC8AZ510UdIlO+9rjIHUdVN7LLyz512auAfYsgx1OfablkQ/XJcdEwDNgi9imI6nAXhmoKUm1IPLT2yKajTIC64AjLOnE0YyCh6+7RFMpiMyu1qiOCpdjYwTgBRiciNRZCH8xIedyCoAmiUgkUT40XYHwLuwiPJICpkAzp7Q== user@laptop"
- click_button "Save"
+ click_button "Add key"
end
Then 'I should see new ssh key "Laptop"' do