summaryrefslogtreecommitdiff
path: root/qa/qa/resource/branch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/resource/branch.rb')
-rw-r--r--qa/qa/resource/branch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/resource/branch.rb b/qa/qa/resource/branch.rb
index bd52c4abe02..a45dd030625 100644
--- a/qa/qa/resource/branch.rb
+++ b/qa/qa/resource/branch.rb
@@ -46,7 +46,7 @@ module QA
# to `allow_to_push` variable.
return branch unless @protected
- Page::Project::Menu.perform(&:click_repository_settings)
+ Page::Project::Menu.perform(&:go_to_repository_settings)
Page::Project::Settings::Repository.perform do |setting|
setting.expand_protected_branches do |page|