Remove spinach features
This commit is contained in:
parent
3b39214f29
commit
f5a6ff1548
3 changed files with 0 additions and 13 deletions
|
@ -56,8 +56,3 @@ Feature: Project Shortcuts
|
|||
Scenario: Navigate to project feed
|
||||
Given I press "g" and "e"
|
||||
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
|
|||
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
|
||||
|
|
|
@ -102,10 +102,6 @@ module SharedProject
|
|||
@project ||= Project.first
|
||||
end
|
||||
|
||||
step 'I should see the new issue page' do
|
||||
expect(page).to have_content('New Issue')
|
||||
end
|
||||
|
||||
# ----------------------------------------
|
||||
# Project permissions
|
||||
# ----------------------------------------
|
||||
|
|
Loading…
Reference in a new issue