Commit 2e5b8c1d7697347e14d792f5f5de11f1ebe197ec

Authored by Rafael Manzo
Committed by Heitor
1 parent 5d3ecccf

Fix metric_configuration step for new view CSS id

It was modified by the introduction of Hotspot listing but the
acceptance test step never got updated.

Signed off by: Heitor Reis <marcheing@gmail.com>
features/metric_configuration/delete.feature
... ... @@ -3,7 +3,7 @@ Feature: Metric Configuration Deletion
3 3 As a regular user
4 4 The system should have an interface to it
5 5  
6   - @kalibro_configuration_restart @wip
  6 + @kalibro_configuration_restart
7 7 Scenario: Should delete a metric configuration that I own
8 8 Given I am a regular user
9 9 And I am signed in
... ...
features/step_definitions/metric_configuration_steps.rb
... ... @@ -77,5 +77,5 @@ Then(/^the hotspot configuration should be there$/) do
77 77 end
78 78  
79 79 When(/^I click destroy Metric Configuration$/) do
80   - find('#metrics').first(:link, "Destroy").click
  80 + find('#tree_metrics').first(:link, "Destroy").click
81 81 end
... ...