From 973238f4cdaa6cdee49dc38fdea23101af18f15e Mon Sep 17 00:00:00 2001 From: grdddj Date: Mon, 10 Jul 2023 13:47:04 +0200 Subject: [PATCH] fix(tests): fix unstable test_information_replacement [no changelog] --- tests/input_flows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()