blob: bca2772897b0a78722834360da8323ecc978777d (
plain)
1
2
3
4
5
6
7
8
9
|
@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
|