summaryrefslogtreecommitdiff
path: root/spec/features/projects
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2017-05-11 11:41:36 +0200
committerBob Van Landuyt <bob@gitlab.com>2017-05-15 14:27:01 +0200
commitcac7e03fa1cb39a685bcde87d4d67fb17c4f48f2 (patch)
treed92728e5704a9409a372aff7a8f22b32c436caf3 /spec/features/projects
parent6c6d2bf047f8694e8b58db0feea6a3f320c372de (diff)
downloadgitlab-ce-cac7e03fa1cb39a685bcde87d4d67fb17c4f48f2.tar.gz
Rename `build_events` to `job_events` in code
Diffstat (limited to 'spec/features/projects')
-rw-r--r--spec/features/projects/settings/integration_settings_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/features/projects/settings/integration_settings_spec.rb b/spec/features/projects/settings/integration_settings_spec.rb
index 7909234556e..d3232f0cc16 100644
--- a/spec/features/projects/settings/integration_settings_spec.rb
+++ b/spec/features/projects/settings/integration_settings_spec.rb
@@ -52,6 +52,7 @@ feature 'Integration settings', feature: true do
fill_in 'hook_url', with: url
check 'Tag push events'
check 'Enable SSL verification'
+ check 'Job events'
click_button 'Add webhook'
@@ -59,6 +60,7 @@ feature 'Integration settings', feature: true do
expect(page).to have_content('SSL Verification: enabled')
expect(page).to have_content('Push Events')
expect(page).to have_content('Tag Push Events')
+ expect(page).to have_content('Job events')
end
scenario 'edit existing webhook' do