mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +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))
|
||||
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
|
||||
for mnemonic in mnemonics:
|
||||
# Enter mnemonic words
|
||||
@ -133,11 +128,6 @@ class TestMsgRecoveryDeviceShamir(TrezorTest):
|
||||
self.client.debug.input(str(word_count))
|
||||
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
|
||||
for mnemonic in mnemonics:
|
||||
# Enter mnemonic words
|
||||
|
Loading…
Reference in New Issue
Block a user