diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-04-04 13:06:32 -0500 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-04-05 21:01:51 -0500 |
commit | c9bc3c3bd6598d98a2771bc9a8c5bffd01513b21 (patch) | |
tree | 4ea0b2a3c532f7487f1fe62b228d1c72a6c50eef /spec/features/auto_deploy_spec.rb | |
parent | ffcd32c7046e2c6dc7cf450387fdb484e7d633c1 (diff) | |
download | gitlab-ce-misc-capitalization-fix.tar.gz |
Fix rspec and spinach testsmisc-capitalization-fix
Diffstat (limited to 'spec/features/auto_deploy_spec.rb')
-rw-r--r-- | spec/features/auto_deploy_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/auto_deploy_spec.rb b/spec/features/auto_deploy_spec.rb index 009e9c6b04c..6f36c74c911 100644 --- a/spec/features/auto_deploy_spec.rb +++ b/spec/features/auto_deploy_spec.rb @@ -56,7 +56,7 @@ describe 'Auto deploy' do click_on 'OpenShift' end wait_for_ajax - click_button 'Commit Changes' + click_button 'Commit changes' expect(page).to have_content('New Merge Request From auto-deploy into master') end |