diff options
author | Robert Speicher <robert@gitlab.com> | 2015-12-08 16:56:39 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2015-12-08 16:56:39 +0000 |
commit | befff32ecba3cd5fa634ea90ce2fc365a1b5e34e (patch) | |
tree | db3a466f879dcb258db63ef7148b9bb2daa53b31 /features/project | |
parent | 038c9a65fbe814927e9c9fa12f1bda660249e8b0 (diff) | |
parent | 9b20731d4aa2b6ffce614cd77606809ad0e2a832 (diff) | |
download | gitlab-ce-befff32ecba3cd5fa634ea90ce2fc365a1b5e34e.tar.gz |
Merge branch 'languages-graph' into 'master'
Languages graph
See merge request !2009
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/graph.feature | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/features/project/graph.feature b/features/project/graph.feature index 2acd65aea5f..63793d6f989 100644 --- a/features/project/graph.feature +++ b/features/project/graph.feature @@ -18,3 +18,8 @@ Feature: Project Graph Given project "Shop" has CI enabled When I visit project "Shop" CI graph page Then page should have CI graphs + + @javascript + Scenario: I should see project languages graphs + When I visit project "Shop" languages graph page + Then page should have languages graphs |