mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-22 00:38:46 +00:00
tests: fix shamir recovery device test
We've decided not to show the T9 keyboard info panel. This fixes device tests appropriately.
This commit is contained in:
parent
43ca266ae9
commit
bc70fe0604
@ -53,11 +53,6 @@ class TestMsgRecoveryDeviceShamir(TrezorTest):
|
|||||||
self.client.debug.input(str(word_count))
|
self.client.debug.input(str(word_count))
|
||||||
ret = self.client.call_raw(proto.ButtonAck())
|
ret = self.client.call_raw(proto.ButtonAck())
|
||||||
|
|
||||||
# Confirm T9 keyboard
|
|
||||||
assert isinstance(ret, proto.ButtonRequest)
|
|
||||||
self.client.debug.press_yes()
|
|
||||||
ret = self.client.call_raw(proto.ButtonAck())
|
|
||||||
|
|
||||||
# Enter shares
|
# Enter shares
|
||||||
for mnemonic in mnemonics:
|
for mnemonic in mnemonics:
|
||||||
# Enter mnemonic words
|
# Enter mnemonic words
|
||||||
@ -133,11 +128,6 @@ class TestMsgRecoveryDeviceShamir(TrezorTest):
|
|||||||
self.client.debug.input(str(word_count))
|
self.client.debug.input(str(word_count))
|
||||||
ret = self.client.call_raw(proto.ButtonAck())
|
ret = self.client.call_raw(proto.ButtonAck())
|
||||||
|
|
||||||
# Confirm T9 keyboard
|
|
||||||
assert isinstance(ret, proto.ButtonRequest)
|
|
||||||
self.client.debug.press_yes()
|
|
||||||
ret = self.client.call_raw(proto.ButtonAck())
|
|
||||||
|
|
||||||
# Enter shares
|
# Enter shares
|
||||||
for mnemonic in mnemonics:
|
for mnemonic in mnemonics:
|
||||||
# Enter mnemonic words
|
# Enter mnemonic words
|
||||||
|
Loading…
Reference in New Issue
Block a user