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

Commit db7b91d

Browse files
Valentina1133anastasiyaig
authored andcommitted
chore: enabled login_with_wrong_password test
1 parent f0c01bb commit db7b91d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/onboarding/test_onboarding_negative_scenarios.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
pytestmark = marks
2020

21+
2122
@pytest.fixture
2223
def keys_screen(main_window) -> KeysView:
2324
with step('Open Generate new keys view'):
@@ -32,7 +33,6 @@ def keys_screen(main_window) -> KeysView:
3233
@pytest.mark.case(702991)
3334
@pytest.mark.parametrize('error', [OnboardingMessages.PASSWORD_INCORRECT.value
3435
])
35-
@pytest.mark.skip(reason="https://github.com/status-im/status-desktop/issues/13758")
3636
def test_login_with_wrong_password(aut: AUT, keys_screen, main_window, error: str):
3737
user_one: UserAccount = constants.user_account_one
3838
user_one_wrong_password: UserAccount = constants.user_account_one_changed_password
@@ -63,7 +63,7 @@ def test_login_with_wrong_password(aut: AUT, keys_screen, main_window, error: st
6363
login_view.log_in(user_one_wrong_password)
6464
time.sleep(2)
6565

66-
with step ('Verify that user cannot log in and the error appears'):
66+
with step('Verify that user cannot log in and the error appears'):
6767
assert login_view.login_error_message == error
6868

6969

0 commit comments

Comments
 (0)