2014-06-04 16:55:27 -04:00
|
|
|
@profile
|
2013-06-26 13:54:51 -04:00
|
|
|
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
|
2016-03-30 04:32:19 -04:00
|
|
|
|
|
|
|
@javascript
|
|
|
|
Scenario: I edit Project Notifications
|
|
|
|
Given I visit profile notifications page
|
|
|
|
When I select Mention setting from dropdown
|
|
|
|
Then I should see Notification saved message
|