2022-08-12 18:55:06 +00:00
|
|
|
Feature: Status Desktop Transaction
|
|
|
|
|
2022-08-09 13:52:17 +00:00
|
|
|
As a user I want to perform transaction
|
2022-08-12 18:55:06 +00:00
|
|
|
|
2022-08-09 13:52:17 +00:00
|
|
|
Background: Sign up & Enable wallet section & Toggle test networks
|
|
|
|
Given A first time user lands on the status desktop and navigates to import seed phrase
|
|
|
|
When The user inputs the seed phrase pelican chief sudden oval media rare swamp elephant lawsuit wheat knife initial
|
|
|
|
And user clicks on the following ui-component seedPhraseView_Submit_Button
|
|
|
|
When user signs up with username tester123 and password qqqqqqqqqq
|
2022-08-12 18:55:06 +00:00
|
|
|
Then the user lands on the signed in app
|
|
|
|
When the user opens app settings screen
|
|
|
|
When the user activates wallet and opens the wallet settings
|
|
|
|
When the user toggles test networks
|
|
|
|
When the user opens wallet screen
|
|
|
|
When the user accepts the signing phrase
|
|
|
|
|
2022-08-09 13:52:17 +00:00
|
|
|
# Scenario Outline: User sends a transaction
|
|
|
|
# When the user sends a transaction to himself from account Status account of <amount> <token> on <chain_name> with password TesTEr16843/!@00
|
|
|
|
# Then the transaction is in progress
|
2022-08-12 18:55:06 +00:00
|
|
|
|
2022-08-09 13:52:17 +00:00
|
|
|
# Examples:
|
|
|
|
# | amount | token | chain_name |
|
|
|
|
# | 0.000001 | ETH | Ropsten |
|
|
|
|
# | 0 | ETH | Ropsten |
|
|
|
|
# | 1 | STT | Goerli |
|
|
|
|
# | 0 | STT | Goerli |
|
|
|
|
|
|
|
|
|
|
|
|
# Scenario: User registers a ENS name
|
|
|
|
# When the user registers a random ens name with password qqqqqqqqqq
|
|
|
|
# Then the transaction is in progress
|