Commit edf85a2a4f691042c4aeb96426ec0a1376cc2bda

Authored by Rafael Manzo
Committed by Guilherme Rojas
1 parent 8e9595ca

Acceptance test for the repository reprocess button

Signed-off by: Renan Fichberg <rfichberg@gmail.com>
features/repository/show/repository_info.feature
... ... @@ -19,7 +19,7 @@ Feature: Show Repository
19 19 And I should see "License"
20 20 And I should see the given repository's content
21 21  
22   - @kalibro_restart @javascript
  22 + @kalibro_restart @javascript @wip
23 23 Scenario: With a ready processing
24 24 Given I am a regular user
25 25 And I am signed in
... ... @@ -44,6 +44,9 @@ Feature: Show Repository
44 44 Then I should see "Name"
45 45 And I should see "Granularity"
46 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 51 @kalibro_restart @javascript
49 52 Scenario: Just after start to process
... ...