1
0
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:
Martin Milata 2021-03-03 23:12:53 +01:00 committed by matejcik
parent a143fe34d0
commit d33c61bbe7

View File

@ -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"]