fa34901237
- 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
9 lines
228 B
Gherkin
9 lines
228 B
Gherkin
@dashboard
|
|
Feature: Dashboard Projects
|
|
Background:
|
|
Given I sign in as a user
|
|
And I own project "Shop"
|
|
And I visit dashboard projects page
|
|
|
|
Scenario: I should see projects list
|
|
Then I should see projects list
|