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, 4 insertions, 0 deletions
diff --git a/features/steps/project/project_shortcuts.rb b/features/steps/project/project_shortcuts.rb
index 49e9c5520bb..c42623e81cc 100644
--- a/features/steps/project/project_shortcuts.rb
+++ b/features/steps/project/project_shortcuts.rb
@@ -38,4 +38,8 @@ 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