mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
chore: fix for click_mint
This commit is contained in:
parent
469d527cf0
commit
28a7b691cd
@ -126,7 +126,7 @@ def test_mint_owner_token(keys_screen, main_window, user_account):
|
|||||||
configs.timeouts.UI_LOAD_TIMEOUT_MSEC)
|
configs.timeouts.UI_LOAD_TIMEOUT_MSEC)
|
||||||
|
|
||||||
with step('Start minting'):
|
with step('Start minting'):
|
||||||
start_minting = select_network.click_mint()
|
start_minting = edit_owner_token_view.click_mint()
|
||||||
|
|
||||||
with step('Verify fee text and sign transaction'):
|
with step('Verify fee text and sign transaction'):
|
||||||
assert start_minting.get_fee_title == 'Mint ' + community_params[
|
assert start_minting.get_fee_title == 'Mint ' + community_params[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user