diff --git a/tests/input_flows.py b/tests/input_flows.py index 1e89e07ab1..10e7288b4d 100644 --- a/tests/input_flows.py +++ b/tests/input_flows.py @@ -562,7 +562,7 @@ class InputFlowSignTxInformationReplacement(InputFlowBase): self.client.debug.press_yes() 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.press_yes()