fix(@desktop/wallet): disable failing test to make saved address favourite
after favourite feature has been disabled
This commit is contained in:
parent
338ad61093
commit
d2aa9e97bf
|
@ -47,16 +47,17 @@ Feature: Status Desktop Wallet
|
|||
Then the default account is updated to be named "DefaultStatus account" with color "#FFCA0F"
|
||||
|
||||
Scenario Outline: The user can manage a saved address
|
||||
When the user adds a saved address named "<name>" and address "<address>"
|
||||
And the user toggles favourite for the saved address with name "<name>"
|
||||
Then the saved address "<name>" has favourite status "true"
|
||||
|
||||
When the user deletes the saved address with name "<name>"
|
||||
Then the name "<name>" is not in the list of saved addresses
|
||||
|
||||
When the user adds a saved address named "<name>" and address "<address>"
|
||||
And the user edits a saved address with name "<name>" to "<new_name>"
|
||||
Then the name "<new_name><name>" is in the list of saved addresses
|
||||
|
||||
When the user deletes the saved address with name "<new_name><name>"
|
||||
Then the name "<new_name><name>" is not in the list of saved addresses
|
||||
|
||||
# Test for toggling favourite button is disabled until favourite functionality is enabled
|
||||
# When the user adds a saved address named "<name>" and address "<address>"
|
||||
# And the user toggles favourite for the saved address with name "<name>"
|
||||
# Then the saved address "<name>" has favourite status "true"
|
||||
Examples:
|
||||
| name | address | new_name |
|
||||
| bar | 0x8397bc3c5a60a1883174f722403d63a8833312b7 | foo |
|
||||
| bar | 0x8397bc3c5a60a1883174f722403d63a8833312b7 | foo |
|
||||
|
|
Loading…
Reference in New Issue