summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/settings/repository.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/project/settings/repository.rb')
-rw-r--r--qa/qa/page/project/settings/repository.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/project/settings/repository.rb b/qa/qa/page/project/settings/repository.rb
index bf1c3130485..6931d26b259 100644
--- a/qa/qa/page/project/settings/repository.rb
+++ b/qa/qa/page/project/settings/repository.rb
@@ -7,7 +7,7 @@ module QA
class Repository < Page::Base
include QA::Page::Settings::Common
- view 'app/views/projects/protected_branches/shared/_index.html.haml' do
+ view 'app/views/protected_branches/shared/_index.html.haml' do
element :protected_branches_settings_content
end