Commit d9bd7172 authored by Nick Thomas's avatar Nick Thomas

Fix a failing spinach feature related to group hooks

parent 06b63cf5
......@@ -65,6 +65,6 @@ class Spinach::Features::GroupHooks < Spinach::FeatureSteps
step 'I should see hook service down error message' do
expect(page).to have_selector '.flash-alert',
text: 'Hook execution failed: Exception from'
text: 'Hook execution failed: Failed to open'
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment