Commit 1ed1215744ae413e534febfae7017fd3ccca959d
Committed by
Heitor
1 parent
69b7ebd2
Exists in
colab
and in
4 other branches
Remove fixed wips for MetConf[...] acceptance
Those were probably fixed by 206c0ccc54cec5033242ef7d15e8d24b4702a2f1. Signed off by: Heitor Reis <marcheing@gmail.com>
Showing
4 changed files
with
10 additions
and
10 deletions
Show diff stats
features/metric_configuration/create.feature
| @@ -9,7 +9,7 @@ Feature: Metric Configuration Creation | @@ -9,7 +9,7 @@ Feature: Metric Configuration Creation | ||
| 9 | And I am at the Sample Configuration page | 9 | And I am at the Sample Configuration page |
| 10 | Then I should not see "New Metric Configuration" | 10 | Then I should not see "New Metric Configuration" |
| 11 | 11 | ||
| 12 | - @kalibro_configuration_restart @javascript @wip | 12 | + @kalibro_configuration_restart @javascript |
| 13 | Scenario: metric configuration creation | 13 | Scenario: metric configuration creation |
| 14 | Given I am a regular user | 14 | Given I am a regular user |
| 15 | And I am signed in | 15 | And I am signed in |
| @@ -26,7 +26,7 @@ Feature: Metric Configuration Creation | @@ -26,7 +26,7 @@ Feature: Metric Configuration Creation | ||
| 26 | Then I should see "Total Lines of Code" | 26 | Then I should see "Total Lines of Code" |
| 27 | Then I should see "2" | 27 | Then I should see "2" |
| 28 | 28 | ||
| 29 | - @kalibro_configuration_restart @javascript @wip | 29 | + @kalibro_configuration_restart @javascript |
| 30 | Scenario: ruby metric configuration creation | 30 | Scenario: ruby metric configuration creation |
| 31 | Given I am a regular user | 31 | Given I am a regular user |
| 32 | And I am signed in | 32 | And I am signed in |
| @@ -43,7 +43,7 @@ Feature: Metric Configuration Creation | @@ -43,7 +43,7 @@ Feature: Metric Configuration Creation | ||
| 43 | Then I should see "Pain" | 43 | Then I should see "Pain" |
| 44 | Then I should see "2" | 44 | Then I should see "2" |
| 45 | 45 | ||
| 46 | - @kalibro_configuration_restart @javascript @wip | 46 | + @kalibro_configuration_restart @javascript |
| 47 | Scenario: metric configuration creation | 47 | Scenario: metric configuration creation |
| 48 | Given I am a regular user | 48 | Given I am a regular user |
| 49 | And I am signed in | 49 | And I am signed in |
| @@ -56,7 +56,7 @@ Feature: Metric Configuration Creation | @@ -56,7 +56,7 @@ Feature: Metric Configuration Creation | ||
| 56 | When I click the Back link | 56 | When I click the Back link |
| 57 | Then I should be at the choose metric page | 57 | Then I should be at the choose metric page |
| 58 | 58 | ||
| 59 | - @kalibro_configuration_restart @javascript @wip | 59 | + @kalibro_configuration_restart @javascript |
| 60 | Scenario: compound metric configuration creation with same code | 60 | Scenario: compound metric configuration creation with same code |
| 61 | Given I am a regular user | 61 | Given I am a regular user |
| 62 | And I am signed in | 62 | And I am signed in |
| @@ -73,7 +73,7 @@ Feature: Metric Configuration Creation | @@ -73,7 +73,7 @@ Feature: Metric Configuration Creation | ||
| 73 | When I press the Save button | 73 | When I press the Save button |
| 74 | Then I should see "Code must be unique within a kalibro configuration" | 74 | Then I should see "Code must be unique within a kalibro configuration" |
| 75 | 75 | ||
| 76 | - @kalibro_configuration_restart @javascript @wip | 76 | + @kalibro_configuration_restart @javascript |
| 77 | Scenario: metric configuration creation with count aggregation form | 77 | Scenario: metric configuration creation with count aggregation form |
| 78 | Given I am a regular user | 78 | Given I am a regular user |
| 79 | And I am signed in | 79 | And I am signed in |
features/metric_configuration/edition.feature
| @@ -13,7 +13,7 @@ Feature: Metric Configuration edition | @@ -13,7 +13,7 @@ Feature: Metric Configuration edition | ||
| 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 see Edit within table |
| 15 | 15 | ||
| 16 | - @kalibro_configuration_restart @wip | 16 | + @kalibro_configuration_restart |
| 17 | Scenario: editing a metric configuration successfully | 17 | Scenario: editing a metric configuration successfully |
| 18 | Given I am a regular user | 18 | Given I am a regular user |
| 19 | And I am signed in | 19 | And I am signed in |
features/metric_configuration/listing.feature
| @@ -3,7 +3,7 @@ Feature: Configuration listing | @@ -3,7 +3,7 @@ Feature: Configuration listing | ||
| 3 | As a regular user | 3 | As a regular user |
| 4 | I should see the metric configurations of a given configuration | 4 | I should see the metric configurations of a given configuration |
| 5 | 5 | ||
| 6 | - @kalibro_configuration_restart @wip | 6 | + @kalibro_configuration_restart |
| 7 | Scenario: When there are no metric configurations | 7 | Scenario: When there are no metric configurations |
| 8 | Given I have a sample configuration | 8 | Given I have a sample configuration |
| 9 | When I am at the Sample Configuration page | 9 | When I am at the Sample Configuration page |
| @@ -12,7 +12,7 @@ Feature: Configuration listing | @@ -12,7 +12,7 @@ Feature: Configuration listing | ||
| 12 | And I should see "Weight" | 12 | And I should see "Weight" |
| 13 | And I should see "There are no Metric Configurations yet!" | 13 | And I should see "There are no Metric Configurations yet!" |
| 14 | 14 | ||
| 15 | - @kalibro_configuration_restart @wip | 15 | + @kalibro_configuration_restart |
| 16 | Scenario: When there are metric configurations | 16 | Scenario: When there are metric configurations |
| 17 | Given I have a sample configuration | 17 | Given I have a sample configuration |
| 18 | And I have a sample reading group | 18 | And I have a sample reading group |
| @@ -20,7 +20,7 @@ Feature: Configuration listing | @@ -20,7 +20,7 @@ Feature: Configuration listing | ||
| 20 | When I am at the Sample Configuration page | 20 | When I am at the Sample Configuration page |
| 21 | Then I should see the sample metric configuration content | 21 | Then I should see the sample metric configuration content |
| 22 | 22 | ||
| 23 | - @kalibro_configuration_restart @wip | 23 | + @kalibro_configuration_restart |
| 24 | Scenario: I should see the add metric link when I am the owner of the given configuration | 24 | Scenario: I should see the add metric link when I am the owner of the given configuration |
| 25 | Given I am a regular user | 25 | Given I am a regular user |
| 26 | And I am signed in | 26 | And I am signed in |
features/metric_configuration/show.feature
| @@ -3,7 +3,7 @@ Feature: Show Metric Configuration | @@ -3,7 +3,7 @@ Feature: Show Metric Configuration | ||
| 3 | As a regular user | 3 | As a regular user |
| 4 | I should be able to see each of them | 4 | I should be able to see each of them |
| 5 | 5 | ||
| 6 | - @kalibro_configuration_restart @wip | 6 | + @kalibro_configuration_restart |
| 7 | Scenario: Checking metric configuration show link | 7 | Scenario: Checking metric configuration show link |
| 8 | Given I have a sample configuration | 8 | Given I have a sample configuration |
| 9 | And I have a sample reading group | 9 | And I have a sample reading group |