diff options
author | Kushal Pandya <kushalspandya@gmail.com> | 2017-03-02 17:57:01 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-03-02 17:57:01 +0000 |
commit | 52352be6be357d30be9760d5b442e97806eb0e10 (patch) | |
tree | d82f3f157d50ca3a59edbd1834ea65aa54d6bc38 /features/project/graph.feature | |
parent | f14ee823d703119aed8500f3cd868f12bcd103bc (diff) | |
download | gitlab-ce-52352be6be357d30be9760d5b442e97806eb0e10.tar.gz |
Cleaning up navigational order - Project
Diffstat (limited to 'features/project/graph.feature')
-rw-r--r-- | features/project/graph.feature | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/features/project/graph.feature b/features/project/graph.feature index 63793d6f989..b25c73ad870 100644 --- a/features/project/graph.feature +++ b/features/project/graph.feature @@ -9,9 +9,10 @@ Feature: Project Graph Then page should have graphs @javascript - Scenario: I should see project commits graphs + Scenario: I should see project languages & commits graphs on commits graph url When I visit project "Shop" commits graph page Then page should have commits graphs + Then page should have languages graphs @javascript Scenario: I should see project ci graphs @@ -20,6 +21,13 @@ Feature: Project Graph Then page should have CI graphs @javascript - Scenario: I should see project languages graphs + Scenario: I should see project languages & commits graphs on language graph url When I visit project "Shop" languages graph page Then page should have languages graphs + Then page should have commits graphs + + @javascript + Scenario: I should see project languages & commits graphs on charts url + When I visit project "Shop" chart page + Then page should have languages graphs + Then page should have commits graphs |