Commit 5d3ecccf13bf44e3d77d3bf0bdb688f927e96352

Authored by Rafael Manzo
Committed by Heitor
1 parent 1ed12157

Remove ambiguous match for MetConf listing table

The edition acceptance test was unable to find which table the matcher
was referencing since the HotspotListing one got introduced to the
layout.

Signed off by: Heitor Reis <marcheing@gmail.com>
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
features/metric_configuration/edition.feature
... ... @@ -3,7 +3,7 @@ Feature: Metric Configuration edition
3 3 As a regular user
4 4 I should edit the informations of metric configurations
5 5  
6   - @kalibro_configuration_restart @wip
  6 + @kalibro_configuration_restart
7 7 Scenario: the configuration is not mine
8 8 Given I am a regular user
9 9 And I am signed in
... ... @@ -11,7 +11,7 @@ Feature: Metric Configuration edition
11 11 And I have a sample reading group
12 12 And I have a sample metric configuration within the given mezuro configuration
13 13 When I am at the Sample Configuration page
14   - Then I should not see Edit within table
  14 + Then I should not find "Edit" within "table#tree_metric_configurations"
15 15  
16 16 @kalibro_configuration_restart
17 17 Scenario: editing a metric configuration successfully
... ...