Merge branch 'fix_qa_auto_devops_spec' into 'master'

Fix typo in QA auto_devops spec

See merge request gitlab-org/gitlab-ce!26809
This commit is contained in:
Sanad Liaquat 2019-04-01 10:27:27 +00:00
commit 9e90ac1b6c
1 changed files with 1 additions and 1 deletions

View File

@ -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