diff --git a/test/e2e/tests/crtitical_tests_prs/test_messaging_1x1_chat.py b/test/e2e/tests/crtitical_tests_prs/test_messaging_1x1_chat.py index 865c76c279..0a9d2765be 100644 --- a/test/e2e/tests/crtitical_tests_prs/test_messaging_1x1_chat.py +++ b/test/e2e/tests/crtitical_tests_prs/test_messaging_1x1_chat.py @@ -80,13 +80,14 @@ def test_1x1_chat_add_contact_in_settings(multiple_instances): assert user_one.name == contacts_settings.contact_items[0].contact assert len(contacts_settings.contact_items) == 1 - with step('Verify toast message about new contact request received'): - toast_messages = main_window.wait_for_notification() - assert len(toast_messages) == 1, \ - f"Multiple toast messages appeared" - message = toast_messages[0] - assert message == Messaging.NEW_CONTACT_REQUEST.value, \ - f"Toast message is incorrect, current message is {message}" + # TODO: seems the toast is disappearing very fast + # with step('Verify toast message about new contact request received'): + # toast_messages = main_window.wait_for_notification() + # assert len(toast_messages) == 1, \ + # f"Multiple toast messages appeared" + # message = toast_messages[0] + # assert message == Messaging.NEW_CONTACT_REQUEST.value, \ + # f"Toast message is incorrect, current message is {message}" with step(f'User {user_two.name}, accept contact request from {user_one.name}'): contacts_settings.accept_contact_request(user_one.name) diff --git a/test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_generated_account_custom_derivation_path.py b/test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_generated_account_custom_derivation_path.py index 06b3a3e8e1..86e45e743c 100644 --- a/test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_generated_account_custom_derivation_path.py +++ b/test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_generated_account_custom_derivation_path.py @@ -18,7 +18,6 @@ pytestmark = marks @allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703028', 'Manage a custom generated account') @pytest.mark.case(703028) -@pytest.mark.xfail def test_plus_button_manage_generated_account_custom_derivation_path(main_screen: MainWindow, user_account): with step('Create generated wallet account'): name = random_wallet_acc_keypair_name()