Commit 22f07c1d0cfc97479cd869180202bcf152bcfa68

Authored by Rafael Manzo
1 parent e19c7cef

Fixes repository reprocess acceptance test by adding the necessary repository ownership

features/repository/show/repository_info.feature
... ... @@ -26,6 +26,7 @@ Feature: Show Repository
26 26 And I own a sample project
27 27 And I have a sample configuration with native metrics
28 28 And I have a sample repository within the sample project named "QtCalculator"
  29 + And I own that repository
29 30 And I start to process that repository
30 31 And I wait up for a ready processing
31 32 When I visit the repository show page
... ...