mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 03:28:52 +00:00
24 lines
739 B
Gherkin
24 lines
739 B
Gherkin
|
#******************************************************************************
|
||
|
# Status.im
|
||
|
#*****************************************************************************/
|
||
|
#/**
|
||
|
# * \file test.feature
|
||
|
# *
|
||
|
# * \test Status Sign up
|
||
|
# * \date May 2022
|
||
|
# **
|
||
|
# *****************************************************************************/
|
||
|
|
||
|
Feature: Status Desktop Sign Up
|
||
|
|
||
|
As a user I want to Sign-up into the Status Desktop application.
|
||
|
|
||
|
The following scenarios cover Sign up process.
|
||
|
|
||
|
Scenario: User signs up with password
|
||
|
|
||
|
Given A first time user lands on the status desktop and generates new key
|
||
|
When user inputs username tester123 and password TesTEr16843/!@00
|
||
|
Then the user lands on the signed in app
|
||
|
|