Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Define a user
 using Tests.Model.UserContext
  from Tests.DLL

Story Make sure user can work with notes
    Is about a user
    
    As a user
    I want to save my notes
    So that I can see them in future

    Scenario If user add note then we should see it in notes list
        Given user have no notes
        When user adds an empty note
        Then the notes list should contain empty note