From 62ec470ab1bda819d83faa73a8fdeefa39773e7e Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Thu, 29 Feb 2024 15:09:54 +0300 Subject: [PATCH] chore: update bug reference --- test/e2e/tests/onboarding/test_password_strength.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/tests/onboarding/test_password_strength.py b/test/e2e/tests/onboarding/test_password_strength.py index 5f1640120e..ffd943e2db 100644 --- a/test/e2e/tests/onboarding/test_password_strength.py +++ b/test/e2e/tests/onboarding/test_password_strength.py @@ -27,7 +27,7 @@ def keys_screen(main_window) -> KeysView: 'Strength of the password') @pytest.mark.case(702989) @pytest.mark.parametrize('user_account', [constants.user.user_account_one]) -@pytest.mark.skip(reason="To add a bug later") +@pytest.mark.skip(reason="https://github.com/status-im/status-desktop/issues/13783") def test_check_password_strength_and_login(keys_screen, main_window, user_account): values = [('abcdefghij', very_weak_lower_elements), ('ABCDEFGHIJ', very_weak_upper_elements),