Commit f5408012ac80ef0cb6f8da7c78205973b3950b23
1 parent
1c1afc78
Exists in
colab
and in
4 other branches
Fixed repository acceptance tests that now depends on a logged in user
Showing
2 changed files
with
4 additions
and
2 deletions
Show diff stats
features/repository/show/date_select.feature
@@ -5,7 +5,8 @@ Feature: Date Select | @@ -5,7 +5,8 @@ Feature: Date Select | ||
5 | 5 | ||
6 | @kalibro_configuration_restart @kalibro_processor_restart @javascript | 6 | @kalibro_configuration_restart @kalibro_processor_restart @javascript |
7 | Scenario: With a specific date selected | 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 | And I have a sample configuration with native metrics | 10 | And I have a sample configuration with native metrics |
10 | And I have a sample repository within the sample project | 11 | And I have a sample repository within the sample project |
11 | And I start to process that repository | 12 | And I start to process that repository |
features/repository/show/repository_info.feature
@@ -5,7 +5,8 @@ Feature: Show Repository | @@ -5,7 +5,8 @@ Feature: Show Repository | ||
5 | 5 | ||
6 | @kalibro_configuration_restart @kalibro_processor_restart @javascript | 6 | @kalibro_configuration_restart @kalibro_processor_restart @javascript |
7 | Scenario: Testing the repository values | 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 | And I have a sample configuration with native metrics | 10 | And I have a sample configuration with native metrics |
10 | And I have a sample repository within the sample project | 11 | And I have a sample repository within the sample project |
11 | And I start to process that repository | 12 | And I start to process that repository |