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/dashboard | |
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/dashboard')
-rw-r--r-- | features/dashboard/help.feature | 9 |
1 files changed, 0 insertions, 9 deletions
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 |