Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


@pytest.mark.case(703592, 738760)
# @pytest.mark.critical # TODO: temp disable in release
@pytest.mark.critical
@pytest.mark.smoke
def test_sync_devices_during_onboarding_change_settings_unpair(multiple_instances):
user: UserAccount = RandomUser()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@


@pytest.mark.case(703005)
# @pytest.mark.critical
# TODO: follow up on https://github.com/status-im/status-app/issues/20581
@pytest.mark.critical
def test_change_password_and_login(aut: AUT, main_screen: MainWindow, user_account):
with step('Open change password view'):
password_view = main_screen.left_panel.open_settings().left_panel.open_password_settings()
Expand Down
Loading