mirror of
https://github.com/status-im/desktop-qa-automation.git
synced 2025-02-23 09:38:26 +00:00
chore: enabled login_with_wrong_password test
This commit is contained in:
parent
f0c01bb6db
commit
db7b91ded8
@ -18,6 +18,7 @@ from gui.screens.onboarding import AllowNotificationsView, WelcomeToStatusView,
|
||||
|
||||
pytestmark = marks
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def keys_screen(main_window) -> KeysView:
|
||||
with step('Open Generate new keys view'):
|
||||
@ -32,7 +33,6 @@ 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…
x
Reference in New Issue
Block a user