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, 0 insertions, 4 deletions
diff --git a/features/steps/project/project_shortcuts.rb b/features/steps/project/project_shortcuts.rb
index c42623e81cc..49e9c5520bb 100644
--- a/features/steps/project/project_shortcuts.rb
+++ b/features/steps/project/project_shortcuts.rb
@@ -38,8 +38,4 @@ class Spinach::Features::ProjectShortcuts < Spinach::FeatureSteps
find('body').native.send_key('g')
find('body').native.send_key('e')
end
-
- step 'I press "i"' do
- find('body').native.send_key('i')
- end
end