mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
9 lines
239 B
Gherkin
9 lines
239 B
Gherkin
Feature: Profile Notifications
|
|
Background:
|
|
Given I sign in as a user
|
|
And I own project "Shop"
|
|
|
|
Scenario: I visit notifications tab
|
|
When I visit profile notifications page
|
|
Then I should see global notifications settings
|