diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-06-09 21:35:25 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-06-10 12:01:51 -0500 |
commit | 5957fdc493af72579571368d584145acf10861a1 (patch) | |
tree | 9346405e0eb23e8fc2cbc2022bd412b47d4ec0c8 /features/steps | |
parent | ade0a4af8b85c16f6b36bee7216a3d29c4b4be0c (diff) | |
download | gitlab-ce-5957fdc493af72579571368d584145acf10861a1.tar.gz |
Fix profile test
Diffstat (limited to 'features/steps')
-rw-r--r-- | features/steps/profile/profile.rb | 1 |
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 |