mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 05:06:46 +10:00
- do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path
10 lines
313 B
Gherkin
10 lines
313 B
Gherkin
@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
|