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:
authorSullivan SENECHAL <soullivaneuh@gmail.com>2014-10-01 04:48:41 +0400
committerSullivan SENECHAL <soullivaneuh@gmail.com>2014-10-03 15:54:37 +0400
commitd1fa3b336d1d3e3c1f9a10ca007e3d1193e5e205 (patch)
tree4ab193d600aa60182b1f0ff01bfd116b640b274f /features/project
parent43217dd5ddcb7557ea0c7300c6a02253f1b99d7d (diff)
Add Pushover service integration
That introduce select field type for services options.
Diffstat (limited to 'features/project')
-rw-r--r--features/project/service.feature6
1 files changed, 6 insertions, 0 deletions
diff --git a/features/project/service.feature b/features/project/service.feature
index a5af065c9e7..af88eaefa8f 100644
--- a/features/project/service.feature
+++ b/features/project/service.feature
@@ -43,6 +43,12 @@ Feature: Project Services
And I fill Slack settings
Then I should see Slack service settings saved
+ Scenario: Activate Pushover service
+ When I visit project "Shop" services page
+ And I click Pushover service link
+ And I fill Pushover settings
+ Then I should see Pushover service settings saved
+
Scenario: Activate email on push service
When I visit project "Shop" services page
And I click email on push service link