blob: e7937953c1be8492bd592fb39a4ee117b2729c65 (
plain)
1
2
3
4
5
6
7
8
|
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
|