dolibarr/test/acceptance/features/logout.feature
SwikritiT 1ef46d082c Feature files created to login, add users and logout
Co-authored-by: Yamuna Adhikari <adhikariamuna4444@gmail.com>
2020-10-08 12:59:56 +05:45

11 lines
378 B
Gherkin

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