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