summaryrefslogtreecommitdiff
path: root/features/steps
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-08-10 14:16:40 +0200
committerDouwe Maan <douwe@gitlab.com>2015-08-10 14:16:40 +0200
commit4a2b7cef5721a4524ae829e1227c7aa7e16a426a (patch)
treeb9b1c81b98d6aa254c1f114e4657d68b97fab6f5 /features/steps
parentb716e45de1c4930880735726f0271b9ce5d2f29a (diff)
parent151d9fb35fd66a161cf0e1f95d7b0f0448ca8034 (diff)
downloadgitlab-ce-4a2b7cef5721a4524ae829e1227c7aa7e16a426a.tar.gz
Merge branch 'master' into check-out-branch-buttoncheck-out-branch-button
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/profile/profile.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb
index 2b6b8b167f6..8cf24705a5e 100644
--- a/features/steps/profile/profile.rb
+++ b/features/steps/profile/profile.rb
@@ -59,6 +59,10 @@ class Spinach::Features::Profile < Spinach::FeatureSteps
step 'I should not see the "Remove avatar" button' do
expect(page).not_to have_link("Remove avatar")
end
+
+ step 'I should see the gravatar host link' do
+ expect(page).to have_link("gravatar.com")
+ end
step 'I try change my password w/o old one' do
page.within '.update-password' do