From f5a6ff15481367573dd65d39ad3fbb689131349a Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran Date: Thu, 21 Apr 2016 13:42:47 -0500 Subject: Remove spinach features --- features/project/shortcuts.feature | 5 ----- features/steps/project/project_shortcuts.rb | 4 ---- features/steps/shared/project.rb | 4 ---- 3 files changed, 13 deletions(-) diff --git a/features/project/shortcuts.feature b/features/project/shortcuts.feature index f6442655911..10e7c234610 100644 --- a/features/project/shortcuts.feature +++ b/features/project/shortcuts.feature @@ -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 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 diff --git a/features/steps/shared/project.rb b/features/steps/shared/project.rb index 914ffef7be4..ea5f9580308 100644 --- a/features/steps/shared/project.rb +++ b/features/steps/shared/project.rb @@ -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 # ---------------------------------------- -- cgit v1.2.1