Welcome to mirror list, hosted at ThFree Co, Russian Federation.

graph.feature « project « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89064242c1cbf8a04d53732b328e2022f8255bfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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