mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 23:40:58 +00:00
test(core): enable ui tests for cardano get_address
This commit is contained in:
parent
a143fe34d0
commit
d33c61bbe7
@ -26,7 +26,6 @@ pytestmark = [
|
||||
pytest.mark.altcoin,
|
||||
pytest.mark.cardano,
|
||||
pytest.mark.skip_t1,
|
||||
pytest.mark.skip_ui,
|
||||
]
|
||||
|
||||
|
||||
@ -59,6 +58,7 @@ def test_cardano_get_address(client, parameters, result):
|
||||
),
|
||||
protocol_magic=parameters["protocol_magic"],
|
||||
network_id=parameters["network_id"],
|
||||
show_display=True,
|
||||
)
|
||||
assert address == result["expected_address"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user