chore: add mayfail to tests that fail on CI
This commit is contained in:
parent
6ef96a6a7c
commit
e0172c8bb9
|
@ -9,6 +9,8 @@ Feature: User Identity
|
|||
And the user signs up with username "tester123" and password "TesTEr16843/!@00"
|
||||
And the user lands on the signed in app
|
||||
|
||||
@mayfail
|
||||
# FIXME test is broken on step `the user's social links are empty`. Issue #9499
|
||||
Scenario Outline: The user sets display name, bio and social links
|
||||
Given the user opens app settings screen
|
||||
And the user opens the profile settings
|
||||
|
|
|
@ -17,6 +17,8 @@ Feature: Status Desktop Wallet
|
|||
Given the user opens wallet screen
|
||||
And the user clicks on the first account
|
||||
|
||||
@mayfail
|
||||
# FIXME all wallet tests are broken. Issue #9498
|
||||
Scenario: The user can manage and observe a watch only account
|
||||
When the user adds watch only account "0xea123F7beFF45E3C9fdF54B324c29DBdA14a639A" named "AccountWatch"
|
||||
Then the new account "AccountWatch" is added
|
||||
|
@ -25,20 +27,28 @@ Feature: Status Desktop Wallet
|
|||
# And the collectibles are listed for the on
|
||||
# And the transactions are listed for the added account
|
||||
|
||||
@mayfail
|
||||
# FIXME all wallet tests are broken. Issue #9498
|
||||
Scenario: The user imports a private key
|
||||
When an account named "AccountPrivate" is added via private key "8da4ef21b864d2cc526dbdb2a120bd2874c36c9d0a1fb7f8c63d7f7a8b41de8f" and authenticated using password "TesTEr16843/!@00"
|
||||
Then the new account "AccountPrivate" is added
|
||||
|
||||
@mayfail
|
||||
# FIXME all wallet tests are broken. Issue #9498
|
||||
Scenario: The user generates a new account from wallet and deletes it
|
||||
When an account named "AccountGenerated" is generated and authenticated using password "TesTEr16843/!@00"
|
||||
Then the new account "AccountGenerated" is added
|
||||
When the user deletes the account "AccountGenerated" with password "TesTEr16843/!@00"
|
||||
Then the account "AccountGenerated" is not in the list of accounts
|
||||
|
||||
@mayfail
|
||||
# FIXME all wallet tests are broken. Issue #9498
|
||||
Scenario: The user can import seed phrase
|
||||
When an account named "AccountSeed" is added via imported seed phrase "pelican chief sudden oval media rare swamp elephant lawsuit wheat knife initial" and authenticated using password "TesTEr16843/!@00"
|
||||
Then the new account "AccountSeed" is added
|
||||
|
||||
@mayfail
|
||||
# FIXME all wallet tests are broken. Issue #9498
|
||||
Scenario: The user edits the default account
|
||||
Given the user opens app settings screen
|
||||
And the user opens the wallet settings
|
||||
|
@ -46,6 +56,8 @@ Feature: Status Desktop Wallet
|
|||
And the user edits default account to "Default" name and "#FFCA0F" color
|
||||
Then the default account is updated to be named "DefaultStatus account" with color "#FFCA0F"
|
||||
|
||||
@mayfail
|
||||
# FIXME all wallet tests are broken. Issue #9498
|
||||
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>"
|
||||
|
|
Loading…
Reference in New Issue