BigW Consortium Gitlab

notifications.feature 446 Bytes
Newer Older
1
@profile
2 3 4 5 6 7 8 9
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
10 11 12 13 14 15

  @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