Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-05-09 14:58:43 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-05-09 14:58:43 +0300
commita19508d6b79aa3a399f479b09b52b35b5289a92a (patch)
tree2fef8699ea9d45610a0f9932b20a31e01c458ae8 /features/steps
parent5bd32954f619b521496bca200a0ed31615b8e736 (diff)
Fix test failures
Diffstat (limited to 'features/steps')
-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