summaryrefslogtreecommitdiff
path: root/features/steps/project/project_shortcuts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/project/project_shortcuts.rb')
-rw-r--r--features/steps/project/project_shortcuts.rb4
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