chore: test_login_with_wrong_password skipped because of bug for now

This commit is contained in:
Valentina Novgorodtceva 2024-02-28 14:16:41 +07:00 committed by Anastasiya
parent ab3a46dc74
commit ca6e8f12c1
1 changed files with 1 additions and 0 deletions

View File

@ -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