Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit a52170b

Browse files
Valentina1133anastasiyaig
authored andcommitted
chore: updated reference, new bug for ens name purchase
1 parent 6c306ab commit a52170b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/settings/test_ens_name_purchase.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def keys_screen(main_window) -> KeysView:
3131
@pytest.mark.case(704597)
3232
@pytest.mark.parametrize('user_account', [constants.user.user_with_funds])
3333
@pytest.mark.parametrize('ens_name', [pytest.param(constants.user.ens_user_name)])
34+
@pytest.mark.skip(reason='https://github.com/status-im/status-desktop/issues/13850')
3435
def test_ens_name_purchase(keys_screen, main_window, user_account, ens_name):
3536
with step('Open import seed phrase view and enter seed phrase'):
3637
input_view = keys_screen.open_import_seed_phrase_view().open_seed_phrase_input_view()

0 commit comments

Comments
 (0)