summaryrefslogtreecommitdiff
path: root/features/steps/project/services.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-12-19 22:12:30 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2016-12-19 22:12:30 +0100
commite06f88effa842c73d3827593f8d28846207bfca0 (patch)
tree36071dc6ca49d9b46f88611071a3088b61b70a7e /features/steps/project/services.rb
parent298d05a5c3cc3c2f1daa4d77c45f9c90b53248df (diff)
downloadgitlab-ce-e06f88effa842c73d3827593f8d28846207bfca0.tar.gz
Diffstat (limited to 'features/steps/project/services.rb')
-rw-r--r--features/steps/project/services.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/steps/project/services.rb b/features/steps/project/services.rb
index 06a1afedbd9..a4d29770922 100644
--- a/features/steps/project/services.rb
+++ b/features/steps/project/services.rb
@@ -137,11 +137,11 @@ class Spinach::Features::ProjectServices < Spinach::FeatureSteps
expect(find_field('Colorize messages').value).to eq '1'
end
- step 'I click Slack Notifications service link' do
- click_link 'Slack Notifications'
+ step 'I click Slack notifications service link' do
+ click_link 'Slack notifications'
end
- step 'I fill Slack Notifications settings' do
+ step 'I fill Slack notifications settings' do
check 'Active'
fill_in 'Webhook', with: 'https://hooks.slack.com/services/SVRWFV0VVAR97N/B02R25XN3/ZBqu7xMupaEEICInN685'
click_button 'Save'