summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-05-09 13:58:43 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-05-09 13:58:43 +0200
commita19508d6b79aa3a399f479b09b52b35b5289a92a (patch)
tree2fef8699ea9d45610a0f9932b20a31e01c458ae8 /features
parent5bd32954f619b521496bca200a0ed31615b8e736 (diff)
downloadgitlab-ce-a19508d6b79aa3a399f479b09b52b35b5289a92a.tar.gz
Fix test failures
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/hooks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/hooks.rb b/features/steps/project/hooks.rb
index b1ffe7f7b4c..13c0713669a 100644
--- a/features/steps/project/hooks.rb
+++ b/features/steps/project/hooks.rb
@@ -59,7 +59,7 @@ class Spinach::Features::ProjectHooks < Spinach::FeatureSteps
step 'hook should be triggered' do
expect(current_path).to eq namespace_project_hooks_path(current_project.namespace, current_project)
expect(page).to have_selector '.flash-notice',
- text: 'Hook successfully executed.'
+ text: 'Hook executed successfully: HTTP 200'
end
step 'I should see hook error message' do