This commit is contained in:
Anastasiya Semiankevich 2023-12-12 18:23:44 +03:00 committed by Anastasiya
parent 01382bd16e
commit 87bcc83717
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ def keys_screen(main_window) -> KeysView:
@pytest.mark.parametrize('receiver_account_address, amount, asset', [
pytest.param(constants.user.user_account_one.status_address, 0, 'Ether')
])
@pytest.mark.skip(reason="https://github.com/status-im/status-desktop/issues/12987")
def test_wallet_send_0_eth(keys_screen, main_window, user_account, receiver_account_address, amount, asset):
with step('Open import seed phrase view and enter seed phrase'):
input_view = keys_screen.open_import_seed_phrase_view().open_seed_phrase_input_view()