chore: temp remove adding ens name as saved address

This commit is contained in:
Anastasiya Semenkevich 2024-01-19 22:58:08 +03:00 committed by Anastasiya
parent 71d2520653
commit a6589cd0a2
1 changed files with 2 additions and 5 deletions

View File

@ -24,14 +24,11 @@ pytestmark = marks
pytest.param(
''.join(random.choices(string.ascii_letters, k=24)),
'0x8397bc3c5a60a1883174f722403d63a8833312b7',
''.join(random.choices(string.ascii_letters, k=24))),
pytest.param(
''.join(random.choices(string.ascii_letters, k=24)),
'nastya.stateofus.eth',
''.join(random.choices(string.ascii_letters, k=24)))
])
# TODO: https://github.com/status-im/desktop-qa-automation/issues/452
def test_manage_saved_address(main_screen: MainWindow, name: str, address: str, new_name: str):
with step('Add new address'):
with step('Add new saved address'):
wallet = main_screen.left_panel.open_wallet()
SigningPhrasePopup().confirm_phrase()
wallet.left_panel.open_saved_addresses().open_add_saved_address_popup().add_saved_address(name, address)