diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-04-28 20:16:36 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-04-28 20:16:36 +0000 |
commit | 14c2c573a382437059f538abe088bd51c646dbfc (patch) | |
tree | ace6c731f44656fd7e3e34b77d3245f73428fce5 /features | |
parent | bdcba438730bf2dcef29385ba49811fde2e1c17c (diff) | |
parent | b651303ea63874e7cc9428c09770bee138cc68ec (diff) | |
download | gitlab-ce-14c2c573a382437059f538abe088bd51c646dbfc.tar.gz |
Merge branch 'project-webhooks-ui' into 'master'
Project webhooks updated UI
Closes #13993


See merge request !3922
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/project/hooks.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/hooks.rb b/features/steps/project/hooks.rb index 4994df589a7..b1ffe7f7b4c 100644 --- a/features/steps/project/hooks.rb +++ b/features/steps/project/hooks.rb @@ -48,12 +48,12 @@ class Spinach::Features::ProjectHooks < Spinach::FeatureSteps step 'I click test hook button' do stub_request(:post, @hook.url).to_return(status: 200) - click_link 'Test Hook' + click_link 'Test' end step 'I click test hook button with invalid URL' do stub_request(:post, @hook.url).to_raise(SocketError) - click_link 'Test Hook' + click_link 'Test' end step 'hook should be triggered' do |