diff options
Diffstat (limited to 'features/project')
| -rw-r--r-- | features/project/hooks.feature | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/features/project/hooks.feature b/features/project/hooks.feature index 52e02a890dd..1a60846a23e 100644 --- a/features/project/hooks.feature +++ b/features/project/hooks.feature @@ -24,3 +24,9 @@ Feature: Project Hooks And I visit project hooks page When I click test hook button Then I should see hook error message + + Scenario: I test a hook on down URL + Given project has hook + And I visit project hooks page + When I click test hook button with invalid URL + Then I should see hook service down error message |
