Commit edf85a2a4f691042c4aeb96426ec0a1376cc2bda
Committed by
Guilherme Rojas
1 parent
8e9595ca
Exists in
colab
and in
4 other branches
Acceptance test for the repository reprocess button
Signed-off by: Renan Fichberg <rfichberg@gmail.com>
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
features/repository/show/repository_info.feature
| @@ -19,7 +19,7 @@ Feature: Show Repository | @@ -19,7 +19,7 @@ Feature: Show Repository | ||
| 19 | And I should see "License" | 19 | And I should see "License" |
| 20 | And I should see the given repository's content | 20 | And I should see the given repository's content |
| 21 | 21 | ||
| 22 | - @kalibro_restart @javascript | 22 | + @kalibro_restart @javascript @wip |
| 23 | Scenario: With a ready processing | 23 | Scenario: With a ready processing |
| 24 | Given I am a regular user | 24 | Given I am a regular user |
| 25 | And I am signed in | 25 | And I am signed in |
| @@ -44,6 +44,9 @@ Feature: Show Repository | @@ -44,6 +44,9 @@ Feature: Show Repository | ||
| 44 | Then I should see "Name" | 44 | Then I should see "Name" |
| 45 | And I should see "Granularity" | 45 | And I should see "Granularity" |
| 46 | And I should see "Grade" | 46 | And I should see "Grade" |
| 47 | + When I click the "Processing information" h3 | ||
| 48 | + And I click the "Reprocess" link | ||
| 49 | + Then I should see "LOADING" | ||
| 47 | 50 | ||
| 48 | @kalibro_restart @javascript | 51 | @kalibro_restart @javascript |
| 49 | Scenario: Just after start to process | 52 | Scenario: Just after start to process |