Commit 5d3ecccf13bf44e3d77d3bf0bdb688f927e96352
Committed by
Heitor
1 parent
1ed12157
Exists in
colab
and in
4 other branches
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,7 +3,7 @@ Feature: Metric Configuration edition | ||
3 | As a regular user | 3 | As a regular user |
4 | I should edit the informations of metric configurations | 4 | I should edit the informations of metric configurations |
5 | 5 | ||
6 | - @kalibro_configuration_restart @wip | 6 | + @kalibro_configuration_restart |
7 | Scenario: the configuration is not mine | 7 | Scenario: the configuration is not mine |
8 | Given I am a regular user | 8 | Given I am a regular user |
9 | And I am signed in | 9 | And I am signed in |
@@ -11,7 +11,7 @@ Feature: Metric Configuration edition | @@ -11,7 +11,7 @@ Feature: Metric Configuration edition | ||
11 | And I have a sample reading group | 11 | And I have a sample reading group |
12 | And I have a sample metric configuration within the given mezuro configuration | 12 | And I have a sample metric configuration within the given mezuro configuration |
13 | When I am at the Sample Configuration page | 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 | @kalibro_configuration_restart | 16 | @kalibro_configuration_restart |
17 | Scenario: editing a metric configuration successfully | 17 | Scenario: editing a metric configuration successfully |