chore: remove restart from import seed phrase

perhaps it was put there by mistake. we dont need the app restart in this test
This commit is contained in:
Anastasiya Semenkevich 2023-12-08 17:01:31 +03:00 committed by Anastasiya
parent b8202244b3
commit 49ccfc5b8f
1 changed files with 1 additions and 3 deletions

View File

@ -61,6 +61,4 @@ def test_import_seed_phrase(aut: AUT, keys_screen, main_window, user_account, au
user_canvas = main_window.left_panel.open_user_canvas()
profile_popup = user_canvas.open_profile_popup()
assert profile_popup.user_name == user_account.name
aut.restart()
main_window.authorize_user(user_account)