e84057da1b
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
9 lines
248 B
Gherkin
9 lines
248 B
Gherkin
@profile
|
|
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
|