Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
@core_message @message_popup
2
Feature: Notification popover preferences
3
  In order to modify my notification preferences
4
  As a user
5
  I can navigate to the preferences page from the popover
6
 
7
  Background:
8
    Given the following "users" exist:
9
      | username | firstname | lastname | email            |
10
      | user1    | User      | 1        | user1@example.com    |
11
 
12
  @javascript
13
  Scenario: User navigates to preferences page
14
    Given I log in as "user1"
15
    And I open the notification popover
16
    When I follow "Notification preferences"
17
    Then I should see "Notification preferences"