summaryrefslogtreecommitdiff
path: root/qa/qa/factory/resource/branch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/factory/resource/branch.rb')
-rw-r--r--qa/qa/factory/resource/branch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/factory/resource/branch.rb b/qa/qa/factory/resource/branch.rb
index 60539992073..f3b52565d17 100644
--- a/qa/qa/factory/resource/branch.rb
+++ b/qa/qa/factory/resource/branch.rb
@@ -43,7 +43,7 @@ module QA
# to `allow_to_push` variable.
return branch unless @protected
- Page::Menu::Side.act do
+ Page::Project::Menu.act do
click_repository_settings
end