Commit f5a6ff15 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Remove spinach features

parent 3b39214f
...@@ -56,8 +56,3 @@ Feature: Project Shortcuts ...@@ -56,8 +56,3 @@ Feature: Project Shortcuts
Scenario: Navigate to project feed Scenario: Navigate to project feed
Given I press "g" and "e" Given I press "g" and "e"
Then the active main tab should be Activity Then the active main tab should be Activity
@javascript
Scenario: Navigate to new Issue page
Given I press "i"
Then I should see the new issue page
...@@ -38,8 +38,4 @@ class Spinach::Features::ProjectShortcuts < Spinach::FeatureSteps ...@@ -38,8 +38,4 @@ class Spinach::Features::ProjectShortcuts < Spinach::FeatureSteps
find('body').native.send_key('g') find('body').native.send_key('g')
find('body').native.send_key('e') find('body').native.send_key('e')
end end
step 'I press "i"' do
find('body').native.send_key('i')
end
end end
...@@ -102,10 +102,6 @@ module SharedProject ...@@ -102,10 +102,6 @@ module SharedProject
@project ||= Project.first @project ||= Project.first
end end
step 'I should see the new issue page' do
expect(page).to have_content('New Issue')
end
# ---------------------------------------- # ----------------------------------------
# Project permissions # Project permissions
# ---------------------------------------- # ----------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment