chore: add object name for collectibles delegates
This commit is contained in:
parent
c4363be418
commit
9050459ee8
|
@ -22,7 +22,6 @@ pytestmark = marks
|
||||||
@pytest.mark.case(703040, 736372)
|
@pytest.mark.case(703040, 736372)
|
||||||
@pytest.mark.parametrize('user_account', [RandomUser()])
|
@pytest.mark.parametrize('user_account', [RandomUser()])
|
||||||
@pytest.mark.critical
|
@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):
|
def test_import_seed_phrase(main_window, aut: AUT, user_account):
|
||||||
|
|
||||||
keys_screen = open_generate_new_keys_view()
|
keys_screen = open_generate_new_keys_view()
|
||||||
|
|
|
@ -10,6 +10,7 @@ import utils 1.0
|
||||||
|
|
||||||
ItemDelegate {
|
ItemDelegate {
|
||||||
id: root
|
id: root
|
||||||
|
objectName: "tokenSelectorCollectibleDelegate_" + name
|
||||||
|
|
||||||
required property string name
|
required property string name
|
||||||
required property string balance
|
required property string balance
|
||||||
|
|
Loading…
Reference in New Issue