chore: disable ens purchase test because of issue

Ticket opened: https://github.com/status-im/status-desktop/issues/14262
This commit is contained in:
Anastasiya Semenkevich 2024-04-03 10:58:58 +03:00 committed by Anastasiya
parent 98a53acf04
commit b25ec2bd1b
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ def keys_screen(main_window) -> KeysView:
@pytest.mark.case(704597)
@pytest.mark.parametrize('user_account', [constants.user.user_with_funds])
@pytest.mark.parametrize('ens_name', [pytest.param(constants.user.ens_user_name)])
@pytest.mark.skip(reason='https://github.com/status-im/status-desktop/issues/14262')
def test_ens_name_purchase(keys_screen, main_window, user_account, ens_name):
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()