debian-mirror-gitlab/features/project/graph.feature

15 lines
382 B
Gherkin
Raw Normal View History

2014-09-02 18:07:02 +05:30
Feature: Project Graph
Background:
Given I sign in as a user
And I own project "Shop"
@javascript
Scenario: I should see project graphs
2015-04-26 12:48:37 +05:30
When I visit project "Shop" graph page
2014-09-02 18:07:02 +05:30
Then page should have graphs
2015-04-26 12:48:37 +05:30
@javascript
Scenario: I should see project commits graphs
When I visit project "Shop" commits graph page
Then page should have commits graphs