From b9d0eeb5301fefddf71a73d04f237279fdcdea5b Mon Sep 17 00:00:00 2001 From: Semyon Pupkov Date: Wed, 4 Jan 2017 15:46:26 +0500 Subject: Move dashboard help spinach test to rspec https://gitlab.com/gitlab-org/gitlab-ce/issues/23036 --- features/dashboard/help.feature | 9 --------- features/steps/dashboard/help.rb | 21 --------------------- 2 files changed, 30 deletions(-) delete mode 100644 features/dashboard/help.feature delete mode 100644 features/steps/dashboard/help.rb (limited to 'features') diff --git a/features/dashboard/help.feature b/features/dashboard/help.feature deleted file mode 100644 index bca2772897b..00000000000 --- a/features/dashboard/help.feature +++ /dev/null @@ -1,9 +0,0 @@ -@dashboard -Feature: Dashboard Help - Background: - Given I sign in as a user - And I visit the "Rake Tasks" help page - - Scenario: The markdown should be rendered correctly - Then I should see "Rake Tasks" page markdown rendered - And Header "Rebuild project satellites" should have correct ids and links diff --git a/features/steps/dashboard/help.rb b/features/steps/dashboard/help.rb deleted file mode 100644 index 3c5bf44c538..00000000000 --- a/features/steps/dashboard/help.rb +++ /dev/null @@ -1,21 +0,0 @@ -class Spinach::Features::DashboardHelp < Spinach::FeatureSteps - include SharedAuthentication - include SharedPaths - include SharedMarkdown - - step 'I visit the help page' do - visit help_path - end - - step 'I visit the "Rake Tasks" help page' do - visit help_page_path("administration/raketasks/maintenance") - end - - step 'I should see "Rake Tasks" page markdown rendered' do - expect(page).to have_content "Gather information about GitLab and the system it runs on" - end - - step 'Header "Rebuild project satellites" should have correct ids and links' do - header_should_have_correct_id_and_link(2, 'Check GitLab configuration', 'check-gitlab-configuration', '.documentation') - end -end -- cgit v1.2.3