summaryrefslogtreecommitdiff
path: root/qa/qa/resource/ci_variable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/resource/ci_variable.rb')
-rw-r--r--qa/qa/resource/ci_variable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/resource/ci_variable.rb b/qa/qa/resource/ci_variable.rb
index 0570c47d41c..d82de4cb816 100644
--- a/qa/qa/resource/ci_variable.rb
+++ b/qa/qa/resource/ci_variable.rb
@@ -15,7 +15,7 @@ module QA
def fabricate!
project.visit!
- Page::Project::Menu.perform(&:click_ci_cd_settings)
+ Page::Project::Menu.perform(&:go_to_ci_cd_settings)
Page::Project::Settings::CICD.perform do |setting|
setting.expand_ci_variables do |page|