mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 15:24:39 +00:00
f2615e3cef
Added debug helpers found useful in debugging while implementing squish tests Closes: #6902
19 lines
824 B
Gherkin
19 lines
824 B
Gherkin
Feature: Status Desktop Settings Menu
|
|
|
|
As a user I want to login the app go to Settings and go through all settings menu
|
|
checking the result of each menu item
|
|
|
|
Background: Sign up and open settings section
|
|
Given A first time user lands on the status desktop and generates new key
|
|
When user signs up with username tester123 and password TesTEr16843/!@00
|
|
Then the user lands on the signed in app
|
|
When the user opens app settings screen
|
|
|
|
Scenario: The user quits the app
|
|
When the user clicks on Sign out and Quit
|
|
Then the app is closed
|
|
|
|
Scenario: User can backup seed phrase
|
|
When the user activates wallet and opens the wallet settings
|
|
And the user backs up the wallet seed phrase
|
|
Then the backup seed phrase indicator is not displayed |