Commit f5408012ac80ef0cb6f8da7c78205973b3950b23

Authored by Rafael Manzo
1 parent 1c1afc78

Fixed repository acceptance tests that now depends on a logged in user

features/repository/show/date_select.feature
... ... @@ -5,7 +5,8 @@ Feature: Date Select
5 5  
6 6 @kalibro_configuration_restart @kalibro_processor_restart @javascript
7 7 Scenario: With a specific date selected
8   - Given I have a sample project
  8 + Given I am a regular user
  9 + And I have a sample project
9 10 And I have a sample configuration with native metrics
10 11 And I have a sample repository within the sample project
11 12 And I start to process that repository
... ...
features/repository/show/repository_info.feature
... ... @@ -5,7 +5,8 @@ Feature: Show Repository
5 5  
6 6 @kalibro_configuration_restart @kalibro_processor_restart @javascript
7 7 Scenario: Testing the repository values
8   - Given I have a sample project
  8 + Given I am a regular user
  9 + And I have a sample project
9 10 And I have a sample configuration with native metrics
10 11 And I have a sample repository within the sample project
11 12 And I start to process that repository
... ...