diff --git a/test/e2e/tests/crtitical_tests_prs/test_onboarding_import_seed.py b/test/e2e/tests/crtitical_tests_prs/test_onboarding_import_seed.py index 5474c91a1b..6817c7e6bf 100644 --- a/test/e2e/tests/crtitical_tests_prs/test_onboarding_import_seed.py +++ b/test/e2e/tests/crtitical_tests_prs/test_onboarding_import_seed.py @@ -22,7 +22,6 @@ pytestmark = marks @pytest.mark.case(703040, 736372) @pytest.mark.parametrize('user_account', [RandomUser()]) @pytest.mark.critical -# TODO: it may fail, https://github.com/status-im/status-desktop/issues/16291 def test_import_seed_phrase(main_window, aut: AUT, user_account): keys_screen = open_generate_new_keys_view() diff --git a/ui/app/AppLayouts/Wallet/views/TokenSelectorCollectibleDelegate.qml b/ui/app/AppLayouts/Wallet/views/TokenSelectorCollectibleDelegate.qml index ae9dcbc3f9..80dd594e36 100644 --- a/ui/app/AppLayouts/Wallet/views/TokenSelectorCollectibleDelegate.qml +++ b/ui/app/AppLayouts/Wallet/views/TokenSelectorCollectibleDelegate.qml @@ -10,6 +10,7 @@ import utils 1.0 ItemDelegate { id: root + objectName: "tokenSelectorCollectibleDelegate_" + name required property string name required property string balance