Files
gitlabhq/features/admin/emails.feature
T
2014-08-26 17:16:12 +02:00

18 lines
552 B
Gherkin

@admin
Feature: Admin email
Background:
Given I sign in as an admin
And there are groups with projects
Scenario: Create a new email notification
Given I visit admin email page
When I submit form with email notification info
Then I should see a notification email is begin sent
And admin emails are being sent
Scenario: Create a new email notification
Given I visit unsubscribe from admin notification page
When I click unsubscribe
Then I get redirected to the sign in path
And unsubscribed email is sent