chore: temp disable test to mint tokens, need to transfer funds to l2 and use lower fees
This commit is contained in:
parent
daad4e6d47
commit
44b3754fda
|
@ -35,6 +35,7 @@ def keys_screen(main_window) -> KeysView:
|
|||
status_address='0x44ddd47a0c7681a5b0fa080a56cbb7701db4bb43'
|
||||
)])
|
||||
@pytest.mark.transaction
|
||||
@pytest.mark.skip('temp skip test to fix it using L2 networks')
|
||||
def test_mint_owner_and_tokenmaster_tokens(keys_screen, main_window, user_account):
|
||||
with step('Open import seed phrase view and enter seed phrase'):
|
||||
input_view = keys_screen.open_import_seed_phrase_view().open_seed_phrase_input_view()
|
||||
|
|
Loading…
Reference in New Issue