tests: managing wallet accounts tests marked as `@mayfail`

Tracked in issue:
https://github.com/status-im/status-desktop/issues/10287
This commit is contained in:
Sale Djenic 2023-04-13 13:09:13 +02:00 committed by saledjenic
parent 7f8d6ce2c7
commit 67ad2ea24c
1 changed files with 11 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Feature: Status Desktop Wallet Section Wallet Account Management
** and the user opens the wallet section ** and the user opens the wallet section
** and the user accepts the signing phrase ** and the user accepts the signing phrase
@mayfail
Scenario Outline: The user edits default wallet account Scenario Outline: The user edits default wallet account
When the user clicks on the default wallet account When the user clicks on the default wallet account
And the user edits an account with "<name>" to "<new_name>" with color "#<new_color>" and emoji "<new_emoji>" And the user edits an account with "<name>" to "<new_name>" with color "#<new_color>" and emoji "<new_emoji>"
@ -19,6 +20,7 @@ Feature: Status Desktop Wallet Section Wallet Account Management
| name | new_name | new_color | new_emoji | new_emoji_unicode | | name | new_name | new_color | new_emoji | new_emoji_unicode |
| Status account | My Primary Account | 7CDA00 | sunglasses | 1f60e | | Status account | My Primary Account | 7CDA00 | sunglasses | 1f60e |
@mayfail
Scenario Outline: The user manages a watch only account Scenario Outline: The user manages a watch only account
When the user adds a watch only account "<address>" with "<name>" color "#<color>" and emoji "<emoji>" via "<add_via_context_menu>" When the user adds a watch only account "<address>" with "<name>" color "#<color>" and emoji "<emoji>" via "<add_via_context_menu>"
Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>" Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>"
@ -40,6 +42,7 @@ Feature: Status Desktop Wallet Section Wallet Account Management
# - Scenario Outline: The user manages a custom generated account # - Scenario Outline: The user manages a custom generated account
################################################################## ##################################################################
@mayfail
Scenario Outline: The user manages a generated account Scenario Outline: The user manages a generated account
When the user adds a generated account with "<name>" color "#<color>" and emoji "<emoji>" via "<add_via_context_menu>" using password "<password>" When the user adds a generated account with "<name>" color "#<color>" and emoji "<emoji>" via "<add_via_context_menu>" using password "<password>"
Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>" Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>"
@ -53,6 +56,7 @@ Feature: Status Desktop Wallet Section Wallet Account Management
| TesTEr16843/!@00 | m/44'/60'/0'/0/1 | GenAcc_1 | 2946C4 | sunglasses | 1f60e | yes | GenAcc_1_edited | 7CDA00 | thumbsup | 1f44d | | TesTEr16843/!@00 | m/44'/60'/0'/0/1 | GenAcc_1 | 2946C4 | sunglasses | 1f60e | yes | GenAcc_1_edited | 7CDA00 | thumbsup | 1f44d |
| TesTEr16843/!@00 | m/44'/60'/0'/0/2 | GenAcc_2 | D37EF4 | sunglasses | 1f60e | no | GenAcc_2_edited | 26A69A | thumbsup | 1f44d | | TesTEr16843/!@00 | m/44'/60'/0'/0/2 | GenAcc_2 | D37EF4 | sunglasses | 1f60e | no | GenAcc_2_edited | 26A69A | thumbsup | 1f44d |
@mayfail
Scenario Outline: The user manages a custom generated account Scenario Outline: The user manages a custom generated account
When the user adds to "N/A" a custom generated account with "<name>" color "#<color>" and emoji "<emoji>" using password "<password>" and setting custom path index "<index>" or selecting address with "<order>" using "<is_ethereum_root>" When the user adds to "N/A" a custom generated account with "<name>" color "#<color>" and emoji "<emoji>" using password "<password>" and setting custom path index "<index>" or selecting address with "<order>" using "<is_ethereum_root>"
Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>" Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>"
@ -69,6 +73,7 @@ Feature: Status Desktop Wallet Section Wallet Account Management
################################################################## ##################################################################
@mayfail
Scenario Outline: The user manages a private key imported account Scenario Outline: The user manages a private key imported account
When the user adds a private key account "<private_key>" with "<name>" color "#<color>" and emoji "<emoji>" using password "<password>" making keypair with name "<keypair_name>" When the user adds a private key account "<private_key>" with "<name>" color "#<color>" and emoji "<emoji>" using password "<password>" making keypair with name "<keypair_name>"
Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>" Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>"
@ -81,6 +86,7 @@ Feature: Status Desktop Wallet Section Wallet Account Management
| password | keypair_name | private_key | path | name | color | emoji | emoji_unicode | new_name | new_color | new_emoji | new_emoji_unicode | | password | keypair_name | private_key | path | name | color | emoji | emoji_unicode | new_name | new_color | new_emoji | new_emoji_unicode |
| TesTEr16843/!@00 | PrivateKeyKeypair | 2daa36a3abe381a9c01610bf10fda272fbc1b8a22179a39f782c512346e3e470 | N/A | PrivKeyAcc_1 | 2946C4 | sunglasses | 1f60e | PrivKeyAcc_1_edited | 7CDA00 | thumbsup | 1f44d | | TesTEr16843/!@00 | PrivateKeyKeypair | 2daa36a3abe381a9c01610bf10fda272fbc1b8a22179a39f782c512346e3e470 | N/A | PrivKeyAcc_1 | 2946C4 | sunglasses | 1f60e | PrivKeyAcc_1_edited | 7CDA00 | thumbsup | 1f44d |
@mayfail
Scenario Outline: The user manages a seed phrase imported account Scenario Outline: The user manages a seed phrase imported account
When the user adds an imported seed phrase account "<seed_phrase>" with "<name>" color "#<color>" and emoji "<emoji>" using password "<password>" making keypair with name "<keypair_name>" When the user adds an imported seed phrase account "<seed_phrase>" with "<name>" color "#<color>" and emoji "<emoji>" using password "<password>" making keypair with name "<keypair_name>"
Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>" Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>"
@ -103,6 +109,7 @@ Feature: Status Desktop Wallet Section Wallet Account Management
# - Scenario Outline: The user manages an account created from the imported seed phrase # - Scenario Outline: The user manages an account created from the imported seed phrase
################################################################## ##################################################################
@mayfail
Scenario Outline: The user adds an account from the imported seed phrase Scenario Outline: The user adds an account from the imported seed phrase
When the user adds an imported seed phrase account "<seed_phrase>" with "<name>" color "#<color>" and emoji "<emoji>" using password "<password>" making keypair with name "<keypair_name>" When the user adds an imported seed phrase account "<seed_phrase>" with "<name>" color "#<color>" and emoji "<emoji>" using password "<password>" making keypair with name "<keypair_name>"
Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>" Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>"
@ -111,6 +118,7 @@ Feature: Status Desktop Wallet Section Wallet Account Management
| password | keypair_name | path | seed_phrase | name | color | emoji | emoji_unicode | | password | keypair_name | path | seed_phrase | name | color | emoji | emoji_unicode |
| TesTEr16843/!@00 | SPKeyPair12 | m/44'/60'/0'/0/0 | pelican chief sudden oval media rare swamp elephant lawsuit wheat knife initial | SPAcc_12 | 2946C4 | sunglasses | 1f60e | | TesTEr16843/!@00 | SPKeyPair12 | m/44'/60'/0'/0/0 | pelican chief sudden oval media rare swamp elephant lawsuit wheat knife initial | SPAcc_12 | 2946C4 | sunglasses | 1f60e |
@mayfail
Scenario Outline: The user manages an account created from the imported seed phrase Scenario Outline: The user manages an account created from the imported seed phrase
When the user adds to "<keypair_name>" a custom generated account with "<name>" color "#<color>" and emoji "<emoji>" using password "<password>" and setting custom path index "<index>" or selecting address with "<order>" using "<is_ethereum_root>" When the user adds to "<keypair_name>" a custom generated account with "<name>" color "#<color>" and emoji "<emoji>" using password "<password>" and setting custom path index "<index>" or selecting address with "<order>" using "<is_ethereum_root>"
Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>" Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>"
@ -135,6 +143,7 @@ Feature: Status Desktop Wallet Section Wallet Account Management
# - Scenario Outline: The user manages an account created from the generated seed phrase # - Scenario Outline: The user manages an account created from the generated seed phrase
################################################################## ##################################################################
@mayfail
Scenario Outline: The user adds and edits an account from the generated seed phrase Scenario Outline: The user adds and edits an account from the generated seed phrase
When the user adds a generated seed phrase account with "<name>" color "#<color>" and emoji "<emoji>" using password "<password>" making keypair with name "<keypair_name>" When the user adds a generated seed phrase account with "<name>" color "#<color>" and emoji "<emoji>" using password "<password>" making keypair with name "<keypair_name>"
Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>" Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>"
@ -145,6 +154,7 @@ Feature: Status Desktop Wallet Section Wallet Account Management
| password | keypair_name | name | color | emoji | emoji_unicode | new_name | new_color | new_emoji | new_emoji_unicode | | password | keypair_name | name | color | emoji | emoji_unicode | new_name | new_color | new_emoji | new_emoji_unicode |
| TesTEr16843/!@00 | SPKeyPair | SPAcc | 2946C4 | sunglasses | 1f60e | SPAcc_edited | 7CDA00 | thumbsup | 1f44d | | TesTEr16843/!@00 | SPKeyPair | SPAcc | 2946C4 | sunglasses | 1f60e | SPAcc_edited | 7CDA00 | thumbsup | 1f44d |
@mayfail
Scenario Outline: The user manages an account created from the generated seed phrase Scenario Outline: The user manages an account created from the generated seed phrase
When the user adds to "<keypair_name>" a custom generated account with "<name>" color "#<color>" and emoji "<emoji>" using password "<password>" and setting custom path index "<index>" or selecting address with "<order>" using "<is_ethereum_root>" When the user adds to "<keypair_name>" a custom generated account with "<name>" color "#<color>" and emoji "<emoji>" using password "<password>" and setting custom path index "<index>" or selecting address with "<order>" using "<is_ethereum_root>"
Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>" Then the account is correctly displayed with "<name>" and "#<color>" and emoji unicode "<emoji_unicode>"
@ -160,6 +170,7 @@ Feature: Status Desktop Wallet Section Wallet Account Management
| SPKeyPair | no | N/A | 99 | TesTEr16843/!@00 | m/44'/1'/0'/0/99 | CustomGenAcc_5 | 26A69A | sunglasses | 1f60e | | SPKeyPair | no | N/A | 99 | TesTEr16843/!@00 | m/44'/1'/0'/0/99 | CustomGenAcc_5 | 26A69A | sunglasses | 1f60e |
################################################################## ##################################################################
@mayfail
Scenario: The user adds an account and then decides to use a Keycard Scenario: The user adds an account and then decides to use a Keycard
When the user adds new master key and go to use a Keycard When the user adds new master key and go to use a Keycard
Then settings keycard section is opened Then settings keycard section is opened