Feature: user logs out As a user I want to log out of my account So that I can protect my work, identity and be assured of my privacy Scenario: User can logout Given the administrator has logged in using the webUI When the user opens the user profile using the webUI And the user logs out using the webUI Then the user should be logged out successfully