Noelia 2d204c99d8 test(suite_settings/tst_signUpAndQuit): Disabled bc it is unstable
It fails sometimes reporting a FATAL error in CI execution: "The AUT did not respond to network communication".
2022-11-22 18:55:02 +01:00

17 lines
847 B
Gherkin

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
# TODO: Unstable. It fails sometimes reporting a FATAL error in CI execution: "The AUT did not respond to network communication"
@mayfail
Scenario: The user quits the app
When the user clicks on Sign out and Quit
Then the app is closed