Files
gitlabhq/features/project/graph.feature
T
2014-09-29 12:11:53 +03:00

15 lines
382 B
Gherkin

Feature: Project Graph
Background:
Given I sign in as a user
And I own project "Shop"
@javascript
Scenario: I should see project graphs
When I visit project "Shop" graph page
Then page should have graphs
@javascript
Scenario: I should see project commits graphs
When I visit project "Shop" commits graph page
Then page should have commits graphs