diff --git a/features/hotspot_metric_configuration/create.feature b/features/hotspot_metric_configuration/create.feature new file mode 100644 index 0000000..6c4e005 --- /dev/null +++ b/features/hotspot_metric_configuration/create.feature @@ -0,0 +1,18 @@ +Feature: Hotspot Metric Configuration Creation + In order to register my metric configurations + As a regular user + I should be able to create hotspot metric configurations + + @kalibro_configuration_restart @javascript + Scenario: hotspot metric configuration creation + Given I am a regular user + And I am signed in + 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 + Then I should see "Hotspot Metrics" + And I should see "Duplicate Code" -- libgit2 0.21.2