mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 03:50:58 +00:00
fix(tests): fix unstable test_information_replacement
[no changelog]
This commit is contained in:
parent
bc502287fc
commit
fb6b96415b
@ -562,9 +562,9 @@ class InputFlowSignTxInformationReplacement(InputFlowBase):
|
|||||||
self.debug.press_yes()
|
self.debug.press_yes()
|
||||||
|
|
||||||
yield # transaction summary, press info
|
yield # transaction summary, press info
|
||||||
self.client.debug.click(buttons.CORNER_BUTTON, wait=True)
|
self.debug.click(buttons.CORNER_BUTTON, wait=True)
|
||||||
self.client.debug.click(buttons.CORNER_BUTTON, wait=True)
|
self.debug.click(buttons.CORNER_BUTTON, wait=True)
|
||||||
self.client.debug.press_yes()
|
self.debug.press_yes()
|
||||||
|
|
||||||
def input_flow_tr(self) -> GeneratorType:
|
def input_flow_tr(self) -> GeneratorType:
|
||||||
yield # confirm txid
|
yield # confirm txid
|
||||||
|
Loading…
Reference in New Issue
Block a user