From fb6b96415b5acd14f11876a27ba00464736d1ae5 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/input_flows.py b/tests/input_flows.py index c5ada32475..fc57683ccb 100644 --- a/tests/input_flows.py +++ b/tests/input_flows.py @@ -562,9 +562,9 @@ class InputFlowSignTxInformationReplacement(InputFlowBase): self.debug.press_yes() yield # transaction summary, press info - self.client.debug.click(buttons.CORNER_BUTTON, wait=True) - self.client.debug.click(buttons.CORNER_BUTTON, wait=True) - self.client.debug.press_yes() + self.debug.click(buttons.CORNER_BUTTON, wait=True) + self.debug.click(buttons.CORNER_BUTTON, wait=True) + self.debug.press_yes() def input_flow_tr(self) -> GeneratorType: yield # confirm txid