summaryrefslogtreecommitdiff
path: root/features/project/graph.feature
blob: 2acd65aea5fc208e991de70690e0a189163ba043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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

  @javascript
  Scenario: I should see project ci graphs
    Given project "Shop" has CI enabled
    When I visit project "Shop" CI graph page
    Then page should have CI graphs