mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 09:36:47 +10:00
11 lines
293 B
Gherkin
11 lines
293 B
Gherkin
@admin
|
|
Feature: Admin email
|
|
Background:
|
|
Given I sign in as an admin
|
|
And I visit admin email page
|
|
|
|
Scenario: Create a new email notification
|
|
When I click new email notification
|
|
And submit form with email notification info
|
|
Then I should see notification about being sent
|