Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-04-01 13:27:27 +0300
committerSanad Liaquat <sliaquat@gitlab.com>2019-04-01 13:27:27 +0300
commit9e90ac1b6c612d008dc478c6a7ad5aa4307832fb (patch)
tree5403c80b117e687f45f1ad8a3f34e46afe58d61a
parent2db4e79f2825408f99e4f070bc3393de9b4cace3 (diff)
parent22cb8262f37a100dd45f60c67b261a9b6de06c4b (diff)
Merge branch 'fix_qa_auto_devops_spec' into 'master'
Fix typo in QA auto_devops spec See merge request gitlab-org/gitlab-ce!26809
-rw-r--r--qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb2
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