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-06 14:58:57 -0500 |
commit | 7592137f218a1a5ef0a8031846cc93ecf185dd9f (patch) | |
tree | 257e3739708f4e3996bfca07f0fbd70edd2de606 /spec/features/auto_deploy_spec.rb | |
parent | 0e325ea6ee625ad24709dd1118e36803bbaa222e (diff) | |
download | gitlab-ce-7592137f218a1a5ef0a8031846cc93ecf185dd9f.tar.gz |
Fix rspec and spinach tests
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 |