mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-11 12:01:23 +01:00
11 lines
378 B
Gherkin
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
|