chore: test_login_with_wrong_password skipped because of bug for now
This commit is contained in:
parent
ab3a46dc74
commit
ca6e8f12c1
|
@ -32,6 +32,7 @@ def keys_screen(main_window) -> KeysView:
|
|||
@pytest.mark.case(702991)
|
||||
@pytest.mark.parametrize('error', [OnboardingMessages.PASSWORD_INCORRECT.value
|
||||
])
|
||||
@pytest.mark.skip(reason="https://github.com/status-im/status-desktop/issues/13758")
|
||||
def test_login_with_wrong_password(aut: AUT, keys_screen, main_window, error: str):
|
||||
user_one: UserAccount = constants.user_account_one
|
||||
user_one_wrong_password: UserAccount = constants.user_account_one_changed_password
|
||||
|
|
Loading…
Reference in New Issue