diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-03-30 20:19:00 +0100 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2017-04-06 18:14:42 -0400 |
commit | 177c213962a12789170fed4011ebb093b91dd21e (patch) | |
tree | 901122c08dfc64acbe5ce49b9ab6fe36e38a4886 /features | |
parent | d7351cff5ab4a48a1a967188946eec96d7ac82d7 (diff) | |
download | gitlab-ce-177c213962a12789170fed4011ebb093b91dd21e.tar.gz |
Fix broken spinach test
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/project/project_shortcuts.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/project_shortcuts.rb b/features/steps/project/project_shortcuts.rb index 8143b01ca40..cebf09750b0 100644 --- a/features/steps/project/project_shortcuts.rb +++ b/features/steps/project/project_shortcuts.rb @@ -20,9 +20,9 @@ class Spinach::Features::ProjectShortcuts < Spinach::FeatureSteps find('body').native.send_key('n') end - step 'I press "g" and "g"' do - find('body').native.send_key('g') + step 'I press "g" and "d"' do find('body').native.send_key('g') + find('body').native.send_key('d') end step 'I press "g" and "s"' do |