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