summaryrefslogtreecommitdiff
path: root/features/steps/profile
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-09 21:35:25 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-10 12:01:51 -0500
commit5957fdc493af72579571368d584145acf10861a1 (patch)
tree9346405e0eb23e8fc2cbc2022bd412b47d4ec0c8 /features/steps/profile
parentade0a4af8b85c16f6b36bee7216a3d29c4b4be0c (diff)
downloadgitlab-ce-5957fdc493af72579571368d584145acf10861a1.tar.gz
Fix profile test
Diffstat (limited to 'features/steps/profile')
-rw-r--r--features/steps/profile/profile.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb
index b1a87b96efd..9e5602dacf1 100644
--- a/features/steps/profile/profile.rb
+++ b/features/steps/profile/profile.rb
@@ -155,6 +155,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps
end
step 'I click on my profile picture' do
+ find(:css, '.side-nav-toggle').click
find(:css, '.sidebar-user').click
end