2022-11-16 12:06:37 +00:00
|
|
|
Feature: Status Desktop Sign out and Quit
|
|
|
|
|
|
|
|
As a user I want to login the app go to Settings and make basic settings actions related to extra settings settions (
|
|
|
|
|
|
|
|
The feature start sequence follows the global one (setup on global `bdd_hooks`): No additional steps
|
|
|
|
|
|
|
|
Background: Sign up and open settings section
|
|
|
|
Given A first time user lands on the status desktop and generates new key
|
|
|
|
And the user signs up with username "tester123" and password "TesTEr16843/!@00"
|
|
|
|
And the user lands on the signed in app
|
|
|
|
Given the user opens app settings screen
|
|
|
|
|
2022-11-22 15:59:32 +00:00
|
|
|
# TODO: Unstable. It fails sometimes reporting a FATAL error in CI execution: "The AUT did not respond to network communication"
|
|
|
|
@mayfail
|
2022-11-16 12:06:37 +00:00
|
|
|
Scenario: The user quits the app
|
|
|
|
When the user clicks on Sign out and Quit
|
|
|
|
Then the app is closed
|