diff options
| author | Semyon Pupkov <mail@semyonpupkov.com> | 2017-01-04 15:46:26 +0500 |
|---|---|---|
| committer | Semyon Pupkov <mail@semyonpupkov.com> | 2017-01-04 15:48:25 +0500 |
| commit | b9d0eeb5301fefddf71a73d04f237279fdcdea5b (patch) | |
| tree | e5e71264e91011b03ad56175457394fa36d3ef85 /features/steps | |
| parent | 115aac77f614a9130aa9bc6ff48aed47339aebfc (diff) | |
| download | gitlab-ce-b9d0eeb5301fefddf71a73d04f237279fdcdea5b.tar.gz | |
Move dashboard help spinach test to rspec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
Diffstat (limited to 'features/steps')
| -rw-r--r-- | features/steps/dashboard/help.rb | 21 |
1 files changed, 0 insertions, 21 deletions
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 |
