diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-04-01 15:26:02 +1300 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-04-01 15:26:02 +1300 |
commit | 22cb8262f37a100dd45f60c67b261a9b6de06c4b (patch) | |
tree | 43f04259dd22b881cbf675065aba4d6ea51c93b0 /qa | |
parent | afbc827465e6fc0e4eec1308e34637bcd317eb52 (diff) | |
download | gitlab-ce-22cb8262f37a100dd45f60c67b261a9b6de06c4b.tar.gz |
Fix typo in QA auto_devops specfix_qa_auto_devops_spec
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb b/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb index e9e0b69d7b8..bb1f775da75 100644 --- a/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb +++ b/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb @@ -94,7 +94,7 @@ module QA Page::Project::Menu.perform(&:go_to_operations_environments) Page::Project::Operations::Environments::Index.perform do |index| - index.click_environment_linkindex.go_to_environment('production') + index.click_environment_link('production') end Page::Project::Operations::Environments::Show.perform do |show| show.view_deployment do |