mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
12 lines
338 B
Gherkin
12 lines
338 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 send
|
|
And admin emails are being sent
|