Commit 69b7ebd2a9883a280f9bb064daea82c14aaefadc
Committed by
Heitor
1 parent
c0fc627f
Exists in
colab
and in
4 other branches
Remove wip from kalibro configuration acceptance tests
* These tests were fixed by 9f423c238409f03157117dd50f4a94783f5a3dcb Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
Showing
5 changed files
with
6 additions
and
6 deletions
Show diff stats
features/kalibro_configuration/create.feature
... | ... | @@ -8,7 +8,7 @@ Feature: Configuration Creation |
8 | 8 | Given I am at the All Configurations page |
9 | 9 | Then I should not see "New Configuration" |
10 | 10 | |
11 | - @kalibro_configuration_restart @wip | |
11 | + @kalibro_configuration_restart | |
12 | 12 | Scenario: configuration creation |
13 | 13 | Given I am a regular user |
14 | 14 | And I am signed in | ... | ... |
features/kalibro_configuration/deletion.feature
... | ... | @@ -17,7 +17,7 @@ Feature: Configuration Deletion |
17 | 17 | When I am at the Sample Configuration page |
18 | 18 | Then I should not see "Destroy" |
19 | 19 | |
20 | - @kalibro_configuration_restart @wip | |
20 | + @kalibro_configuration_restart | |
21 | 21 | Scenario: Should delete a configuration that I own |
22 | 22 | Given I am a regular user |
23 | 23 | And I am signed in | ... | ... |
features/kalibro_configuration/edition.feature
... | ... | @@ -39,7 +39,7 @@ Feature: Configuration |
39 | 39 | Then The field "kalibro_configuration[name]" should be filled with the sample configuration "name" |
40 | 40 | And The field "kalibro_configuration[description]" should be filled with the sample configuration "description" |
41 | 41 | |
42 | - @kalibro_configuration_restart @wip | |
42 | + @kalibro_configuration_restart | |
43 | 43 | Scenario: With valid attributes |
44 | 44 | Given I am a regular user |
45 | 45 | And I am signed in |
... | ... | @@ -62,7 +62,7 @@ Feature: Configuration |
62 | 62 | When I press the Save button |
63 | 63 | Then I should see "Name has already been taken" |
64 | 64 | |
65 | - @kalibro_configuration_restart @wip | |
65 | + @kalibro_configuration_restart | |
66 | 66 | Scenario: Editing just the description |
67 | 67 | Given I am a regular user |
68 | 68 | And I am signed in | ... | ... |
features/kalibro_configuration/listing.feature
... | ... | @@ -20,7 +20,7 @@ Feature: Configuration listing |
20 | 20 | Then the sample configuration should be there |
21 | 21 | And I should not see "You must be logged in to create configurations." |
22 | 22 | |
23 | - @kalibro_configuration_restart @wip | |
23 | + @kalibro_configuration_restart | |
24 | 24 | Scenario: Should show the existing configuration |
25 | 25 | Given I am a regular user |
26 | 26 | And I am signed in | ... | ... |
features/kalibro_configuration/show.feature
... | ... | @@ -3,7 +3,7 @@ Feature: Show Configuration |
3 | 3 | As a regular user |
4 | 4 | I should be able to see each of them |
5 | 5 | |
6 | -@kalibro_configuration_restart @wip | |
6 | +@kalibro_configuration_restart | |
7 | 7 | Scenario: Checking configuration contents |
8 | 8 | Given I have a sample configuration |
9 | 9 | And I have a hotspot metric configuration | ... | ... |