diff options
| author | Daniel Aquino <daniel.aquino@nasdaqomx.com> | 2014-11-08 23:04:31 -0600 |
|---|---|---|
| committer | Doug Goldstein <cardoe@cardoe.com> | 2014-11-19 21:27:24 -0600 |
| commit | 1353f9aa643f86a3f38f3d2dfa8666d3d942293e (patch) | |
| tree | efc38a5729d7f1fe920d39d279f6c8eef833fd17 /features/project/service.feature | |
| parent | 2f3df4cb567a6f14b5a0e161084c2f4cf6fbf764 (diff) | |
| download | gitlab-ce-1353f9aa643f86a3f38f3d2dfa8666d3d942293e.tar.gz | |
HipChat service: support custom servers
HipChat allows users to run their own private servers and to be able to
support those we must connect to the correct URL when using one of these
custom servers.
Diffstat (limited to 'features/project/service.feature')
| -rw-r--r-- | features/project/service.feature | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/features/project/service.feature b/features/project/service.feature index 88fd038d45f..ed9e03b428d 100644 --- a/features/project/service.feature +++ b/features/project/service.feature @@ -19,6 +19,12 @@ Feature: Project Services And I fill hipchat settings Then I should see hipchat service settings saved + Scenario: Activate hipchat service with custom server + When I visit project "Shop" services page + And I click hipchat service link + And I fill hipchat settings with custom server + Then I should see hipchat service settings with custom server saved + Scenario: Activate pivotaltracker service When I visit project "Shop" services page And I click pivotaltracker service link |
