Files
dolibarr/test/acceptance/features/WebUI/logout.feature
amunaadh 5d33761b13 API test added for addUsers
Co-authored-by: Swikriti Tripathi <swikriti808@gmail.com>
2020-10-14 13:03:38 +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