From 9b20731d4aa2b6ffce614cd77606809ad0e2a832 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 8 Dec 2015 02:38:59 +0100 Subject: Add tests and changelog item for language graphs Signed-off-by: Dmitriy Zaporozhets --- features/project/graph.feature | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'features/project/graph.feature') 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 -- cgit v1.2.1