From 49487ecd3cffbaa7370ce1c7c65ce08ac314e495 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Fri, 23 Oct 2015 13:49:25 -0200 Subject: [PATCH] Reproduce HotspotMetricResult error on acceptance --- features/repository/show/hotspot_metric_results.feature | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/features/repository/show/hotspot_metric_results.feature b/features/repository/show/hotspot_metric_results.feature index f6be0e2..98ce2eb 100644 --- a/features/repository/show/hotspot_metric_results.feature +++ b/features/repository/show/hotspot_metric_results.feature @@ -3,12 +3,18 @@ Feature: Repository hotspot metric results As a regular user I should see the hotspot metric results list - @kalibro_configuration_restart @kalibro_processor_restart @javascript + @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip Scenario: Should show the message when the graphic of the given metric has only a single point Given I am a regular user And I am signed in - And I have a sample project - And I have a sample configuration with hotspot metrics + And I own a sample configuration + And I am at the Sample Configuration page + And I click the Add Metric link + And I click the "MetricFu" h3 + And I click the Duplicate Code link + When I fill the Weight field with "2" + And I press the Save button + Given I have a sample project And I have a sample ruby repository within the sample project And I start to process that repository And I wait up for a ready processing -- libgit2 0.21.2