Commit c02f77516e62637c60b3dd0211334a7eafa28610
Committed by
Heitor
1 parent
2e5b8c1d
Exists in
colab
and in
4 other branches
Remove fixed wips for Repository show acceptance
Those were probably fixed by 206c0ccc54cec5033242ef7d15e8d24b4702a2f1. Signed off by: Heitor Reis <marcheing@gmail.com>
Showing
3 changed files
with
6 additions
and
6 deletions
Show diff stats
features/repository/show/independent.feature
| ... | ... | @@ -3,7 +3,7 @@ Feature: Date Select |
| 3 | 3 | As a regular user |
| 4 | 4 | I should be able to navigate within it |
| 5 | 5 | |
| 6 | - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip | |
| 6 | + @kalibro_configuration_restart @kalibro_processor_restart @javascript | |
| 7 | 7 | Scenario: With a idenpendent repository |
| 8 | 8 | Given I am a regular user |
| 9 | 9 | And I am signed in | ... | ... |
features/repository/show/metric_results.feature
| ... | ... | @@ -3,7 +3,7 @@ Feature: Repository metric results |
| 3 | 3 | As a regular user |
| 4 | 4 | I should see the metric results table with its graphics |
| 5 | 5 | |
| 6 | - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip | |
| 6 | + @kalibro_configuration_restart @kalibro_processor_restart @javascript | |
| 7 | 7 | Scenario: Should show the message when the graphic of the given metric has only a single point |
| 8 | 8 | Given I am a regular user |
| 9 | 9 | And I am signed in |
| ... | ... | @@ -21,7 +21,7 @@ Feature: Repository metric results |
| 21 | 21 | And I click on the sample metric's name |
| 22 | 22 | Then I should see "Loading data. Please, wait." |
| 23 | 23 | |
| 24 | - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip | |
| 24 | + @kalibro_configuration_restart @kalibro_processor_restart @javascript | |
| 25 | 25 | Scenario: Should show no range message after a process without range |
| 26 | 26 | Given I am a regular user |
| 27 | 27 | And I am signed in | ... | ... |
features/repository/show/modules_tree.feature
| ... | ... | @@ -3,7 +3,7 @@ Feature: Repository modules tree |
| 3 | 3 | As a regular user |
| 4 | 4 | I should see the tree and be able to navigate over it |
| 5 | 5 | |
| 6 | - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip | |
| 6 | + @kalibro_configuration_restart @kalibro_processor_restart @javascript | |
| 7 | 7 | Scenario: Should show modules directories root when the process has been finished |
| 8 | 8 | Given I am a regular user |
| 9 | 9 | And I am signed in |
| ... | ... | @@ -18,7 +18,7 @@ Feature: Repository modules tree |
| 18 | 18 | And I click the "Modules Tree" h3 |
| 19 | 19 | Then I should see the given module result |
| 20 | 20 | |
| 21 | - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip | |
| 21 | + @kalibro_configuration_restart @kalibro_processor_restart @javascript | |
| 22 | 22 | Scenario: Should show children of root when the process has been finished |
| 23 | 23 | Given I am a regular user |
| 24 | 24 | And I am signed in |
| ... | ... | @@ -36,7 +36,7 @@ Feature: Repository modules tree |
| 36 | 36 | And I should see "Granularity" |
| 37 | 37 | And I should see "Grade" |
| 38 | 38 | |
| 39 | - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip | |
| 39 | + @kalibro_configuration_restart @kalibro_processor_restart @javascript | |
| 40 | 40 | Scenario: Module navigation |
| 41 | 41 | Given I am a regular user |
| 42 | 42 | And I am signed in | ... | ... |