diff options
Diffstat (limited to 'features/dashboard/help.feature')
-rw-r--r-- | features/dashboard/help.feature | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/features/dashboard/help.feature b/features/dashboard/help.feature new file mode 100644 index 00000000000..02ec688f804 --- /dev/null +++ b/features/dashboard/help.feature @@ -0,0 +1,8 @@ +Feature: 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 |