Commit 69b7ebd2a9883a280f9bb064daea82c14aaefadc

Authored by Rafael Manzo
Committed by Heitor
1 parent c0fc627f

Remove wip from kalibro configuration acceptance tests

  * These tests were fixed by 9f423c238409f03157117dd50f4a94783f5a3dcb

Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
features/kalibro_configuration/create.feature
@@ -8,7 +8,7 @@ Feature: Configuration Creation @@ -8,7 +8,7 @@ Feature: Configuration Creation
8 Given I am at the All Configurations page 8 Given I am at the All Configurations page
9 Then I should not see "New Configuration" 9 Then I should not see "New Configuration"
10 10
11 - @kalibro_configuration_restart @wip 11 + @kalibro_configuration_restart
12 Scenario: configuration creation 12 Scenario: configuration creation
13 Given I am a regular user 13 Given I am a regular user
14 And I am signed in 14 And I am signed in
features/kalibro_configuration/deletion.feature
@@ -17,7 +17,7 @@ Feature: Configuration Deletion @@ -17,7 +17,7 @@ Feature: Configuration Deletion
17 When I am at the Sample Configuration page 17 When I am at the Sample Configuration page
18 Then I should not see "Destroy" 18 Then I should not see "Destroy"
19 19
20 - @kalibro_configuration_restart @wip 20 + @kalibro_configuration_restart
21 Scenario: Should delete a configuration that I own 21 Scenario: Should delete a configuration that I own
22 Given I am a regular user 22 Given I am a regular user
23 And I am signed in 23 And I am signed in
features/kalibro_configuration/edition.feature
@@ -39,7 +39,7 @@ Feature: Configuration @@ -39,7 +39,7 @@ Feature: Configuration
39 Then The field "kalibro_configuration[name]" should be filled with the sample configuration "name" 39 Then The field "kalibro_configuration[name]" should be filled with the sample configuration "name"
40 And The field "kalibro_configuration[description]" should be filled with the sample configuration "description" 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 Scenario: With valid attributes 43 Scenario: With valid attributes
44 Given I am a regular user 44 Given I am a regular user
45 And I am signed in 45 And I am signed in
@@ -62,7 +62,7 @@ Feature: Configuration @@ -62,7 +62,7 @@ Feature: Configuration
62 When I press the Save button 62 When I press the Save button
63 Then I should see "Name has already been taken" 63 Then I should see "Name has already been taken"
64 64
65 - @kalibro_configuration_restart @wip 65 + @kalibro_configuration_restart
66 Scenario: Editing just the description 66 Scenario: Editing just the description
67 Given I am a regular user 67 Given I am a regular user
68 And I am signed in 68 And I am signed in
features/kalibro_configuration/listing.feature
@@ -20,7 +20,7 @@ Feature: Configuration listing @@ -20,7 +20,7 @@ Feature: Configuration listing
20 Then the sample configuration should be there 20 Then the sample configuration should be there
21 And I should not see "You must be logged in to create configurations." 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 Scenario: Should show the existing configuration 24 Scenario: Should show the existing 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/kalibro_configuration/show.feature
@@ -3,7 +3,7 @@ Feature: Show Configuration @@ -3,7 +3,7 @@ Feature: Show 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 configuration contents 7 Scenario: Checking configuration contents
8 Given I have a sample configuration 8 Given I have a sample configuration
9 And I have a hotspot metric configuration 9 And I have a hotspot metric configuration