summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2014-12-30 11:47:13 +0100
committerMarin Jankovski <maxlazio@gmail.com>2014-12-30 11:47:13 +0100
commiteb29648bf4a9b2ad960a582eba0a51f088afa78f (patch)
treeffcbb6ba72c2063b254eb2ac860a511363318e53 /features
parent607ea7c6e5663542ae53de66a80f3e8beefe1341 (diff)
downloadgitlab-ce-eb29648bf4a9b2ad960a582eba0a51f088afa78f.tar.gz
Fix the ssh keys test.
Diffstat (limited to 'features')
-rw-r--r--features/steps/profile/ssh_keys.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/features/steps/profile/ssh_keys.rb b/features/steps/profile/ssh_keys.rb
index d1e87d40705..ea912e5b4da 100644
--- a/features/steps/profile/ssh_keys.rb
+++ b/features/steps/profile/ssh_keys.rb
@@ -37,9 +37,7 @@ class Spinach::Features::ProfileSshKeys < Spinach::FeatureSteps
end
step 'I should not see "Work" ssh key' do
- within "#keys-table" do
- page.should_not have_content "Work"
- end
+ page.should_not have_content "Work"
end
step 'I have ssh key "ssh-rsa Work"' do