AutorÃa | Ultima modificación | Ver Log |
@core @core_notesFeature: Add notes to site usersIn order to share information with other usersAs an adminI need to add notes to site user accountsScenario: Add a user site noteGiven the following "users" exist:| username | firstname | lastname | email || student1 | Student | 1 | student1@example.com |When I am on the "student1" "user > profile" page logged in as "admin"And I follow "Notes"And I follow "Add a new note"And I set the field "Content" to "Student 1 needs to pick up his game"And I press "Save changes"Then I should see "Student 1 needs to pick up his game" in the ".notelist" "css_element"