mirror of
https://github.com/status-im/desktop-qa-automation.git
synced 2025-02-23 17:48:20 +00:00
chore: switch off the test again to make the release 2.27 finally green
This commit is contained in:
parent
df6d725823
commit
fb0f15c51b
@ -33,7 +33,7 @@ def keys_screen(main_window) -> KeysView:
|
|||||||
@pytest.mark.parametrize('user_account', [constants.user.user_account_one])
|
@pytest.mark.parametrize('user_account', [constants.user.user_account_one])
|
||||||
@pytest.mark.parametrize('autocomplete, default_name', [
|
@pytest.mark.parametrize('autocomplete, default_name', [
|
||||||
pytest.param(False, 'Account 1'),
|
pytest.param(False, 'Account 1'),
|
||||||
pytest.param(True, 'Account 1', marks=pytest.mark.critical)
|
pytest.param(True, 'Account 1')
|
||||||
])
|
])
|
||||||
def test_import_seed_phrase(aut: AUT, keys_screen, main_window, user_account, default_name: str, autocomplete: bool):
|
def test_import_seed_phrase(aut: AUT, keys_screen, main_window, user_account, default_name: str, autocomplete: bool):
|
||||||
with step('Open import seed phrase view and enter seed phrase'):
|
with step('Open import seed phrase view and enter seed phrase'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user