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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-12-21 23:13:13 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-12-21 23:13:13 +0300
commit3cb8f01b9a33925bd65347f4a97c6db2f787589c (patch)
tree1d4e5bfe1ae84ac6da0a31c357da7f6395a4398b /spec/features/auto_deploy_spec.rb
parent9809a9af8a3980f8a65262295cfd9701e793ac11 (diff)
Added Autodeploy script for OpenShift
Diffstat (limited to 'spec/features/auto_deploy_spec.rb')
-rw-r--r--spec/features/auto_deploy_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/auto_deploy_spec.rb b/spec/features/auto_deploy_spec.rb
index 92c5b1cbb3b..e581aa411b0 100644
--- a/spec/features/auto_deploy_spec.rb
+++ b/spec/features/auto_deploy_spec.rb
@@ -37,7 +37,7 @@ describe 'Auto deploy' do
click_button 'Choose a GitLab CI Yaml template'
within '.gitlab-ci-yml-selector' do
- expect(page).to have_content('Kubernetes')
+ expect(page).to have_content('OpenShift')
end
end
@@ -45,7 +45,7 @@ describe 'Auto deploy' do
click_link 'Set up autodeploy'
click_button 'Choose a GitLab CI Yaml template'
within '.gitlab-ci-yml-selector' do
- click_on 'Kubernetes'
+ click_on 'OpenShift'
end
wait_for_ajax
click_button 'Commit Changes'