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

Commit dbd08e7

Browse files
committed
chore: remove change password test from critical path
1 parent 53dca66 commit dbd08e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/settings/settings_password/test_settings_password_change_password.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515

1616
@pytest.mark.timeout(timeout=180)
17-
@pytest.mark.critical
1817
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703005',
1918
'Change the password and login with new password')
2019
@pytest.mark.case(703005)
2120
@pytest.mark.parametrize('user_account, user_account_changed_password',
2221
[pytest.param(constants.user.user_account_one,
2322
constants.user.user_account_one_changed_password)])
24-
@pytest.mark.xfail(reason='https://github.com/status-im/status-desktop/issues/13013')
23+
@pytest.mark.flaky
24+
# reason='https://github.com/status-im/status-desktop/issues/13013'
2525
def test_change_password_and_login(aut: AUT, main_screen: MainWindow, user_account, user_account_changed_password):
2626
with step('Open profile settings'):
2727
settings_scr = main_screen.left_panel.open_settings()

0 commit comments

Comments
 (0)