1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 06:18:07 +00:00

fix(tests): fix unstable test_information_replacement

[no changelog]
This commit is contained in:
grdddj 2023-07-10 13:47:04 +02:00 committed by Jiří Musil
parent b4825f408a
commit 973238f4cd

View File

@ -562,7 +562,7 @@ class InputFlowSignTxInformationReplacement(InputFlowBase):
self.client.debug.press_yes() self.client.debug.press_yes()
yield # transaction summary, press info yield # transaction summary, press info
self.client.debug.press_info(wait=True) self.client.debug.click(buttons.CORNER_BUTTON, wait=True)
self.client.debug.click(buttons.CORNER_BUTTON, wait=True) self.client.debug.click(buttons.CORNER_BUTTON, wait=True)
self.client.debug.press_yes() self.client.debug.press_yes()